Click or drag to resize

BRISKCreate Method (Int32, Int32, Single)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static BRISK Create(
	int thresh = 30,
	int octaves = 3,
	float patternScale = 1f
)

Parameters

thresh (Optional)
Type: SystemInt32
octaves (Optional)
Type: SystemInt32
patternScale (Optional)
Type: SystemSingle

Return Value

Type: BRISK
See Also