Click or drag to resize
Brisk Constructor
http://www.emgu.com
Create a BRISK keypoint detector and descriptor extractor.

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Brisk(
	int thresh = 30,
	int octaves = 3,
	float patternScale = 1f
)

Parameters

thresh (Optional)
Type: SystemInt32
Feature parameters.
octaves (Optional)
Type: SystemInt32
The number of octave layers.
patternScale (Optional)
Type: SystemSingle
Pattern scale
See Also