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

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

private CvFASTGetFeatureDetector ( int threshold, [ nonmax_supression ) : IntPtr
threshold int
nonmax_supression [
Результат IntPtr
        internal static extern IntPtr CvFASTGetFeatureDetector(
         int threshold,
         [MarshalAs(CvInvoke.BoolMarshalType)]
         bool nonmax_supression);
CvInvoke