mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04: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