| 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; }
Public Property AprilTagMinWhiteBlackDiff As Integer
Get
Set
public:
property int AprilTagMinWhiteBlackDiff {
int get ();
void set (int value);
}
member AprilTagMinWhiteBlackDiff : int with get, set
Property Value
Type:
Int32See Also