1. 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
  2. 06 Sep, 2016 8 commits
  3. 05 Sep, 2016 3 commits
  4. 04 Sep, 2016 1 commit
  5. 02 Sep, 2016 8 commits
  6. 01 Sep, 2016 4 commits
  7. 31 Aug, 2016 3 commits
  8. 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
  9. 29 Aug, 2016 4 commits
  10. 27 Aug, 2016 2 commits
    • Matthew Self's avatar
      Improve perfomance of median calculation in LMedS algorithm · 7de2e1e7
      Matthew Self authored
      * Use `nth_element()` to find the median instead of `sort()` in `LMeDSPointSetRegistrator::run()`
      
      * Improves performance of this part of LMedS from `n log(n)` to `n` by avoiding doing a full sort.
      
      * Makes LMedS 2x faster for 100 points, 4x faster for 5,000 points in `EstimateAffine2D()`.
      
      * LMedS is now never more than 2x slower than RANSAC and is faster in some cases.
      7de2e1e7
    • Matthew Self's avatar
      2-channel interleaved load/store for universal intrinsics (float only) · 9678d48e
      Matthew Self authored
      * Added 2-channel ops to match existing 3-channel and 4-channel ops
      
      * v_load_deinterleave() and v_store_interleave()
      
      * Implements float32x4 only on SSE (but all types on NEON and CPP)
      
      * Includes tests
      
      * Will be used to vectorize 2D functions, such as estimateAffine2D()
      9678d48e
  11. 26 Aug, 2016 4 commits