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

Moved IntelligentScissors to photo module.

This commit is contained in:
Alexander Smorkalov
2026-05-12 18:52:20 +03:00
parent 223b110c30
commit 0ba56c3ecc
10 changed files with 25 additions and 27 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ if(NOT BUILD_EXAMPLES OR NOT OCV_DEPENDENCIES_FOUND)
return()
endif()
set(DEPS_example_snippet_imgproc_segmentation opencv_core opencv_imgproc)
set(DEPS_example_cpp_intelligent_scissors opencv_core opencv_imgproc opencv_imgcodecs opencv_highgui)
set(DEPS_example_snippet_imgproc_segmentation opencv_core opencv_photo)
set(DEPS_example_cpp_intelligent_scissors opencv_core opencv_photo opencv_imgcodecs opencv_highgui)
project(cpp_samples)
ocv_include_modules_recurse(${OPENCV_CPP_SAMPLES_REQUIRED_DEPS})
@@ -1,5 +1,5 @@
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc/segmentation.hpp"
#include "opencv2/photo.hpp"
#include "opencv2/photo/segmentation.hpp"
using namespace cv;