Click or drag to resize

BRISKCreate Method (IEnumerableSingle, IEnumerableInt32, Single, Single, IEnumerableInt32)

custom setup

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static BRISK Create(
	IEnumerable<float> radiusList,
	IEnumerable<int> numberList,
	float dMax = 5.85f,
	float dMin = 8.2f,
	IEnumerable<int> indexChange = null
)

Parameters

radiusList
Type: System.Collections.GenericIEnumerableSingle
numberList
Type: System.Collections.GenericIEnumerableInt32
dMax (Optional)
Type: SystemSingle
dMin (Optional)
Type: SystemSingle
indexChange (Optional)
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: BRISK
See Also