学习图像处理知识---EmguCV3.4图像ArUco Marker Detection--GridBoard Class平面板标记


平面板标记网格板,制作,在实际中需打印处理进行

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
)

猜你喜欢

转载自blog.csdn.net/tuto7534/article/details/80717412