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
@@ -91,8 +91,6 @@
|
||||
# include "opencv2/xfeatures2d/cuda.hpp"
|
||||
#endif
|
||||
|
||||
#include "../../imgproc/src/gcgraph.hpp"
|
||||
|
||||
#include "opencv2/core/private.hpp"
|
||||
|
||||
#include "util_log.hpp"
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
//M*/
|
||||
|
||||
#include "precomp.hpp"
|
||||
#include "opencv2/imgproc/detail/gcgraph.hpp"
|
||||
#include <map>
|
||||
|
||||
namespace cv {
|
||||
|
||||
Reference in New Issue
Block a user