opencv/modules/core
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
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 handle huge matrices correctly (#11505) 2018-05-14 15:29:14 +03:00
misc/java handle huge matrices correctly (#11505) 2018-05-14 15:29:14 +03:00
perf core(hal): improve v_select() SSE4.1+ 2018-04-23 13:17:53 +03:00
src handle huge matrices correctly (#11505) 2018-05-14 15:29:14 +03:00
test core: fix ARM intrinsincs 2018-05-09 23:31:02 +03:00
CMakeLists.txt Reduced direct TBB dependencies 2018-04-06 14:21:15 +03:00