Back to FabImage Studio website

You are here: Start » Filter Reference » OpenCV » Image Filtering » cvGetGaborKernel

cvGetGaborKernel


Module: OpenCV

Creates a Gabor Filter kernel.

Applications

Prepares matrix to be used with cvSepFilter2D or cvFilter2D.
Name Type Range Description
Input value
inSize Size
Input value
inStdDev Real - -
Input value
inOrientation Real - -
Input value
inWaveLength Real - -
Input value
inRatio Real - -
Input value
inPhaseOffset Real - -
Output value
outKernel Matrix Output matrix of filter coefficients.

Complexity Level

This filter is available on Basic Complexity Level.