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.perpectiveRemovePixelPerCell (default 0.13)
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_PerspectiveRemoveIgnoredMarginPerCell();
function set_PerspectiveRemoveIgnoredMarginPerCell(value);
Property Value
Type:
Double
See Also