opencv/modules/core/include/opencv2
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
..
core Fix the bug of Mat_<>::opeartor [] 2017-03-14 13:02:59 +08:00
core.hpp core: parallel_for_(): update RNG state of the main thread 2017-02-28 18:28:15 +03:00