- 13 Apr, 2018 1 commit
-
-
Tomoaki Teshima authored
* use universal intrinsic instead of raw intrinsic * add 2 channels de-interleave on x86 platform * add v_int32x4 version of v_muladd * add accumulate version of v_dotprod based on the commit from seiko2plus on bf1852d * remove some verify check in performance test * avoid the out of boundary access and keep the performance
-
- 23 Mar, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 22 Mar, 2018 6 commits
-
-
Naoto Mizuno authored
-
Tomoaki Teshima authored
* disable carotenete when calling resize on ARM/Aarch64 * loosen eps on Aarch64
-
Naoto Mizuno authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
-
- 21 Mar, 2018 2 commits
-
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
- 20 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 19 Mar, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Namgoo Lee authored
-
- 18 Mar, 2018 3 commits
-
-
Aleksandr Tischenko authored
* fixed bug #11100 Integer overflow in kmeans * fixed integer overflow in other divUp-s in kmeans code fixed warning about size_t to double conversion
-
Alexander Alekhin authored
-
-
- 16 Mar, 2018 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Jonathan Martens authored
Apparently the blog has been updated and the URL has changed, it is still there though.
-
berak authored
-
Alexander Alekhin authored
-
yuki takehara authored
* Fix #9363 * Renamed the structure and added a new function to the LineSegmentDetectorImpl class as a static member * Added a new function to the LineSegmentDetectorImpl class as a static member
-
- 15 Mar, 2018 8 commits
-
-
Alexander Alekhin authored
-
catree authored
-
berak authored
also add comments explaining the change
-
Alexander Alekhin authored
-
Alexander Alekhin authored
add_dependencies(${target}) doesn't control regeneration of .apk file, because "${target}" is dummy target.
-
Rostislav Vasilikhin authored
color.cpp split (#10869) * initial split is done * files renamed (these names are excluded during compilation) * IPP code moved to corresponding files * splineBuild, splineInterpolate -> color_lab.cpp * Lab, Luv: little refactored * it compiles (didn't check work); Lab OCL code moved to color_lab.cpp * cvtcolor.cl: Lab/Luv part moved to color_lab.cl * cvtcolor.cl: color_rgb.cl extracted * cvtcolor.cl: color_yuv.cl separated * cvtcolor.cl: color_hsv.cl extracted * cvtcolor.cl: extracted to color_lab.cl and color_rgb.cl * helper functions moved to hpp file * Lab, Luv: moved to color_lab.cpp * CPU XYZ: to color_lab.cpp * OCL XYZ: to color_lab.cpp * warning fixed * CvtHelper added * CPU YUV: to color_yuv.cpp, helpers to color.hpp * CPU HLS/HSV: to color_hsv.cpp * CPU BGR2BGR: to color_rgb.cpp * CPU RGB: to color_rgb.cpp * extra arg removed * CPU YUV: to color_yuv.cpp * color code decoded * OclHelper added, some funcs rewritten * color_lab.cpp: refactored to use OclHelper * OCL RGB: to color_rgb.cpp * OCL HLS/HSV: to color_hsv.cpp * OCL YUV: to color_yuv.cpp * OCL YUV planes: to color_yuv.cpp * OCL: color code reduced * licence to demosaicing.cpp * IPP func tables to color_rgb.cpp * code cleanup * HAVE_OPENCL ifdefs added * helpers made more common * fixed two plane YUV with separate mats * fixed warning in gcc7.2.0 * precomp header fixed * color space classification functions fixed * helpers fixed * rename: isSRGB -> is_sRGB
-
Alexander Alekhin authored
-
Sonny Kurniawan authored
When compiling with OpenNI2 flag active, CMake will not be able to find OpenNI.h due to the environment path not set in OpenCVFindOpenNI2.cmake. This PR rectifies this issue.
-
- 14 Mar, 2018 7 commits
-
-
atinfinity authored
-
Ilya A. Volynets-Evenbakh authored
destroyWindow was called twice during completion of the annotation procedure, resulting in a crash, and failure to write an output file
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
miqlas authored
* Haiku supporting patches * Revert uneeded changes * Whitespace cleanup
-