1
0
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:
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

@@ -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>