- 26 Mar, 2018 2 commits
-
-
corley authored
Fixed a couple of memory leaks in videoInput::getDevice() when multiple devices are present in the system
-
Namgoo Lee authored
-
- 25 Mar, 2018 1 commit
-
-
Andrei Costinescu authored
My build fails with the error: "C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/cmath:1136:11: error: '::hypot' has not been declared". I have tried to fix it by adding "#include <cmath>" before the line "#include <Python.h>" but then the build has failed with the error: "C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/math.h:91:12:: error: 'std::_hypot' has not been declared". Adding "#include <math.h>" allowed me to build opencv.
-
- 23 Mar, 2018 2 commits
-
-
Anthony Wertz authored
Sets a higher limit on videoio's AVI container's maximum chunk size, and adds an explanation of the assertion. Closes #11126
-
Dmitry Kurtaev authored
Fix batch norm in training phase.
-
- 22 Mar, 2018 4 commits
-
-
Tomoaki Teshima authored
* disable carotenete when calling resize on ARM/Aarch64 * loosen eps on Aarch64
-
Tomoaki Teshima authored
-
Tomoaki Teshima authored
* Stop calling nppSetStream
-
Tomoaki Teshima authored
-
- 21 Mar, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 19 Mar, 2018 1 commit
-
-
Namgoo Lee authored
-
- 18 Mar, 2018 2 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
-
-
- 16 Mar, 2018 1 commit
-
-
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 1 commit
-
-
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
-
- 14 Mar, 2018 3 commits
-
-
Alexander Alekhin authored
-
miqlas authored
* Haiku supporting patches * Revert uneeded changes * Whitespace cleanup
-
Jan Gaura authored
This offsets text brightness of pixel brightness values by offsetting it by 127 to the curent pixel value. The text is now readable even if pixels are black.
-
- 13 Mar, 2018 3 commits
-
-
vasiliev-vb authored
Bug was added in f6ceeaa2 commit, different angle computation functions have different parameter order.
-
Tomoaki Teshima authored
* add ifdef to apply on specific situation
-
Dmitry Kurtaev authored
-
- 12 Mar, 2018 6 commits
-
-
yuki takehara authored
* Fix #10948 * Add test code * Fixed build error * Add value zero * eigen: test cleanup
-
shimat authored
Refactor decolor (#11035) * decolor: modernize deprecated headers (math.h -> cmath) * refactor contrast_preserve.cpp * refactor contrast_preserve.hpp (add static/const) * refactor contrast_preserve.hpp (join assignment and declaration) * refactor contrast_preserve.hpp (format) * refactor test_decolor.cpp (indent) * refactor contrast_preserve.hpp (const) * contrast_preserve.hpp : optimize by minMaxLoc * fix trailing-whitespace * fix warning C4267 on VC++ x64 (conversion from 'size_t' to 'int', possible loss of data) * use cvRound instead of round_num * decrease indentation of test_decolor.cpp * remove pow() to optimize * remove redundant Mat initialization
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
Adam Rankin authored
Enabling build of visualization module when using VTK 9 (current HEAD of d5bbb9e99bbc6d11d2196c48bfd8f33508554551)
-
- 08 Mar, 2018 2 commits
-
-
Dmitry Kurtaev authored
-
Adam Rankin authored
Without proposed change, module throws build error regarding missing `opencv2/cudaimgproc.hpp`
-
- 07 Mar, 2018 5 commits
-
-
Dmitry Kurtaev authored
-
shimat authored
* optimized cv::decolor by removing vector.push_back * restored CV_INSTRUMENT_REGION() and original indent * fix build warnings in contrast_preserve.hpp * undo refactoring contrast_preserve.cpp/hpp
-
Eugene Mikhantiev authored
-
Dmitry Kurtaev authored
-
Tomoaki Teshima authored
* avoid misuse of vzeroupper on Visual Studio 2013 Update 5 * add ifdef to avoid unattended optimization
-
- 06 Mar, 2018 4 commits
-
-
Maksim Shabunin authored
-
Tomoaki Teshima authored
* avoid aggressive optimization on Visual Studio 2012 Update 5 * add code branch to avoid unattended optimization (keep the old code)
-
native-api authored
-
Namgoo Lee authored
* SSE2 : use _mm_cvtpd_epi32 when converting from CV_64F to CV_32S * No need to define a new universal intrinsic
-
- 05 Mar, 2018 2 commits
-
-
Dmitry Kurtaev authored
-
Tomoaki Teshima authored
-