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

cvComputeCorrespondEpilines() private method

private cvComputeCorrespondEpilines ( IntPtr points, int whichImage, IntPtr fundamentalMatrix, IntPtr correspondentLines ) : void
points IntPtr
whichImage int
fundamentalMatrix IntPtr
correspondentLines IntPtr
return void
        public static extern void cvComputeCorrespondEpilines(
         IntPtr points,
         int whichImage,
         IntPtr fundamentalMatrix,
         IntPtr correspondentLines);
CvInvoke