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

VectorOfDataMatrixCodeGetSize() private method

private VectorOfDataMatrixCodeGetSize ( IntPtr v ) : int
v IntPtr
return int
        internal static extern int VectorOfDataMatrixCodeGetSize(IntPtr v);
CvInvoke