Home
last modified time | relevance | path

Searched defs:CvType (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/
Dflann.hpp75 template <typename T> struct CvType {}; struct
76 template <> struct CvType<unsigned char> { static int type() { return CV_8U; } }; in type() struct
77 template <> struct CvType<char> { static int type() { return CV_8S; } }; in type() argument
78 template <> struct CvType<unsigned short> { static int type() { return CV_16U; } }; in type() argument
79 template <> struct CvType<short> { static int type() { return CV_16S; } }; in type() argument
80 template <> struct CvType<int> { static int type() { return CV_32S; } }; in type() argument
81 template <> struct CvType<float> { static int type() { return CV_32F; } }; in type() struct
82 template <> struct CvType<double> { static int type() { return CV_64F; } }; in type() struct
/external/opencv/cxcore/include/
Dcxcore.hpp363 struct CV_EXPORTS CvType struct
369 CvTypeInfo* info; argument
371 static CvTypeInfo* first; argument
372 static CvTypeInfo* last; argument
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h2741 struct CV_EXPORTS CvType struct
2747 CvTypeInfo* info; argument
2749 static CvTypeInfo* first; argument
2750 static CvTypeInfo* last; argument
/external/opencv3/modules/core/misc/java/src/java/
Dcore+CvType.java3 public final class CvType { class
/external/opencv/cxcore/src/
Dcxpersistence.cpp4819 CvType::CvType( const char* type_name, in CvType() function in CvType
/external/opencv3/modules/core/src/
Dpersistence.cpp4761 CvType::CvType( const char* type_name, in CvType() function in CvType