Searched refs:shortdim (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
H A Dmatx.hpp94 shortdim = (m < n ? m : n) enumerator in enum:cv::Matx::__anon15230
99 typedef Matx<_Tp, shortdim, 1> diag_type;
623 for(int i = 0; i < shortdim; i++)
648 for(int i = 0; i < shortdim; i++)
701 for( int i = 0; i < shortdim; i++ )

Completed in 158 milliseconds