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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user