Alexander Smorkalov
2b95a6da30
Fixed SURF linkage issue without nonfree.
2 years ago
Augustin Manecy
a8864db902
Add read/write functions to xfeatures2d and normalize naming convention
...
In read function, check before if node is empty to avoid erasing default value in case of missing parameter.
Add getters/setters to complete cpp/java/python API (needed for Java Tests.)
fix warning due to double to float conversion in freak
3 years ago
Gary Allen
9d0a451bee
Merge pull request #3296 from gvcallen:4.x
...
Allow new glog in SFM CMake Project
* Allow new glog in SFM CMakeLists.txt
* Fix typo
* Fixed missing bracket
3 years ago
Brian Wignall
078c45633d
Fix typos
...
backport commit 8c09249352
6 years ago
Alexander Alekhin
6132943a39
xfeatures2d: validate keypoints mask for SURF
7 years ago
Vadim Pisarevsky
d1b8e38e45
trying to fix the custom AVX2 builder test failures (false alarms)
7 years ago
berak
c871e23d18
xfeatures2d: throw CV_Error if not built with OPENCV_ENABLE_NONFREE
7 years ago
Alexander Alekhin
fc69aa57bc
opencv: use cv::AutoBuffer<>::data()
7 years ago
Alexander Alekhin
ec65e5b29c
xfeatures2d: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
85a284c031
surf: fix OpenCL condition
8 years ago
Alexander Alekhin
ac8dd366e4
ocl: fix "off" mode
10 years ago
Vadim Pisarevsky
e2755362e1
quickly corrected the previous refactoring of features2d/xfeatures2d: moved from set(SOME_PROP, val) to setSomeProp(val)
11 years ago
Vadim Pisarevsky
6c63139f7a
added properties setter/getter to SURF
11 years ago
Vadim Pisarevsky
0cfd795303
refactored xfeatures2d in the same style as features2d
11 years ago
Vadim Pisarevsky
d4a77fc428
added xfeatures2d (made of opencv/nonfree and a part of opencv/features2d)
11 years ago