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