Click or drag to resize

NativeMethodsfeatures2d_BRISK_create1 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_BRISK_create1(
	int thresh,
	int octaves,
	float patternScale,
	out IntPtr returnValue
)

Parameters

thresh
Type: SystemInt32

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

octaves
Type: SystemInt32

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

patternScale
Type: SystemSingle

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

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_BRISK_create1(System.Int32,System.Int32,System.Single,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

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

See Also