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

CvPlanarObjectDetectorDetect() private method

private CvPlanarObjectDetectorDetect ( IntPtr detector, IntPtr image, IntPtr homography, IntPtr corners ) : void
detector IntPtr
image IntPtr
homography IntPtr
corners IntPtr
return void
        internal static extern void CvPlanarObjectDetectorDetect(IntPtr detector, IntPtr image, IntPtr homography, IntPtr corners);
CvInvoke