aruco_pose: remove using namespace from .h-file

This commit is contained in:
Oleg Kalachev
2019-02-28 17:09:21 +03:00
parent 8d73b3aee0
commit 3a6191b76b
2 changed files with 4 additions and 4 deletions

View File

@@ -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) {