mirror of https://github.com/opencv/opencv.git
`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.pull/8379/head
parent
502aa1f053
commit
207218e920
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue