- 01 Sep, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 13 Mar, 2015 2 commits
-
-
ippei ito authored
-
ippei ito authored
Current implementation of miniflann is releasing the trained index, and rebuilding the index from the beginning. But, some indexing algorithms like the LSH are able to add the indexing data after that. This branch is implementation of that optimization for LshIndex FlannBasedMatcher in the feature2d.
-
- 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
-
- 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 Jul, 2013 1 commit
-
-
Roman Donchenko authored
-
- 03 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
All tests passed!
-
- 20 Mar, 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>
-
- 22 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 16 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 28 Sep, 2012 1 commit
-
-
Marius Muja authored
-
- 27 Sep, 2012 1 commit
-
-
Marius Muja authored
-
- 28 Jun, 2012 1 commit
-
-
Marina Kolpakova authored
-
- 20 Jun, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 12 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 22 Apr, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 16 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 26 Oct, 2011 1 commit
-
-
Andrey Kamaev authored
-
- 05 Oct, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 22 Sep, 2011 1 commit
-
-
Marius Muja authored
-
- 14 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 04 Aug, 2011 1 commit
-
-
Andrey Kamaev authored
-
- 13 Jul, 2011 1 commit
-
-
Vadim Pisarevsky authored
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
-
- 20 Jun, 2011 2 commits
-
-
Vadim Pisarevsky authored
temporarily reverted to FLANN 1.5 (FLANN 1.6 is put to a separate branch FLANN_1.6 until it's stabilized)
-
Vadim Pisarevsky authored
-
- 19 Jun, 2011 1 commit
-
-
Marius Muja authored
-
- 19 May, 2011 1 commit
-
-
Anatoly Baksheev authored
-
- 30 Apr, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 16 Feb, 2011 2 commits
-
-
Marius Muja authored
Prefixed constants in flann with FLANN_ to prevent clashes with constants from other includes, closes bug #890
-
Marius Muja authored
-