- 21 May, 2015 3 commits
-
-
Vadim Pisarevsky authored
another attempt to make the MSER test pass. removed possible randomization in parameters from run to run
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
added reasonable test for MSER (including coverage for http://code.opencv.org/issues/4273, http://code.opencv.org/issues/1723 and http://code.opencv.org/issues/756); also, added some "in-progress" info to the Features2d_Feature2d.no_crash test.
-
- 18 May, 2015 3 commits
-
-
Vadim Pisarevsky authored
-
-
-
- 06 May, 2015 1 commit
-
-
cbalint13 authored
-
- 11 Apr, 2015 1 commit
-
-
cbalint13 authored
-
- 21 Dec, 2014 1 commit
-
-
orestis authored
to compensate for neon ieee754 non-compliancy. Also changed the comparison between max valid and calculated distance to make the error message more accurate (in case curMaxDist == maxDist)
-
- 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
-
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
-
- 16 Oct, 2014 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 15 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
-
- 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.
-
- 31 Aug, 2014 1 commit
-
-
Dmitriy Anisimov authored
-
- 18 Aug, 2014 1 commit
-
-
Dmitriy Anisimov authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 11 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jul, 2014 1 commit
-
-
f-morozov authored
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 29 May, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 10 May, 2014 1 commit
-
-
Ievgen Khvedchenia authored
-
- 09 May, 2014 1 commit
-
-
Ievgen Khvedchenia authored
1) Clean-up from the unused code 2) Remove of SURF extraction method 3) Enabled threading for KAZE extraction 4) Exposed new properties for runtime configuration
-
- 01 May, 2014 1 commit
-
-
Ievgen Khvedchenia authored
-
- 09 Apr, 2014 1 commit
-
-
Maks Naumov authored
-
- 08 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
Conflicts: modules/core/src/stat.cpp
-
- 05 Apr, 2014 1 commit
-
-
Ievgen Khvedchenia authored
-
- 22 Jan, 2014 1 commit
-
-
Konstantin Matskevich authored
match radiusMatch
-
- 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.
-
- 08 Oct, 2013 1 commit
-
-
Ilya Lavrenov authored
-