ComfyUI Node
cv2.ft.createKernel
Raw wrapper of cv2.ft.createKernel(function, radius, chn). Parameters marked '?' are optional; blank means OpenCV default. From the opencv-contrib 'ft' module. See the OpenCV documentation for details.
cv2.ft.createKernel
- nparray
◄functionLINEAR►
◄radius0►
◄chn0►
Categoryimage/CV/low-level/ft
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| function | COMBO | LINEAR | Function type could be one of the following: - **LINEAR** Linear basic function. |
| radius | INT | 0-2147483648–2147483647 | Radius of the basic function. |
| chn | INT | 0-2147483648–2147483647 | Number of kernel channels. The function creates kernel from predefined functions. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |