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

cvbCvBlobGetRect() private method

private cvbCvBlobGetRect ( IntPtr blob, Rectangle &rect ) : void
blob IntPtr
rect Rectangle
return void
        internal static extern void cvbCvBlobGetRect(IntPtr blob, ref Rectangle rect);
CvInvoke