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
intPrune areas smaller than minArea
maxAreaRelative
floatPrune areas bigger than maxArea = max_area_relative * input_image_size
scaleFactor
floatScale factor for scaled extraction.
nScales
intNumber of applications of the scale factor (octaves)
Methods
DisposeObject()
Release all the unmanaged resource associated with TBMR
protected override void DisposeObject()