- 07 Sep, 2016 1 commit
-
-
Valeriy Van authored
Minor fix in MatAllocator::upload Minor fix in MatAllocator::copy Minor fix in setSize function Minor fix in Mat::Mat Minor fix in cvMatNDToMat function Minor fix in _InputArray::getMatVector Minor fix in _InputArray::getUMatVector Minor fix in cv::hconcat Minor fix in cv::vconcat Minor fix in cv::setIdentity Minor fix in cv::trace Minor fix in transposeI_ template function Minor fix in reduceC_ template function Minor fix in sort_ template function Minor fix in sortIdx_ template function Minor fix in cvRange function Minor fix in MatConstIterator::seek Minor fix in SparseMat::create Minor fix in SparseMat::copyTo Minor fix in SparseMat::convertTo Minor fix in SparseMat::convertTo Minor fix in SparseMat::ptr Minor fix in SparseMat::resizeHashTab Fixes indentation
-
- 05 Sep, 2016 1 commit
-
-
Sergey Alexandrov authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 15 Jul, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 11 Mar, 2016 1 commit
-
-
Piotr Semenov authored
-
- 26 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
_sizes can point to internal structure which is destroyed by release() call
-
- 08 Dec, 2015 2 commits
-
-
Dan authored
-
Dan Moodie authored
Conflicts: modules/core/src/matrix.cpp
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 12 Oct, 2015 1 commit
-
-
Dan authored
-
- 09 Oct, 2015 1 commit
-
-
Dan Moodie authored
Expanded support for std::vector<cv::cuda::GpuMat>. Whitespace fix.
-
- 25 Sep, 2015 2 commits
-
-
Pavel Vlasov authored
IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE to manage changes between updates more easily. IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
-
Pavel Vlasov authored
Minor changes to IPP implementations;
-
- 09 Sep, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 21 Aug, 2015 1 commit
-
-
Vitaliy Lyudvichenko authored
-
- 24 Jun, 2015 1 commit
-
-
Pavel Vlasov authored
Some code style corrections;
-
- 23 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 18 Jun, 2015 2 commits
-
-
Alexander Alekhin authored
-
Dmitry Budnikov authored
Removed IPP port for tiny arithm.cpp functions Additional warnings fix on various platforms. Build without OPENCL and GCC warnings fixed Fixed warnings, trailing spaces and removed unused secure_cpy. IPP code refactored. IPP code path implemented as separate static functions to simplify future work with IPP code and make it more readable.
-
- 15 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 14 May, 2015 1 commit
-
-
- 29 Apr, 2015 2 commits
-
-
- 07 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 Mar, 2015 1 commit
-
-
Dmitry-Me authored
-
- 23 Jan, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jan, 2015 1 commit
-
-
Nicu Știurcă authored
-
- 19 Jan, 2015 1 commit
-
-
Nicu Știurcă authored
-
- 26 Dec, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 23 Dec, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 15 Oct, 2014 1 commit
-
-
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;
-
- 29 Aug, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 14 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
-
- 13 Aug, 2014 2 commits
-
-
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
-
Alexander Karsakov authored
Fixed buffer initialization in reduce kernel. Enabled OCL version of reduce for SUM, MAX, MIN modes.
-
- 12 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 07 Aug, 2014 3 commits
-
-
Adil Ibragimov authored
-
Adil Ibragimov authored
-
Alexander Karsakov authored
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-