Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » OpenCV » Miscellaneous Image Transformations » cvPyrMeanShiftFiltering
| Module: | OpenCV | 
|---|
Performs an initial step of Mean Shift Filtering algorithm.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]()  | 
				inSrc | Image | UINT8, 3-channel input image. | |
![]()  | 
				inSp | Real | ||
![]()  | 
				inSr | Real | ||
![]()  | 
				inMaxLevel | Integer | 0 - 8 | |
![]()  | 
				inPrecisionEpsilon | Real* | 0.0 - ![]()  | 
				Termination criteria: when to stop meanshift iterations. | 
![]()  | 
				inMaxIterations | Integer* | 0 - ![]()  | 
				Termination criteria: when to stop meanshift iterations. | 
![]()  | 
				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.

 Basic

