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

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

private CvLDetectorDetectKeyPoints ( Features2D &detector, IntPtr image, IntPtr keypoints, int maxCount, [ scaleCoords ) : void
detector Features2D
image IntPtr
keypoints IntPtr
maxCount int
scaleCoords [
Результат void
        internal static extern void CvLDetectorDetectKeyPoints(
         ref Features2D.LDetector detector,
         IntPtr image,
         IntPtr keypoints,
         int maxCount,
         [MarshalAs(CvInvoke.BoolMarshalType)]
         bool scaleCoords);
CvInvoke