Class Aruco.DetectorParameters
Inheritance
Aruco.DetectorParameters
Assembly: Assembly-CSharp.dll
Syntax
public class DetectorParameters : HandleCppPtr
Constructors
|
Improve this Doc
View Source
DetectorParameters()
Declaration
public DetectorParameters()
Properties
|
Improve this Doc
View Source
AdaptiveThreshConstant
Declaration
public double AdaptiveThreshConstant { get; set; }
Property Value
|
Improve this Doc
View Source
AdaptiveThreshWinSizeMax
Declaration
public int AdaptiveThreshWinSizeMax { get; set; }
Property Value
|
Improve this Doc
View Source
AdaptiveThreshWinSizeMin
Declaration
public int AdaptiveThreshWinSizeMin { get; set; }
Property Value
|
Improve this Doc
View Source
AdaptiveThreshWinSizeStep
Declaration
public int AdaptiveThreshWinSizeStep { get; set; }
Property Value
|
Improve this Doc
View Source
CornerRefinementMaxIterations
Declaration
public int CornerRefinementMaxIterations { get; set; }
Property Value
|
Improve this Doc
View Source
CornerRefinementMethod
Declaration
public Aruco.CornerRefineMethod CornerRefinementMethod { get; set; }
Property Value
|
Improve this Doc
View Source
CornerRefinementMinAccuracy
Declaration
public double CornerRefinementMinAccuracy { get; set; }
Property Value
|
Improve this Doc
View Source
CornerRefinementWinSize
Declaration
public int CornerRefinementWinSize { get; set; }
Property Value
|
Improve this Doc
View Source
ErrorCorrectionRate
Declaration
public double ErrorCorrectionRate { get; set; }
Property Value
|
Improve this Doc
View Source
MarkerBorderBits
Declaration
public int MarkerBorderBits { get; set; }
Property Value
|
Improve this Doc
View Source
MaxErroneousBitsInBorderRate
Declaration
public double MaxErroneousBitsInBorderRate { get; set; }
Property Value
|
Improve this Doc
View Source
MaxMarkerPerimeterRate
Declaration
public double MaxMarkerPerimeterRate { get; set; }
Property Value
|
Improve this Doc
View Source
MinCornerDistanceRate
Declaration
public double MinCornerDistanceRate { get; set; }
Property Value
|
Improve this Doc
View Source
MinDistanceToBorder
Declaration
public int MinDistanceToBorder { get; set; }
Property Value
|
Improve this Doc
View Source
MinMarkerDistanceRate
Declaration
public double MinMarkerDistanceRate { get; set; }
Property Value
|
Improve this Doc
View Source
MinMarkerPerimeterRate
Declaration
public double MinMarkerPerimeterRate { get; set; }
Property Value
|
Improve this Doc
View Source
MinOtsuStdDev
Declaration
public double MinOtsuStdDev { get; set; }
Property Value
|
Improve this Doc
View Source
PerspectiveRemoveIgnoredMarginPerCell
Declaration
public double PerspectiveRemoveIgnoredMarginPerCell { get; set; }
Property Value
|
Improve this Doc
View Source
PerspectiveRemovePixelPerCell
Declaration
public int PerspectiveRemovePixelPerCell { get; set; }
Property Value
|
Improve this Doc
View Source
PolygonalApproxAccuracyRate
Declaration
public double PolygonalApproxAccuracyRate { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides