1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

imgproc: add IntelligentScissors

This commit is contained in:
Alexander Alekhin
2020-12-16 00:53:52 +00:00
parent 84676fefe3
commit 3eea3dd46b
14 changed files with 1637 additions and 7 deletions
+2
View File
@@ -87,6 +87,8 @@ namespace hal {
using namespace emscripten;
using namespace cv;
using namespace cv::segmentation; // FIXIT
#ifdef HAVE_OPENCV_DNN
using namespace cv::dnn;
#endif