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

cvCreatePOSITObject() private method

private cvCreatePOSITObject ( float points3D, int pointCount ) : IntPtr
points3D float
pointCount int
return IntPtr
        public static extern IntPtr cvCreatePOSITObject(float[,] points3D, int pointCount);
CvInvoke