Table of Contents

Class DetectorParameters

Namespace
Emgu.CV.Mcc
Assembly
Emgu.CV.dll

Parameters for the detectMarker process

public class DetectorParameters : UnmanagedObject, IDisposable
Inheritance
DetectorParameters
Implements
Inherited Members

Constructors

DetectorParameters()

Parameters for the detectMarker process

public DetectorParameters()

Properties

AdaptiveThreshConstant

AdaptiveThreshold constant

public double AdaptiveThreshConstant { get; set; }

Property Value

double

AdaptiveThreshWinSizeMax

AdaptiveThreshold maximum window size

public int AdaptiveThreshWinSizeMax { get; set; }

Property Value

int

AdaptiveThreshWinSizeMin

AdaptiveThreshold minimum window size

public int AdaptiveThreshWinSizeMin { get; set; }

Property Value

int

AdaptiveThreshWinSizeStep

AdaptiveThreshold window size step

public int AdaptiveThreshWinSizeStep { get; set; }

Property Value

int

B0factor

B0factor

public float B0factor { get; set; }

Property Value

float

BorderWidth

Border Width

public int BorderWidth { get; set; }

Property Value

int

ConfidenceThreshold

Confidence Threshold

public double ConfidenceThreshold { get; set; }

Property Value

double

FindCandidatesApproxPolyDPEpsMultiplier

Find Candidates Approx Poly DP Eps Multiplier

public double FindCandidatesApproxPolyDPEpsMultiplier { get; set; }

Property Value

double

MaxError

Max Error

public float MaxError { get; set; }

Property Value

float

MinContourLengthAllowed

Minimum Contour Length Allowed

public int MinContourLengthAllowed { get; set; }

Property Value

int

MinContourPointsAllowed

Minimum Contour Points Allowed

public int MinContourPointsAllowed { get; set; }

Property Value

int

MinContourSolidity

Minimum Contour Solidity

public double MinContourSolidity { get; set; }

Property Value

double

MinContoursArea

Minimum Contours Area

public double MinContoursArea { get; set; }

Property Value

double

MinContoursAreaRate

Minimum Contours Area Rate

public double MinContoursAreaRate { get; set; }

Property Value

double

MinGroupSize

Minimum Group Size

public uint MinGroupSize { get; set; }

Property Value

uint

MinImageSize

Minimum Image Size

public int MinImageSize { get; set; }

Property Value

int

MinInterCheckerDistance

Minimum InterChecker Distance

public int MinInterCheckerDistance { get; set; }

Property Value

int

MinInterContourDistance

Minimum InterContour Distance

public int MinInterContourDistance { get; set; }

Property Value

int

Methods

DisposeObject()

Release the unmanaged memory associated with this object

protected override void DisposeObject()