mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
js: allow building without dnn
This commit is contained in:
@@ -74,7 +74,11 @@
|
||||
|
||||
using namespace emscripten;
|
||||
using namespace cv;
|
||||
|
||||
#ifdef HAVE_OPENCV_DNN
|
||||
using namespace dnn;
|
||||
#endif
|
||||
|
||||
|
||||
namespace binding_utils
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user