From 7d0c58540103e9182ba584b440b91068df03a49c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 24 Jul 2015 14:08:44 +0200 Subject: standardize on not using "using namespace {cv,std}" --- ftnoir_tracker_aruco/include/boarddetector.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ftnoir_tracker_aruco/include/boarddetector.h') diff --git a/ftnoir_tracker_aruco/include/boarddetector.h b/ftnoir_tracker_aruco/include/boarddetector.h index a0ee2361..619b4798 100644 --- a/ftnoir_tracker_aruco/include/boarddetector.h +++ b/ftnoir_tracker_aruco/include/boarddetector.h @@ -32,11 +32,10 @@ or implied, of Rafael Muñoz Salinas. #include "board.h" #include "cameraparameters.h" #include "markerdetector.h" -using namespace std; namespace aruco { - +using namespace std; /**\brief This class detects AR boards * Version 1.2 * There are two modes for board detection. -- cgit v1.2.3