Skip to content

Rename features2d to features #3820

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ccalib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set(the_description "Custom Calibration Pattern")
ocv_define_module(ccalib opencv_core opencv_imgproc opencv_3d opencv_calib opencv_features2d opencv_xfeatures2d opencv_highgui opencv_imgcodecs WRAP python)
ocv_define_module(ccalib opencv_core opencv_imgproc opencv_3d opencv_calib opencv_features opencv_xfeatures2d opencv_highgui opencv_imgcodecs WRAP python)
2 changes: 1 addition & 1 deletion modules/ccalib/include/opencv2/ccalib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define __OPENCV_CCALIB_HPP__

#include <opencv2/core.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/features.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/3d.hpp>

Expand Down
2 changes: 1 addition & 1 deletion modules/ccalib/include/opencv2/ccalib/randpattern.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#ifndef __OPENCV_RANDOMPATTERN_HPP__
#define __OPENCV_RANDOMPATTERN_HPP__

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"
#include "opencv2/xfeatures2d.hpp"
#include "opencv2/highgui.hpp"

Expand Down
2 changes: 1 addition & 1 deletion modules/ccalib/src/ccalib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include <opencv2/imgproc.hpp>
#include <opencv2/3d.hpp>
#include <opencv2/calib.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/features.hpp>

#include <vector>
#include <cstring>
Expand Down
2 changes: 1 addition & 1 deletion modules/ccalib/src/precomp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include <opencv2/core.hpp>
#include <opencv2/3d.hpp>
#include <opencv2/calib.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/features.hpp>
#include "opencv2/xfeatures2d.hpp"
#include "opencv2/imgcodecs.hpp"
#include "opencv2/imgproc.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cnn_3dobj/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})

include_directories(${Caffe_INCLUDE_DIR})
set(the_description "CNN for 3D object recognition and pose estimation including a completed Sphere View on 3D objects")
ocv_define_module(cnn_3dobj opencv_core opencv_imgproc ${Caffe_LIBS} ${Glog_LIBS} ${Protobuf_LIBS} OPTIONAL opencv_features2d opencv_viz opencv_3d WRAP python)
ocv_define_module(cnn_3dobj opencv_core opencv_imgproc ${Caffe_LIBS} ${Glog_LIBS} ${Protobuf_LIBS} OPTIONAL opencv_features opencv_viz opencv_3d WRAP python)
ocv_add_testdata(testdata/cv contrib/cnn_3dobj)

if(TARGET opencv_test_cnn_3dobj)
Expand Down
2 changes: 1 addition & 1 deletion modules/cnn_3dobj/samples/classify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion modules/cnn_3dobj/samples/video.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <iostream>
#include <fstream>
#include <opencv2/cnn_3dobj.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/features.hpp>
#include <iomanip>
using namespace cv;
using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion modules/cudafeatures2d/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4100 /wd4324 /wd4512 /wd4515 -Wu
if(ENABLE_CUDA_FIRST_CLASS_LANGUAGE)
ocv_module_include_directories(${CUDAToolkit_INCLUDE_DIRS})
endif()
ocv_define_module(cudafeatures2d opencv_features2d opencv_cudafilters opencv_cudawarping WRAP python)
ocv_define_module(cudafeatures2d opencv_features opencv_cudafilters opencv_cudawarping WRAP python)
2 changes: 1 addition & 1 deletion modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#endif

#include "opencv2/core/cuda.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"
#include "opencv2/cudafilters.hpp"

