NativeMethodsfeatures2d_DenseFeatureDetector_new Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_DenseFeatureDetector_new(System.Single,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr features2d_DenseFeatureDetector_new(
	float initFeatureScale,
	int featureScaleLevels,
	float featureScaleMul,
	int initXyStep,
	int initImgBound,
	int varyXyStepWithScale,
	int varyImgBoundWithScale
)

Parameters

initFeatureScale
Type: SystemSingle

[Missing <param name="initFeatureScale"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_DenseFeatureDetector_new(System.Single,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

featureScaleLevels
Type: SystemInt32

[Missing <param name="featureScaleLevels"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_DenseFeatureDetector_new(System.Single,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

featureScaleMul
Type: SystemSingle

[Missing <param name="featureScaleMul"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_DenseFeatureDetector_new(System.Single,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

initXyStep
Type: SystemInt32

[Missing <param name="initXyStep"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_DenseFeatureDetector_new(System.Single,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

initImgBound
Type: SystemInt32

[Missing <param name="initImgBound"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_DenseFeatureDetector_new(System.Single,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

varyXyStepWithScale
Type: SystemInt32

[Missing <param name="varyXyStepWithScale"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_DenseFeatureDetector_new(System.Single,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

varyImgBoundWithScale
Type: SystemInt32

[Missing <param name="varyImgBoundWithScale"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_DenseFeatureDetector_new(System.Single,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_DenseFeatureDetector_new(System.Single,System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also

Reference