Cv2GroupRectanglesMeanshift Method |
Namespace: OpenCvSharp
public static void GroupRectanglesMeanshift( IList<Rect> rectList, out double[] foundWeights, out double[] foundScales, double detectThreshold = 0, Nullable<Size> winDetSize = null )
Public Shared Sub GroupRectanglesMeanshift ( rectList As IList(Of Rect), <OutAttribute> ByRef foundWeights As Double(), <OutAttribute> ByRef foundScales As Double(), Optional detectThreshold As Double = 0, Optional winDetSize As Nullable(Of Size) = Nothing )
public: static void GroupRectanglesMeanshift( IList<Rect>^ rectList, [OutAttribute] array<double>^% foundWeights, [OutAttribute] array<double>^% foundScales, double detectThreshold = 0, Nullable<Size> winDetSize = nullptr )
static member GroupRectanglesMeanshift : rectList : IList<Rect> * foundWeights : float[] byref * foundScales : float[] byref * ?detectThreshold : float * ?winDetSize : Nullable<Size> (* Defaults: let _detectThreshold = defaultArg detectThreshold 0 let _winDetSize = defaultArg winDetSize null *) -> unit
OpenCvSharp.Cv2.GroupRectanglesMeanshift = function(rectList, foundWeights, foundScales, detectThreshold, winDetSize);