Class Brisk
- Namespace
- Emgu.CV.Features2D
- Assembly
- Emgu.CV.dll
BRISK: Binary Robust Invariant Scalable Keypoints
public class Brisk : Feature2D, IDisposable, IAlgorithm
- Inheritance
-
Brisk
- Implements
- Inherited Members
- Extension Methods
Constructors
Brisk(int, int, float)
Create a BRISK keypoint detector and descriptor extractor.
public Brisk(int thresh = 30, int octaves = 3, float patternScale = 1)
Parameters
thresh
intFeature parameters.
octaves
intThe number of octave layers.
patternScale
floatPattern scale
Methods
DisposeObject()
Release the unmanaged resources associated with this object
protected override void DisposeObject()