- 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
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 08 Aug, 2013 1 commit
-
-
Roman Donchenko authored
Looks like we don't actually use them; when creating precompiled headers with Visual C++, a dummy .cpp is created at build time.
-
- 10 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 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.
-
- 31 Jan, 2013 1 commit
-
-
Ilya Lysenkov authored
-