Start » Filter Reference » OpenCV » Image Filtering » cvGetGaborKernel
Module: | OpenCV |
---|
Creates a Gabor Filter kernel.
Applications
Prepares matrix to be used with cvSepFilter2D or cvFilter2D.
Name | Type | Range | Description | |
---|---|---|---|---|
inSize | Size | |||
inStdDev | Real | - - | ||
inOrientation | Real | - - | ||
inWaveLength | Real | - - | ||
inRatio | Real | - - | ||
inPhaseOffset | Real | - - | ||
outKernel | Matrix | Output matrix of filter coefficients. |
Complexity Level
This filter is available on Basic Complexity Level.