opencv/modules/imgproc
Vadim Pisarevsky e0dbe5cfcc
handle huge matrices correctly (#11505)
* make sure that the matrix with more than INT_MAX elements is marked as non-continuous, and thus all the pixel-wise functions process it correctly (i.e. row-by-row, not as a single row, where integer overflow may occur when computing the total number of elements)
2018-05-14 15:29:14 +03:00
..
doc Rewite polar transforms (#11323) 2018-04-17 15:50:52 +03:00
include/opencv2 Grabcut with frozen models (#11339) 2018-04-19 15:23:50 +03:00
misc/java Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
perf Rewite polar transforms (#11323) 2018-04-17 15:50:52 +03:00
src Merge pull request #11418 from K-Shinotsuka:issue42 2018-05-10 15:15:04 +00:00
test handle huge matrices correctly (#11505) 2018-05-14 15:29:14 +03:00
CMakeLists.txt Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00