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

VectorOfByteGetSize() private method

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