opencv/modules/core/misc/java/test
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
..
CoreTest.java Added interface to check library version during runtime 2018-04-09 12:30:39 +03:00
CvTypeTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
DMatchTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
KeyPointTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
MatOfByteTest.java Merge pull request #10489 from SarenT:offset-mat_put 2018-01-12 18:00:58 +03:00
MatTest.java handle huge matrices correctly (#11505) 2018-05-14 15:29:14 +03:00
Point3Test.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
PointTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
RangeTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
RectTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
RotatedRectTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
ScalarTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
SizeTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
TermCriteriaTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00