ComfyUI Node
cv2.ft.FT12D_createPolynomMatrixHorizontal
Raw wrapper of cv2.ft.FT12D_createPolynomMatrixHorizontal(radius, chn). Parameters marked '?' are optional; blank means OpenCV default. From the opencv-contrib 'ft' module. See the OpenCV documentation for details.
cv2.ft.FT12D_createPolynomMatrixHorizontal
- nparray
◄radius0►
◄chn0►
Categoryimage/CV/low-level/ft
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| radius | INT | 0-2147483648–2147483647 | Radius of the basic function. |
| chn | INT | 0-2147483648–2147483647 | Number of channels. The function creates helper horizontal matrix for $F^1$-transfrom processing. It is used for gradient computation. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |