Table of Contents

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

minArea int

Prune areas smaller than minArea.

maxAreaRelative float

Prune areas bigger than maxArea = maxAreaRelative * input_image_size.

scaleFactor float

Scale factor for scaled extraction.

nScales int

Number of applications of the scale factor (octaves).

Returns

TBMR