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

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

private CvDenseFeatureDetectorCreate ( float initFeatureScale, int featureScaleLevels, float featureScaleMul, int initXyStep, int initImgBound, [ varyXyStepWithScale, [ varyImgBoundWithScale ) : IntPtr
initFeatureScale float
featureScaleLevels int
featureScaleMul float
initXyStep int
initImgBound int
varyXyStepWithScale [
varyImgBoundWithScale [
Результат IntPtr
        internal static extern IntPtr CvDenseFeatureDetectorCreate(
         float initFeatureScale,
         int featureScaleLevels,
         float featureScaleMul,
         int initXyStep,
         int initImgBound,
         [MarshalAs(CvInvoke.BoolMarshalType)]
         bool varyXyStepWithScale,
         [MarshalAs(CvInvoke.BoolMarshalType)]
         bool varyImgBoundWithScale);
CvInvoke