fixed a few bugs in: Mat::reshape, Mat(CvMat*) constructor, element access, copying...
authorVadim Pisarevsky <no@email>
Tue, 19 Oct 2010 11:57:37 +0000 (11:57 +0000)
committerVadim Pisarevsky <no@email>
Tue, 19 Oct 2010 11:57:37 +0000 (11:57 +0000)
commit8af83e6d376fa73858561759bf4d4f39ba964027
treee5a6f7f24e3e8b1271f6936e38e9a8a1e3434009
parent6ed141de0e0bd68df305510fc6973a99b705ecd6
fixed a few bugs in: Mat::reshape, Mat(CvMat*) constructor, element access, copying nd array etc.
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/src/array.cpp
modules/core/src/matrix.cpp