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

CvFASTGetFeatureDetector() private method

private CvFASTGetFeatureDetector ( int threshold, [ nonmax_supression ) : IntPtr
threshold int
nonmax_supression [
return IntPtr
        internal static extern IntPtr CvFASTGetFeatureDetector(
         int threshold,
         [MarshalAs(CvInvoke.BoolMarshalType)]
         bool nonmax_supression);
CvInvoke