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

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

private cvbCvBlobGetRect ( IntPtr blob, Rectangle &rect ) : void
blob IntPtr
rect Rectangle
Результат void
        internal static extern void cvbCvBlobGetRect(IntPtr blob, ref Rectangle rect);
CvInvoke