Class DetectorParameters
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
AdaptiveThreshWinSizeMax
AdaptiveThreshold maximum window size
public int AdaptiveThreshWinSizeMax { get; set; }
Property Value
AdaptiveThreshWinSizeMin
AdaptiveThreshold minimum window size
public int AdaptiveThreshWinSizeMin { get; set; }
Property Value
AdaptiveThreshWinSizeStep
AdaptiveThreshold window size step
public int AdaptiveThreshWinSizeStep { get; set; }
Property Value
B0factor
B0factor
public float B0factor { get; set; }
Property Value
BorderWidth
Border Width
public int BorderWidth { get; set; }
Property Value
ConfidenceThreshold
Confidence Threshold
public double ConfidenceThreshold { get; set; }
Property Value
FindCandidatesApproxPolyDPEpsMultiplier
Find Candidates Approx Poly DP Eps Multiplier
public double FindCandidatesApproxPolyDPEpsMultiplier { get; set; }
Property Value
MaxError
Max Error
public float MaxError { get; set; }
Property Value
MinContourLengthAllowed
Minimum Contour Length Allowed
public int MinContourLengthAllowed { get; set; }
Property Value
MinContourPointsAllowed
Minimum Contour Points Allowed
public int MinContourPointsAllowed { get; set; }
Property Value
MinContourSolidity
Minimum Contour Solidity
public double MinContourSolidity { get; set; }
Property Value
MinContoursArea
Minimum Contours Area
public double MinContoursArea { get; set; }
Property Value
MinContoursAreaRate
Minimum Contours Area Rate
public double MinContoursAreaRate { get; set; }
Property Value
MinGroupSize
Minimum Group Size
public uint MinGroupSize { get; set; }
Property Value
MinImageSize
Minimum Image Size
public int MinImageSize { get; set; }
Property Value
MinInterCheckerDistance
Minimum InterChecker Distance
public int MinInterCheckerDistance { get; set; }
Property Value
MinInterContourDistance
Minimum InterContour Distance
public int MinInterContourDistance { get; set; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this object
protected override void DisposeObject()