- 27 May, 2015 9 commits
-
-
Joe Minichino authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
rajithr authored
code changes to handle the failed build
-
rajithr authored
-
Philipp Hasper authored
-
Philipp Hasper authored
-
- 26 May, 2015 13 commits
-
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Ilya Lavrenov authored
-
Zhigang Gong authored
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
-
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
-
rajithr 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 7 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
-