Click or drag to resize

BRISKCreate Method (Int32, Int32, Single)

The BRISK constructor

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

Parameters

thresh (Optional)
Type: SystemInt32
AGAST detection threshold score.
octaves (Optional)
Type: SystemInt32
detection octaves. Use 0 to do single scale.
patternScale (Optional)
Type: SystemSingle
apply this scale to the pattern used for sampling the neighbourhood of a keypoint.

Return Value

Type: BRISK

[Missing <returns> documentation for "M:OpenCvSharp.BRISK.Create(System.Int32,System.Int32,System.Single)"]

See Also