Back to FabImage Studio website
You are here: Start » Filter Reference » Image Filtering » cvGetGaussianKernel
Returns Gaussian filter coefficients.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inKSize | Integer | 1 - ![]() |
Aperture size. It should be odd and positive. |
![]() |
inSigma | Real | Gaussian standard deviation. If it is non-positive, it is computed from ksize. | |
![]() |
outKernel | Matrix | Output Gaussian coefficients. |
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | inKSize must be odd in cvGetGaussianKernel. |
Complexity Level
This filter is available on Basic Complexity Level.