- 27 May, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Philipp Hasper authored
-
Philipp Hasper authored
-
- 26 May, 2015 11 commits
-
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Ilya Lavrenov authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
for some reason Calib3d_Homography.fromImages on ARM gives much smaller number of inliers than on x86/x64. Need to investigate more carefully, but let's decrease the tolerance threshold for now
-
Vadim Pisarevsky authored
-
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 11 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves http://code.opencv.org/issues/4330
-
-
-
http://code.opencv.org/issues/4011Vadim Pisarevsky authored
added tests for http://code.opencv.org/issues/4011 and http://code.opencv.org/issues/3057; fixed random subset generation in both methods to increase chance for a good subset
-
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
-