Click or drag to resize

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; }

Property Value

Type: Boolean
See Also