Back to Aurora Vision Studio website

You are here: Start » Filter Reference » OpenCV » Computational Photography » cvEdgePreservingFilter

cvEdgePreservingFilter


Module: OpenCV

Filtering is the fundamental operation in image and video processing. Edge-preserving smoothing filters are used in many different applications.

Name Type Range Description
Input value inImage Image Input image
Input value inSigmaS Real 0.0 - 200.0
Input value inSigmaR Real 0.0 - 1.0
Input value inMethod CvEdgePreservingFilterMethod
Output value outImage Image Output image

Requirements

For input inImage only pixel formats are supported: 3⨯uint8.

Read more about pixel formats in Image documentation.

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 Not supported inImage pixel format in AvsFilter_cvEdgePreservingFilter. Supported formats: 3xUInt8.

Complexity Level

This filter is available on Basic Complexity Level.