Nodes/comfyui_cv/cv2.getGaborKernel
ComfyUI Node

cv2.getGaborKernel

Raw wrapper of cv2.getGaborKernel(ksize, sigma, theta, lambd, gamma, psi?, ktype?). 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.getGaborKernel
  • ksize
  • nparray
sigma0.0000
theta0.0000
lambd0.0000
gamma0.0000
psi1.5708
ktypeCV_64F
Categoryimage/CV/low-level/cv2 G

Inputs (7)

NameTypeDefaultDescription
ksizeCV_TUPLE0,0Size of the filter returned. One value with 2 components (w, h) - it travels as a whole, so it cannot arrive half-connected. Wire it from 'CV Tuple' or type the components in place.
sigmaFLOAT0.0000-1e+38–1e+38Standard deviation of the gaussian envelope.
thetaFLOAT0.0000-1e+38–1e+38Orientation of the normal to the parallel stripes of a Gabor function.
lambdFLOAT0.0000-1e+38–1e+38Wavelength of the sinusoidal factor.
gammaFLOAT0.0000-1e+38–1e+38Spatial aspect ratio.
psioptFLOAT1.5708-1e+38–1e+38Phase offset. Preset to the OpenCV default (1.5707963267948966).
ktypeoptCOMBOCV_64FType of filter coefficients. It can be CV_32F or CV_64F .

Outputs (1)

NameTypeDescription
nparrayNPARRAY