Emgu.CV.CvInvoke.cvbCvBlobMeanColor C# (CSharp) Метод

cvbCvBlobMeanColor() приватный Метод

private cvbCvBlobMeanColor ( IntPtr blob, IntPtr imgLabel, IntPtr img ) : MCvScalar
blob IntPtr
imgLabel IntPtr
img IntPtr
Результат MCvScalar
        internal static extern MCvScalar cvbCvBlobMeanColor(IntPtr blob, IntPtr imgLabel, IntPtr img);
CvInvoke