Filters image using meanshift algorithm
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- src
- IntPtr
Source image
- dst
- IntPtr
Result image
- sp
- Double
[Missing <param name="sp"/> documentation for "M:Emgu.CV.CvInvoke.cvPyrMeanShiftFiltering(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,Emgu.CV.Structure.MCvTermCriteria)"]
- sr
- Double
[Missing <param name="sr"/> documentation for "M:Emgu.CV.CvInvoke.cvPyrMeanShiftFiltering(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,Emgu.CV.Structure.MCvTermCriteria)"]
- max_level
- Int32
Use 1 as default value
- termcrit
- MCvTermCriteria
Use new MCvTermCriteria(5, 1) as default value