• 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
..
core Loading commit data...
core.hpp Loading commit data...