Emgu.CV.CvInvoke.cvbCvBlobMeanColor C# (CSharp) Method

cvbCvBlobMeanColor() private method

private cvbCvBlobMeanColor ( IntPtr blob, IntPtr imgLabel, IntPtr img ) : MCvScalar
blob IntPtr
imgLabel IntPtr
img IntPtr
return MCvScalar
        internal static extern MCvScalar cvbCvBlobMeanColor(IntPtr blob, IntPtr imgLabel, IntPtr img);
CvInvoke