Table of Contents

Class TBMR

Namespace
Emgu.CV.XFeatures2D
Assembly
Emgu.CV.dll

Class implementing the Tree Based Morse Regions

public class TBMR : Feature2D, IDisposable, IAlgorithm
Inheritance
TBMR
Implements
Inherited Members
Extension Methods

Constructors

TBMR(int, float, float, int)

Creat a new Tree Based Morse Regions

public TBMR(int minArea = 60, float maxAreaRelative = 0.01, float scaleFactor = 1.25, int nScales = -1)

Parameters

minArea int

Prune areas smaller than minArea

maxAreaRelative float

Prune areas bigger than maxArea = max_area_relative * input_image_size

scaleFactor float

Scale factor for scaled extraction.

nScales int

Number of applications of the scale factor (octaves)

Methods

DisposeObject()

Release all the unmanaged resource associated with TBMR

protected override void DisposeObject()