opencv/modules/core
Tomoaki Teshima ca1a0a1108 core: remove raw SSE2/NEON implementation from convert.cpp (#9831)
* remove raw SSE2/NEON implementation from convert.cpp
  * remove raw implementation from Cvt_SIMD
  * remove raw implementation from cvtScale_SIMD
  * remove raw implementation from cvtScaleAbs_SIMD
  * remove duplicated implementation cvt_<float, short>
  * remove duplicated implementation cvtScale_<short, short, float>
  * add "from double" version of Cvt_SIMD
  * modify the condition of test ConvertScaleAbs

* Update convert.cpp

fixed crash in cvtScaleAbs(8s=>8u)

* fixed compile error on Win32

* fixed several test failures because of accuracy loss in cvtScale(int=>int)

* fixed NEON implementation of v_cvt_f64(int=>double) intrinsic

* another attempt to fix test failures

* keep trying to fix the test failures and just introduced compile warnings

* fixed one remaining test (subtractScalar)
2017-12-15 00:00:35 +03:00
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 core: fix persistence with deprecated traits 2017-12-12 17:07:36 +03:00
misc/java core(test): refactor Java Eigenvalues/PCA tests 2017-12-12 15:07:31 +03:00
perf core: remove raw SSE2/NEON implementation from convert.cpp (#9831) 2017-12-15 00:00:35 +03:00
src core: remove raw SSE2/NEON implementation from convert.cpp (#9831) 2017-12-15 00:00:35 +03:00
test core: remove raw SSE2/NEON implementation from convert.cpp (#9831) 2017-12-15 00:00:35 +03:00
CMakeLists.txt Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00