Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Miscellaneous Image Transformations » cvPyrMeanShiftFiltering

cvPyrMeanShiftFiltering


Performs an initial step of Mean Shift Filtering algorithm.

Name Type Range Description
inSrc Image UINT8, single-channel input image.
inSp Real
inSr Real
inMaxLevel Integer 0 - 8
inPrecisionEpsilon Real* 0.0 - Criteria termination of the iterative optimization. Process stops when either after inTcMaxCount iterations or when the corner position moves by less than inTcEpsilon.
inMaxIterations Integer* 0 - Criteria termination of the iterative optimization. Process stops when either after inTcMaxCount iterations or when the corner position moves by less than inTcEpsilon.
outDst 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 inImage must be a 3 channel UINT8 image in cvPyrMeanShiftFiltering.

Complexity Level

This filter is available on Basic Complexity Level.