Method Create
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Create(int, float, float, int)
Creates the TBMR detector.
public static TBMR Create(int minArea = 60, float maxAreaRelative = 0.01, float scaleFactor = 1.25, int nScales = -1)
Parameters
minAreaintPrune areas smaller than minArea.
maxAreaRelativefloatPrune areas bigger than maxArea = maxAreaRelative * input_image_size.
scaleFactorfloatScale factor for scaled extraction.
nScalesintNumber of applications of the scale factor (octaves).