CvInvokePyrMeanShiftFiltering Method |
Namespace: Emgu.CV
public static void PyrMeanShiftFiltering( IInputArray src, IOutputArray dst, double sp, double sr, int maxLevel, MCvTermCriteria termcrit )
Public Shared Sub PyrMeanShiftFiltering ( src As IInputArray, dst As IOutputArray, sp As Double, sr As Double, maxLevel As Integer, termcrit As MCvTermCriteria )
public: static void PyrMeanShiftFiltering( IInputArray^ src, IOutputArray^ dst, double sp, double sr, int maxLevel, MCvTermCriteria termcrit )
static member PyrMeanShiftFiltering : src : IInputArray * dst : IOutputArray * sp : float * sr : float * maxLevel : int * termcrit : MCvTermCriteria -> unit
2016 Emgu Corporation, All Rights Reserved,