Click or drag to resize

NativeMethodsfeatures2d_BRISK_create2 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr features2d_BRISK_create2(
	float[] radiusList,
	int radiusListLength,
	int[] numberList,
	int numberListLength,
	float dMax,
	float dMin,
	int[] indexChange,
	int indexChangeLength
)

Parameters

radiusList
Type: SystemSingle
radiusListLength
Type: SystemInt32
numberList
Type: SystemInt32
numberListLength
Type: SystemInt32
dMax
Type: SystemSingle
dMin
Type: SystemSingle
indexChange
Type: SystemInt32
indexChangeLength
Type: SystemInt32

Return Value

Type: IntPtr
See Also