• hailong-wang's avatar
    Fix the bug of Mat_<>::opeartor [] · 207218e9
    hailong-wang authored
    `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.
    207218e9
Name
Last commit
Last update
..
doc Loading commit data...
include/opencv2 Loading commit data...
misc/java Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...