transpose_       2999 modules/core/src/matrix.cpp static void transpose_##suffix( const uchar* src, size_t sstep, uchar* dst, size_t dstep, Size sz ) \
transpose_       3000 modules/core/src/matrix.cpp { transpose_<type>(src, sstep, dst, dstep, sz); } \