- 16 Dec, 2016 2 commits
-
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
- 03 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 13 Sep, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 27 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 18 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
-
- 17 Oct, 2014 7 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 15 Oct, 2014 2 commits
-
-
Vadim Pisarevsky authored
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
-
Pavel Vlasov authored
IPP can be switched on and off on runtime; Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS; TS modifications for implementations control;
-
- 13 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 Oct, 2014 1 commit
-
-
Felix Endres authored
Implemented as a new optional parameter for the constructor of the ORB detector. The change of this parameter has been included in the orb unit test.
-
- 23 Aug, 2014 1 commit
-
-
PhilLab authored
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 13 Mar, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 04 Feb, 2014 1 commit
-
-
Konstantin Matskevich authored
-
- 24 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 09 Dec, 2013 1 commit
-
-
Peter Andreas Entschev authored
Added the defaultNorm() method to the DescriptorExtractor class. This method returns the default norm type for each descriptor type. The tests and C/C++ samples were updated to get the norm type directly from the DescriptorExtractor inherited classes. This was reported in feature report #2182 (http://code.opencv.org/issues/2182). It will make it possible to get the norm type usually applied matching method for each descriptor, instead of passing it manually.
-
- 03 Dec, 2013 1 commit
-
-
Andrey Pavlenko authored
(master branch was fixed before, no need to merge this to master!) - disable openexr (numerous undefined std::min & std::max) - workaround for two compilator bugs
-
- 21 Oct, 2013 2 commits
-
-
Jose-Luis Blanco-Claraco authored
-
Jose-Luis Blanco-Claraco authored
-
- 20 Oct, 2013 1 commit
-
-
Jose-Luis Blanco-Claraco authored
-
- 10 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 15 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 31 May, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 13 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 03 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors.
-
- 23 Mar, 2012 1 commit
-
-
Leonid Beynenson authored
Made small change which fixes the situation, when ORB does not find any descriptors on an image. Earlier ORB::operator() crashed in this case, since rowRange method was called for an empty matrix.
-
- 17 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-