Table of Contents

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 int

Feature parameters.

octaves int

The number of octave layers.

patternScale float

Pattern scale

Methods

DisposeObject()

Release the unmanaged resources associated with this object

protected override void DisposeObject()