| DetectorParametersPerspectiveRemoveIgnoredMarginPerCell Property |
width of the margin of pixels on each cell not considered for the determination
of the cell bit.Represents the rate respect to the total size of the cell,
i.e. perspectiveRemovePixelPerCell (default 0.13)
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double PerspectiveRemoveIgnoredMarginPerCell { get; set; }
Public Property PerspectiveRemoveIgnoredMarginPerCell As Double
Get
Set
public:
property double PerspectiveRemoveIgnoredMarginPerCell {
double get ();
void set (double value);
}
member PerspectiveRemoveIgnoredMarginPerCell : float with get, set
Property Value
Type:
DoubleSee Also