Nodes/comfyui_cv/cv2.contourArea
ComfyUI Node

cv2.contourArea

Raw wrapper of cv2.contourArea(contour, oriented?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.contourArea
  • contour
  • float
orientedfalse
Categoryimage/CV/low-level/cv2 C

Inputs (2)

NameTypeDefaultDescription
contourNPARRAY - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
orientedoptBOOLEANfalse - - - Preset to the OpenCV default (False).

Outputs (1)

NameTypeDescription
floatFLOAT