- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 23 Sep, 2016 1 commit
-
-
daB0bby authored
-
- 01 Sep, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 16 Aug, 2016 1 commit
-
-
Vitaliy Lyudvichenko authored
Adding of destructor and placement new constructors for classes wrapped with CV_EXPORTS_W_SIMPLE macro
-
- 12 Jul, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 13 Apr, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 07 Mar, 2016 1 commit
-
-
Krishnaraj Bhat authored
cosmetic changes to fix this warning. real bugs not found
-
- 26 Oct, 2015 1 commit
-
-
Alexander Smorkalov authored
(cherry picked from commit 408107ce)
-
- 13 Oct, 2015 1 commit
-
-
Alexander Smorkalov authored
-
- 17 Sep, 2015 2 commits
-
-
Ilya Lavrenov authored
(cherry picked from commit 3934d61d)
-
Ilya Lavrenov authored
(cherry picked from commit 32d7c195)
-
- 13 Sep, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 11 Sep, 2015 1 commit
-
-
Roman Donchenko authored
Backport of mariusmuja/flann@f8ca6df3.
-
- 03 Sep, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 01 Sep, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 29 Jul, 2015 1 commit
-
-
Roman Donchenko authored
Backport of mariusmuja/flann@f8ca6df3.
-
- 26 Apr, 2015 1 commit
-
-
Thomas Gabrowski authored
Conflicts: modules/contrib/include/opencv2/contrib/retina.hpp
-
- 14 Mar, 2015 1 commit
-
-
ippei ito authored
-
- 13 Mar, 2015 3 commits
-
-
ippei ito authored
-
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.
-
- 02 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 13 Feb, 2015 1 commit
-
-
Thomas Gabrowski authored
-
- 27 Jan, 2015 1 commit
-
-
Alexander Karsakov authored
(cherry picked from commit 8910508b)
-
- 26 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 25 Dec, 2014 1 commit
-
-
Andrey Kamaev authored
* cmake CMP0054 and CMP0045 * aarch64 build * portable code options in PCH cmake * some of gcc 4.9 warnings
-
- 16 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 01 Dec, 2014 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 28 Nov, 2014 2 commits
-
-
Takahiro Poly Horikawa authored
-
Takahiro Poly Horikawa authored
- Use cv::AutoBuffer rather than new allocation - Fix "assignment operator could not be generated" warning
-
- 27 Nov, 2014 1 commit
-
-
Takahiro Poly Horikawa authored
-
- 23 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
- updated existing Doxyfile.in - added corresponding cmake instructions - added some specific files (layout, icon) - clean existing doxygen warnings Conflicts: CMakeLists.txt doc/CMakeLists.txt modules/core/include/opencv2/core.hpp modules/core/include/opencv2/core/base.hpp modules/core/include/opencv2/core/cuda.inl.hpp modules/core/include/opencv2/core/mat.hpp modules/core/include/opencv2/core/matx.hpp modules/core/include/opencv2/core/types.hpp modules/flann/include/opencv2/flann/lsh_table.h modules/imgproc/include/opencv2/imgproc.hpp
-
- 22 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
- updated existing Doxyfile.in - added corresponding cmake instructions - added some specific files (layout, icon) - clean existing doxygen warnings
-
- 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
-
- 08 Aug, 2014 4 commits
-
-
Maksim Shabunin authored
Revert "Avoid obtaining several identical dimensions between two LSH sub-vectors by choosing orthogonal sub-vectors." This reverts commit e85bacff.
-
Maksim Shabunin authored
This reverts commit 8e93c19d.
-
Maksim Shabunin authored
Revert "Allows to choose orthogonal sub-vectors for LSH without using a static table among LshTable instances" This reverts commit e63d7de8.
-
Maksim Shabunin authored
This reverts commit 2f8b5731.
-