1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 14:53:03 +04:00
Files
opencv/modules
hailong-wang 207218e920 Fix the bug of Mat_<>::opeartor []
`template<typename _Tp> inline const _Tp* Mat_<_Tp>::operator [](int y) const` does not support 3d matrix since it checks rows.

This operator[] shall check size.p[0] instead.
2017-03-14 13:02:59 +08:00
..
2017-03-14 13:02:59 +08:00
2016-12-03 13:17:37 +03:00
2016-09-30 15:16:29 +05:30
2016-09-30 15:16:29 +05:30
2016-11-29 01:18:10 +03:00
2016-12-04 03:10:05 +03:00
2016-11-29 01:18:10 +03:00
2016-11-29 01:18:10 +03:00
2016-09-30 15:16:29 +05:30
2016-12-04 03:10:05 +03:00
2017-03-07 23:42:24 +08:00
2016-12-22 04:22:47 +03:00
2017-01-23 18:45:53 +03:00
2016-11-18 14:08:53 +03:00
2014-08-05 20:12:35 +04:00