_Tp                98 modules/core/include/opencv2/core/matx.hpp     typedef Matx<_Tp, m, n>               mat_type;
_Tp                99 modules/core/include/opencv2/core/matx.hpp     typedef Matx<_Tp, shortdim, 1> diag_type;
_Tp               234 modules/core/include/opencv2/core/matx.hpp     typedef Matx<_Tp, m, n>                               value_type;
_Tp               392 modules/core/include/opencv2/core/matx.hpp     typedef Vec<_Tp, cn>                               value_type;
_Tp               172 modules/imgproc/src/color.cpp     typedef typename Cvt::channel_type _Tp;