- 22 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 12 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 07 Oct, 2017 2 commits
-
-
Igor Wodiany authored
The same code was repeated several time for different data types, so it was extracted as a templated function to improve maintability and make a code more clear.
-
Igor Wodiany authored
Exception may be rasied inside the body of a copying constructor after refcount has been increased, and beacause in the case of the exception destrcutor is never called what causes memory leak. This commit adds a workaround that calls the release() function before the exception is thrown outside the contructor.
-
- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 05 Sep, 2017 1 commit
-
-
- 23 Aug, 2017 1 commit
-
-
Pavel Vlasov authored
- Optimizations set change. Now IPP integrations will provide code for SSE42, AVX2 and AVX512 (SKX) CPUs only. For HW below SSE42 IPP code is disabled. - Performance regressions fixes for IPP code paths; - cv::boxFilter integration improvement; - cv::filter2D integration improvement;
-
- 03 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 25 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 28 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 24 May, 2017 1 commit
-
-
Matthias Grundmann authored
Fix race condition in getDefaultAllocator and setDefaultAllocator interaction / not threadsafe currently
-
- 23 May, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 20 Apr, 2017 1 commit
-
-
Pavel Vlasov authored
-
- 19 Apr, 2017 2 commits
-
-
Vadim Pisarevsky authored
-
Arnaud Brejeon authored
Add support for std::array<T, N> (#8535) * Add support for std::array<T, N> * Add std::array<Mat, N> support * Remove UMat constructor with std::array parameter
-
- 22 Mar, 2017 1 commit
-
-
KUANG, Fangjun authored
-
- 22 Feb, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 08 Feb, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 16 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 15 Dec, 2016 1 commit
-
-
Addison Elliott authored
Currently, to select a submatrix of a N-dimensional matrix, it requires two lines of code while only one line of code is required if using a 2D array. I added functionality to be able to select an N-dim submatrix using a vector list instead of a Range pointer. This allows initializer lists to be used for a one-line selection.
-
- 14 Dec, 2016 1 commit
-
-
Addison Elliott authored
Added new overloaded functions for Mat and UMat that accepts std::vector<int> instead of int * for the sizes on a N-dimensional array. This allows for an N-dimensional array to be setup in one line instead of two when using C++11 initializer lists. cv::Mat(3, {zDim, yDim, xDim}, ...) can be used instead of having to create an int pointer to hold the size array.
-
- 12 Dec, 2016 1 commit
-
-
bedbad authored
Introducing boundingRect2f() (#7754) * Introducing boundingRect2f to return exact bounding float rectangle for RotatedRect * Introducing boundingRect2f to return exact bounding float rectangle for RotatedRect * Introducing boundingRect2f() - update * Introducing boundingRect2f to return exact bounding float rectangle for RotatedRect * Introducing boundingRect2f() - update - tested
-
- 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
-