ComfyUI Node
cv2.HuMoments
Raw wrapper of cv2.HuMoments(m). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.HuMoments
- m
- hu
Categoryimage/CV/low-level/cv2 H
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| m | CV_MOMENTS,STRING | - - - The NAMED image moments from cv2.moments - wire that node's output in. cv2 reads them by name (m00, m10, ...), so a plain list of the same numbers would silently give zeros. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| hu | NPARRAY | — |