1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 21:33:04 +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
@@ -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;