features2d(sift): move SIFT tests / headers / build fixes
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Tue, 21 Apr 2020 06:58:21 +0000 (06:58 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Thu, 23 Apr 2020 08:45:22 +0000 (08:45 +0000)
commita3274187671c4b4c2868f2ca8dd3face19f2176f
treed50ff4e2b5e059efbafd0811861499f9df0b6edf
parented58b5489fe84340066e5bf636e56fd41a3fe105
features2d(sift): move SIFT tests / headers / build fixes
17 files changed:
doc/opencv.bib
doc/py_tutorials/py_feature2d/py_feature_homography/py_feature_homography.markdown
doc/py_tutorials/py_feature2d/py_matcher/py_matcher.markdown
doc/py_tutorials/py_feature2d/py_sift_intro/py_sift_intro.markdown
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.markdown
modules/features2d/include/opencv2/features2d.hpp
modules/features2d/misc/java/test/SIFTDescriptorExtractorTest.java
modules/features2d/perf/perf_sift.cpp
modules/features2d/src/sift.cpp
modules/features2d/test/test_descriptors_invariance.cpp
modules/features2d/test/test_descriptors_regression.cpp
modules/features2d/test/test_detectors_invariance.cpp
modules/features2d/test/test_detectors_regression.cpp
modules/features2d/test/test_keypoints.cpp
modules/stitching/src/matchers.cpp
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp
samples/python/find_obj.py