mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge pull request #12503 from nikhedonia:12500-move-gcgraph
* feat: move gcgraph to detail * chore: puts gcgraph cv::detail namespace
This commit is contained in:
committed by
Alexander Alekhin
parent
808ba552c5
commit
e628fd7bce
@@ -40,10 +40,11 @@
|
||||
//M*/
|
||||
|
||||
#include "precomp.hpp"
|
||||
#include "gcgraph.hpp"
|
||||
#include "opencv2/imgproc/detail/gcgraph.hpp"
|
||||
#include <limits>
|
||||
|
||||
using namespace cv;
|
||||
using namespace detail;
|
||||
|
||||
/*
|
||||
This is implementation of image segmentation algorithm GrabCut described in
|
||||
|
||||
Reference in New Issue
Block a user