mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-30 14:59:31 +00:00
aruco_map: fix drawing map image
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
using namespace cv;
|
||||
using namespace cv::aruco;
|
||||
|
||||
void drawPlanarBoard(Board *_board, Size outSize, OutputArray _img, int marginSize,
|
||||
void _drawPlanarBoard(Board *_board, Size outSize, OutputArray _img, int marginSize,
|
||||
int borderBits) {
|
||||
|
||||
CV_Assert(outSize.area() > 0);
|
||||
|
||||
Reference in New Issue
Block a user