NativeMethodsfeatures2d_BRISK_new Method OpenCvSharp Class Library

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

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

public static IntPtr features2d_BRISK_new(
	int thresh,
	int octaves,
	float patternScale
)

Parameters

thresh
Type: SystemInt32

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

octaves
Type: SystemInt32

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

patternScale
Type: SystemSingle

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

Return Value

Type: IntPtr

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

See Also

Reference