1. 08 Sep, 2016 6 commits
  2. 07 Sep, 2016 3 commits
    • Alexander Alekhin's avatar
    • 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
    • Pavel Rojtberg's avatar
  3. 06 Sep, 2016 8 commits
  4. 05 Sep, 2016 4 commits
  5. 04 Sep, 2016 2 commits
  6. 02 Sep, 2016 8 commits
  7. 01 Sep, 2016 4 commits
  8. 31 Aug, 2016 3 commits
  9. 30 Aug, 2016 2 commits
    • Valeriy Van's avatar
      Gets rid of magic constant · 464d289f
      Valeriy Van authored
      464d289f
    • Tomoaki Teshima's avatar
      add 64F intrinsic in HAL NEON · 7fef96be
      Tomoaki Teshima authored
        * use universal intrinsic for accumulate series using float/double
        * accumulate, accumulateSquare, accumulateProduct and accumulateWeighted
        * add v_cvt_f64_high in both SSE/NEON
        * add test for conversion v_cvt_f64_high in test_intrin.cpp
        * improve some existing universal intrinsic by using new instructions in Aarch64
        * add workaround for Android build in intrin_neon.hpp
      7fef96be