Click or drag to resize

NativeMethodsfeatures2d_BRISK_create2 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_BRISK_create2(
	float[] radiusList,
	int radiusListLength,
	int[] numberList,
	int numberListLength,
	float dMax,
	float dMin,
	int[] indexChange,
	int indexChangeLength,
	out IntPtr returnValue
)

Parameters

radiusList
Type: SystemSingle

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

radiusListLength
Type: SystemInt32

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

numberList
Type: SystemInt32

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

numberListLength
Type: SystemInt32

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

dMax
Type: SystemSingle

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

dMin
Type: SystemSingle

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

indexChange
Type: SystemInt32

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

indexChangeLength
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also