make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order...
authorVadim Pisarevsky <no@email>
Wed, 25 Apr 2012 08:39:21 +0000 (08:39 +0000)
committerVadim Pisarevsky <no@email>
Wed, 25 Apr 2012 08:39:21 +0000 (08:39 +0000)
commit30f1ab059b2c12ff74ef38cf878af6ade8fe22e7
treef2dd4d17f8f8eb66a6aaa599a4fee8a2defa4df5
parenta227746d84275e4c76fe370d66af9cc3a5d56d05
make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804
modules/core/include/opencv2/core/mat.hpp
modules/core/test/test_operations.cpp
modules/python/src2/cv2.cpp