Back to FabImage Studio website
You are here: Start » Filter Reference » Image Filtering » cvMedianBlur
Smoothes image using median filter.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inSrc | Image | ||
![]() |
inKSize | Integer | 1 - ![]() |
|
![]() |
outDst | Image |
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Input image must have 1, 3 or 4 channels in cvMedianBlur. |
DomainError | inKSize parameter must be odd and bigger than 1 in cvMedianBlur. |
DomainError | When inKSize is 3 or 5, the input image's pixel should have UINT8, UINT16 or float type in cvMedianBlur. |
DomainError | When inKSize is greater than 5, the input image's pixel should have UINT8 type in cvMedianBlur. |
Complexity Level
This filter is available on Basic Complexity Level.