1. 22 Nov, 2017 1 commit
  2. 12 Oct, 2017 1 commit
  3. 07 Oct, 2017 2 commits
    • Igor Wodiany's avatar
      Extract code from scalarToRawData · ffb95547
      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.
      ffb95547
    • Igor Wodiany's avatar
      Fix a memory leak in the Mat copying constructor · b638aa74
      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.
      b638aa74
  4. 08 Sep, 2017 1 commit
  5. 05 Sep, 2017 1 commit
  6. 23 Aug, 2017 1 commit
    • Pavel Vlasov's avatar
      ICV2017u3 package update; · a57718e1
      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;
      a57718e1
  7. 03 Aug, 2017 1 commit
  8. 25 Jul, 2017 1 commit
  9. 30 Jun, 2017 1 commit
  10. 28 Jun, 2017 1 commit
  11. 26 Jun, 2017 1 commit
  12. 21 Jun, 2017 1 commit
  13. 24 May, 2017 1 commit
    • Matthias Grundmann's avatar
      Update matrix.cpp · cf4e9e5c
      Matthias Grundmann authored
      Fix race condition in getDefaultAllocator and setDefaultAllocator interaction / not threadsafe currently
      cf4e9e5c
  14. 23 May, 2017 1 commit
  15. 20 Apr, 2017 1 commit
  16. 19 Apr, 2017 2 commits
  17. 22 Mar, 2017 1 commit
  18. 22 Feb, 2017 1 commit
  19. 08 Feb, 2017 1 commit
  20. 16 Dec, 2016 1 commit
  21. 15 Dec, 2016 1 commit
    • Addison Elliott's avatar
      Added N-dim submat selection with vectors · eb04b2bf
      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.
      eb04b2bf
  22. 14 Dec, 2016 1 commit
    • Addison Elliott's avatar
      Added new overloaded functions for Mat and UMat that accepts std::vector<int>… · fa6692af
      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.
      fa6692af
  23. 12 Dec, 2016 1 commit
    • bedbad's avatar
      Merge pull request #7754 from LAZI-2240:toupstream2.4 · ffcf866e
      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
      ffcf866e
  24. 07 Sep, 2016 1 commit
    • Valeriy Van's avatar
      Minor fix in MatAllocator::download · c562f0ad
      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
      c562f0ad
  25. 05 Sep, 2016 1 commit
  26. 19 Aug, 2016 1 commit
  27. 15 Jul, 2016 1 commit
  28. 11 Mar, 2016 1 commit
  29. 26 Jan, 2016 1 commit
  30. 08 Dec, 2015 2 commits
  31. 20 Oct, 2015 1 commit
  32. 12 Oct, 2015 1 commit
  33. 09 Oct, 2015 1 commit
  34. 25 Sep, 2015 2 commits
  35. 09 Sep, 2015 1 commit
  36. 21 Aug, 2015 1 commit