1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-24 03:03:35 +08:00

Merge pull request #3820 from kaingwade:rename_features2d

Rename features2d to features #3820

This PR renames the module _features2d_ to _features_. 
Main PR: opencv/opencv: [#26405](https://github.com/opencv/opencv/pull/26405)
This commit is contained in:
WU Jia
2024-11-12 16:50:30 +08:00
committed by GitHub
parent fe10e50fb7
commit 2f69f9ec2b
103 changed files with 134 additions and 134 deletions

View File

@@ -38,7 +38,7 @@
* @author Yida Wang
*/
#include <opencv2/cnn_3dobj.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/features.hpp>
#include <iomanip>
using namespace cv;
using namespace std;