1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

js: allow building with basic aruco functionality

This commit is contained in:
Pavel Rojtberg
2019-01-03 18:58:55 +01:00
parent 27d15894d8
commit 2f89158339
2 changed files with 11 additions and 1 deletions
+3
View File
@@ -79,6 +79,9 @@ using namespace cv;
using namespace dnn;
#endif
#ifdef HAVE_OPENCV_ARUCO
using namespace aruco;
#endif
namespace binding_utils
{