opencv/modules/core/include/opencv2
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
..
core handle huge matrices correctly (#11505) 2018-05-14 15:29:14 +03:00
core.hpp core: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00