mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 04:25:42 +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:
@@ -4,7 +4,7 @@
|
||||
#include <opencv2/core.hpp> // Basic OpenCV structures (cv::Mat, Scalar)
|
||||
#include <opencv2/videoio.hpp>
|
||||
#include <opencv2/highgui.hpp> // OpenCV window I/O
|
||||
#include <opencv2/features2d.hpp>
|
||||
#include <opencv2/features.hpp>
|
||||
#include <opencv2/xobjdetect.hpp>
|
||||
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user