ComfyUI Node
cv2.sort
Raw wrapper of cv2.sort(src, flags). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.sort
- src
- nparray
◄flagsSORT_EVERY_ROW | SORT_ASCENDING►
Categoryimage/CV/low-level/cv2 S
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| src | NPARRAY | input single-channel array. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| flags | COMBO | SORT_EVERY_ROW | SORT_ASCENDING | operation flags, a combination of #SortFlags |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |