| DetectorParametersDetectInvertedMarker Property |
to check if there is a white marker. In order to generate a "white" marker just invert a normal marker by using a tilde, ~markerImage. (default false)
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public bool DetectInvertedMarker { get; set; }
Public Property DetectInvertedMarker As Boolean
Get
Set
public:
property bool DetectInvertedMarker {
bool get ();
void set (bool value);
}
member DetectInvertedMarker : bool with get, set
Property Value
Type:
BooleanSee Also