Back to FabImage Studio website

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

cvPyrMeanShiftFiltering


Module: OpenCV

Performs an initial step of Mean Shift Filtering algorithm.

Name Type Range Description
Input value
inSrc Image UINT8, 3-channel input image.
Input value
inSp Real
Input value
inSr Real
Input value
inMaxLevel Integer 0 - 8
Input value
inPrecisionEpsilon Real* 0.0 - Termination criteria: when to stop meanshift iterations.
Input value
inMaxIterations Integer* 0 - Termination criteria: when to stop meanshift iterations.
Output value
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.