Class TBMR
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Class implementing the Tree Based Morse Regions (TBMR) detector, extended with scaled extraction ability. Extends AffineFeature2D (mirroring cv::xfeatures2d::TBMR : AffineFeature2D), so DetectElliptic/DetectAndComputeElliptic are available in addition to the plain Feature2D API.
public class TBMR : AffineFeature2D, IDisposable
- Inheritance
-
TBMR
- Implements
- Inherited Members
Properties
- MaxAreaRelative
Prune areas bigger than maxArea = MaxAreaRelative * input_image_size.
- MinArea
Prune areas smaller than this value.
- NScales
Number of applications of the scale factor (octaves).
- ScaleFactor
Scale factor for scaled extraction.
Methods
- Create(int, float, float, int)
Creates the TBMR detector.