Emgu.CV.CvInvoke.cvComputeCorrespondEpilines C# (CSharp) Метод

cvComputeCorrespondEpilines() приватный Метод

private cvComputeCorrespondEpilines ( IntPtr points, int whichImage, IntPtr fundamentalMatrix, IntPtr correspondentLines ) : void
points IntPtr
whichImage int
fundamentalMatrix IntPtr
correspondentLines IntPtr
Результат void
        public static extern void cvComputeCorrespondEpilines(
         IntPtr points,
         int whichImage,
         IntPtr fundamentalMatrix,
         IntPtr correspondentLines);
CvInvoke