Back to Adaptive Vision Studio website

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

cvBilateralFilter


Module: OpenCV

Applies bilateral filter to the image.

Name Type Description
inSrc Image Source 8-bit or floating-point, 1-channel or 3-channel image.
inD Integer Diameter of each pixel neighborhood that is used during filtering. If it is non-positive, it is computed from sigmaSpace .
inSigmaColor Real Filter sigma in the color space.
inSigmaSpace Real Filter sigma in the coordinate space.
inBorderType CvBorderType
outDst Image Output image.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Input image must have 1 or 3 channels in cvBilateralFilter.
DomainError Type of pixel of input image must be Real or UINT8 in cvBilateralFilter.

Complexity Level

This filter is available on Basic Complexity Level.