/**
Expand Down
2 changes: 1 addition & 1 deletion modules/cudafeatures2d/perf/perf_precomp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "opencv2/ts/cuda_perf.hpp"

#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

namespace opencv_test {
using namespace perf;
Expand Down
2 changes: 1 addition & 1 deletion modules/cudafeatures2d/src/precomp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/cudaarithm.hpp"
#include "opencv2/cudawarping.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "opencv2/core/private.cuda.hpp"

Expand Down
2 changes: 1 addition & 1 deletion modules/cudafeatures2d/test/test_precomp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "opencv2/ts/cuda_test.hpp"

#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "cvconfig.h"

Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if(NOT HAVE_QT OR NOT HAVE_CXX11 OR QT_VERSION_MAJOR LESS 5)
endif()

set(the_description "Debug visualization framework")
ocv_add_module(cvv opencv_core opencv_imgproc opencv_features2d WRAP python)
ocv_add_module(cvv opencv_core opencv_imgproc opencv_features WRAP python)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wshadow -Wmissing-declarations)

# Qt
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/include/opencv2/cvv/dmatch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <string>

#include "opencv2/core.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "call_meta_data.hpp"
#include "debug_mode.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/samples/cvv_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// library includes
#include <opencv2/imgproc.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/features.hpp>
#include <opencv2/videoio.hpp>

#define CVVISUAL_DEBUGMODE
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/gui/rawview_group_subtable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <algorithm>

#include <opencv2/core.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/features.hpp>

#include <QVBoxLayout>
#include <QStringList>
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/gui/rawview_table_row.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <utility>

#include <opencv2/core.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/features.hpp>

#include <QTableWidget>
#include <QString>
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/impl/call.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <QString>

#include "opencv2/core.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "opencv2/cvv/call_meta_data.hpp"

Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/impl/match_call.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <type_traits>

#include "opencv2/core.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "call.hpp"

Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <QGraphicsScene>

#include "opencv2/core.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "keypointsettings.hpp"
#include "../zoomableimage.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/cvvmatch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


#include "opencv2/core.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "matchsettings.hpp"
#include "cvvkeypoint.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/falsecolorkeypointpen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <vector>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "keypointvaluechooser.hpp"
#include "keypointsettings.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/falsecolormatchpen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <vector>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "matchsettings.hpp"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef CVVISUAL_KEY_POINT_INTERVALL_SELECTOR
#define CVVISUAL_KEY_POINT_INTERVALL_SELECTOR

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "keypointselection.hpp"
#include "keypointvaluechooser.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/keypointmanagement.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include "../../util/util.hpp"

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "keypointselectionselector.hpp"
#include "keypointsettingsselector.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <vector>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "keypointselection.hpp"
#include "keypointvaluechooser.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/keypointselection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <QFrame>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

namespace cvv{ namespace qtutil{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <vector>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "keypointselection.hpp"
#include "../registerhelper.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <vector>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "keypointsettings.hpp"
#include "../registerhelper.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/keypointshowsetting.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include <QPushButton>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"
#include "keypointsettings.hpp"

namespace cvv{ namespace qtutil{
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/keypointvaluechooser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <QWidget>
#include <QComboBox>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"


namespace cvv{ namespace qtutil{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef CVVISUAL_MATCH_INTERVALL_SELECTOR
#define CVVISUAL_MATCH_INTERVALL_SELECTOR

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "matchselection.hpp"
#include "../intervallselector.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/matchmanagement.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <QCheckBox>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "matchselectionselector.hpp"
#include "matchsettingsselector.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/matchportionselector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <vector>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "matchselection.hpp"
#include "../portionselector.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/matchscene.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <QGraphicsProxyWidget>

#include "opencv2/core.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"
#include "cvvmatch.hpp"
#include "cvvkeypoint.hpp"
#include "zoomableproxyobject.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/matchselection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <QFrame>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

namespace cvv{ namespace qtutil{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <vector>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "matchselection.hpp"
#include "../registerhelper.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/matchsettingsselector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <vector>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "matchsettings.hpp"
#include "../registerhelper.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/matchshowsetting.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include <QPushButton>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"
#include "matchsettings.hpp"
#include "cvvmatch.hpp"

Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/rawview_window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <vector>

#include <opencv2/core.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/features.hpp>

#include <QMainWindow>
#include <QString>
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/matchview/showinrawviewwidget.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <QWidget>

#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "matchmanagement.hpp"
#include "keypointmanagement.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/qtutil/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "opencv2/core.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"


namespace cvv
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/view/linematchview.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <vector>

#include "opencv2/core.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/features.hpp"

#include "../qtutil/matchview/matchmanagement.hpp"
#include "../qtutil/matchview/keypointmanagement.hpp"
Expand Down
2 changes: 1 addition & 1 deletion modules/cvv/src/view/match_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <vector>

#include <opencv2/core.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/features.hpp>

#include "../impl/match_call.hpp"

Expand Down
Loading
Loading