Nodes/comfyui_cv/cv2.convexHull
ComfyUI Node

cv2.convexHull

Raw wrapper of cv2.convexHull(points, clockwise?, returnPoints?). 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.convexHull
  • points
  • nparray
clockwisefalse
returnPointstrue
Categoryimage/CV/low-level/cv2 C

Inputs (3)

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

Outputs (1)

NameTypeDescription
nparrayNPARRAY