- 15 Dec, 2017 2 commits
-
-
Alexander Alekhin authored
-
Sayed Adel authored
-
- 14 Dec, 2017 14 commits
-
-
Vadim Pisarevsky authored
-
Tomoaki Teshima authored
* 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)
-
Rostislav Vasilikhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Suleyman TURKMEN authored
-
Alexander Alekhin authored
-
Suleyman TURKMEN authored
-
Suleyman TURKMEN authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 13 Dec, 2017 13 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* round doesn't exists in standard library of Visual Studio 2012 * apply the correct computation of ROI
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- avoid unnecessary rebuilding of OpenCV libraries - use timestamp of the first launch of CMake - to return to previous behavior use `-UOPENCV_TIMESTAMP` CMake option
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
Alexander Alekhin authored
Introduce CMake variable OPENCV_MAP_IMPORTED_CONFIG which controls this behaviour Added defaults for MSVS targets
-
Vadim Pisarevsky authored
-
Tomoaki Teshima authored
* stop re-enabling the warning C4127 * disabling is done in CMakeLists.txt
-
- 12 Dec, 2017 11 commits
-
-
Alexander Alekhin authored
CMake message contains this: "Invalid escape sequence \"
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- CV_L2 -> relative NORM_L2 - eigenEps: 1e-6 ==> 1e-4 - evalEps: 1e-6 ==> 1e-5 - evecEps: 1e-3 ==> 5e-3 - RNG seed: 12345 - drop non-informative legacy test code (ts->printf, etc)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-