- 24 Jun, 2015 3 commits
-
-
Pavel Vlasov authored
-
Pavel Vlasov authored
-
Pavel Vlasov authored
Some code style corrections;
-
- 18 Jun, 2015 1 commit
-
-
Dmitry Budnikov authored
Removed IPP port for tiny arithm.cpp functions Additional warnings fix on various platforms. Build without OPENCL and GCC warnings fixed Fixed warnings, trailing spaces and removed unused secure_cpy. IPP code refactored. IPP code path implemented as separate static functions to simplify future work with IPP code and make it more readable.
-
- 26 May, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Zhigang Gong authored
int pix_per_thr = l_counter / LOCAL_TOTAL + ((lid < mod) ? 1 : 0); The pix_per_thr * LOCAL_TOTAL may be larger than l_counter. Thus the index of l_stack may be negative which may cause serious problems. Let's skip the loop when we get negative index and we need to add back the lcounter to keep its balance and avoid potential negative counter. Signed-off-by:
Zhigang Gong <zhigang.gong@intel.com>
-
- 25 May, 2015 6 commits
-
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Ilya Lavrenov authored
-
- 24 May, 2015 14 commits
-
-
GilLevi authored
-
Andreas Stührk authored
Conflicts: modules/highgui/src/grfmt_tiff.cpp floodfill return value removed
-
Vladislav Vinogradov authored
Install symlinks to shared libraries as a part of development package, not runtime package. It is default behavior for debian packages.
-
Ilya Lavrenov authored
Conflicts: modules/highgui/src/cap_ffmpeg_impl.hpp
-
Andreas Stührk authored
Some TIFF images consist of only one strip. The magic value 2**32-1 for the "rows per strip" tag reflects that fact, effectively meaning "infinite". Conflicts: modules/highgui/src/grfmt_tiff.cpp modules/highgui/test/test_grfmt.cpp fix whitespace fix compile error
-
Niklas Frisk authored
Conflicts: modules/features2d/src/draw.cpp
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
jormansa authored
Conflicts: modules/highgui/src/cap_ffmpeg_impl.hpp
-
StevenPuttemans authored
Conflicts: modules/gpu/doc/per_element_operations.rst
-
Alexander Smorkalov authored
tiff test fixed
-
Alexander Smorkalov authored
(cherry picked from commit e650d87e) (cherry picked from commit ca9c52ac) Conflicts: cmake/OpenCVPackaging.cmake
-
Martijn Liem authored
Fixed a memory leak in cap_dshow.cpp in videoInput::setVideoSettingCamera(). The leak was caused by not releasing an IBaseFilter object created in a call to getDevice(). Tho object is now properly released. Conflicts: modules/highgui/src/cap_dshow.cpp
-
Vadim Pisarevsky authored
-
- 23 May, 2015 12 commits
-
-
Ruslan Baratov authored
At least this is how it's defined in core/types_c.h Conflicts: modules/core/doc/intro.rst
-
Leonid Beynenson authored
The function makes wave correction of a stitched panorama. Earlier it gave wrong results for panorama made from 1 frame.
-
Camille authored
-
Mike Maraya authored
-
Dikay900 authored
-
Aleksandr Petrikov authored
Conflicts: modules/calib3d/src/stereobm.cpp Add CV_Assert (ndisp % 8 == 0) to NEON version
-
Ehren Metcalfe authored
Fix resource leak with iOS camera due to failure to remove AVCaptureSession input/outputs on stop (Bug #3389) Conflicts: modules/highgui/src/cap_ios_abstract_camera.mm
-
aletheios authored
-
Jüri Aedla authored
Android camera qcom HAL doesn't like it when no consumer usage bits are set. Set a usage bit for preview BufferQueue.
-
Alexander Smorkalov authored
fix MatOpInitializer
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 22 May, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-