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

CvBlobSeqGetBlob() private method

private CvBlobSeqGetBlob ( IntPtr blobSeq, int blobIndex ) : IntPtr
blobSeq IntPtr
blobIndex int
return IntPtr
        internal static extern IntPtr CvBlobSeqGetBlob(IntPtr blobSeq, int blobIndex);
CvInvoke