Click or drag to resize

DetectorParametersAprilTagMinWhiteBlackDiff Property

When we build our model of black & white pixels, we add an extra check that the white model must be (overall) brighter than the black model. How much brighter? (in pixel values, [0,255]).

Namespace:  OpenCvSharp.Aruco
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int AprilTagMinWhiteBlackDiff { get; set; }

Property Value

Type: Int32
See Also