- 15 Dec, 2017 4 commits
-
-
zhijackchen authored
* Fix issue #10114 Convert table change From: CV_8U -> HALF CV_8S -> HALF CV_16U -> UINT CV_16S -> UINT CV_32S -> UINT CV_32F -> FLOAT To: CV_8U -> HALF CV_8S -> HALF CV_16U -> UINT CV_16S -> FLOAT CV_32S -> FLOAT loss precision CV_32F -> FLOAT Signed integer can't be presented well with UINT. Even adjust bias, CV16S and CV32S will be confused when load from exr file. Also fix CV_8S negative value incorrect bug * EXR import and export imread() from EXR returns CV_32F only imwrite() accepts CV_32 cv::Mat only and stores FLOAT images by default. Add imwrite() flag to store in HALF format. * fix compiling error * clean up * fix EXR import issues
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Sayed Adel authored
-
- 14 Dec, 2017 15 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
-
catree 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 8 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
-