mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-29 22:39:33 +00:00
aruco_pose: remove using namespace from .h-file
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
#include "draw.h"
|
||||
|
||||
using namespace cv;
|
||||
using namespace cv::aruco;
|
||||
|
||||
void drawPlanarBoard(Board *_board, Size outSize, OutputArray _img, int marginSize,
|
||||
int borderBits) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user