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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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