平面闆标記網格闆,制作,在實際中需列印處理進行
1.構造函數
public GridBoard(
int markersX,
int markersY,
float markerLength,
float markerSeparation,
Dictionary dictionary,
int firstMarker = 0
)
2.出圖
public void Draw(
Size outSize,
IOutputArray img,
int marginSize = 0,
int borderBits = 1
)