Searched defs:CvType (Results 1 – 6 of 6) sorted by relevance
75 template <typename T> struct CvType {}; struct76 template <> struct CvType<unsigned char> { static int type() { return CV_8U; } }; in type() struct77 template <> struct CvType<char> { static int type() { return CV_8S; } }; in type() argument78 template <> struct CvType<unsigned short> { static int type() { return CV_16U; } }; in type() argument79 template <> struct CvType<short> { static int type() { return CV_16S; } }; in type() argument80 template <> struct CvType<int> { static int type() { return CV_32S; } }; in type() argument81 template <> struct CvType<float> { static int type() { return CV_32F; } }; in type() struct82 template <> struct CvType<double> { static int type() { return CV_64F; } }; in type() struct
363 struct CV_EXPORTS CvType struct369 CvTypeInfo* info; argument371 static CvTypeInfo* first; argument372 static CvTypeInfo* last; argument
2741 struct CV_EXPORTS CvType struct2747 CvTypeInfo* info; argument2749 static CvTypeInfo* first; argument2750 static CvTypeInfo* last; argument
3 public final class CvType { class
4819 CvType::CvType( const char* type_name, in CvType() function in CvType
4761 CvType::CvType( const char* type_name, in CvType() function in CvType