1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 06:11:09 +08:00

Merge pull request #3709 from kaingwade:features2d_parts_to_contrib

features2d cleanup: [#24999](https://github.com/opencv/opencv/issues/24999)

Main PR: opencv/opencv#25292, which moves KAZE, AKAZE, AgastFeatureDetector, BRISK and BOW to opencv_contrib/xfeatures2d.
This commit is contained in:
WU Jia
2024-10-10 22:10:18 +08:00
committed by GitHub
parent 29d78749dd
commit d131137a14
61 changed files with 45870 additions and 8 deletions

View File

@@ -47,6 +47,7 @@
#include <opencv2/3d.hpp>
#include <opencv2/calib.hpp>
#include <opencv2/features2d.hpp>
#include "opencv2/xfeatures2d.hpp"
#include "opencv2/imgcodecs.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/highgui.hpp"