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

/external/opencv3/modules/core/misc/java/src/java/
H A Dcore+CvType.java3 public final class CvType { class
93 "Unsupported CvType value: " + type);
126 "Unsupported CvType value: " + type);
/external/opencv3/modules/flann/include/opencv2/
H A Dflann.hpp75 template <typename T> struct CvType {}; struct in namespace:cv::flann
76 template <> struct CvType<unsigned char> { static int type() { return CV_8U; } }; struct in namespace:cv::flann
77 template <> struct CvType<char> { static int type() { return CV_8S; } }; struct in namespace:cv::flann
78 template <> struct CvType<unsigned short> { static int type() { return CV_16U; } }; struct in namespace:cv::flann
79 template <> struct CvType<short> { static int type() { return CV_16S; } }; struct in namespace:cv::flann
80 template <> struct CvType<int> { static int type() { return CV_32S; } }; struct in namespace:cv::flann
81 template <> struct CvType<float> { static int type() { return CV_32F; } }; struct in namespace:cv::flann
82 template <> struct CvType<double> { static int type() { return CV_64F; } }; struct in namespace:cv::flann
253 CV_Assert(dataset.type() == CvType<ElementType>::type());
286 CV_Assert(queries.type() == CvType<ElementTyp
[all...]
/external/opencv/cxcore/include/
H A Dcxcore.hpp363 struct CV_EXPORTS CvType struct
365 CvType( const char* type_name,
368 ~CvType();
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4817 CvTypeInfo *CvType::first = 0, *CvType::last = 0;
4819 CvType::CvType( const char* type_name, function in class:CvType
4839 CvType::~CvType()
4845 CvType seq_type( CV_TYPE_NAME_SEQ, icvIsSeq, icvReleaseSeq, icvReadSeq,
4849 CvType seq_tree_type( CV_TYPE_NAME_SEQ_TREE, icvIsSeq, icvReleaseSeq,
4852 CvType seq_graph_type( CV_TYPE_NAME_GRAPH, icvIsGraph, icvReleaseGraph,
4855 CvType sparse_mat_typ
[all...]
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h2741 struct CV_EXPORTS CvType struct
2743 CvType( const char* type_name,
2746 ~CvType();
/external/opencv3/modules/core/src/
H A Dpersistence.cpp4759 CvTypeInfo *CvType::first = 0, *CvType::last = 0;
4761 CvType::CvType( const char* type_name, function in class:CvType
4781 CvType::~CvType()
4787 CvType seq_type( CV_TYPE_NAME_SEQ, icvIsSeq, icvReleaseSeq, icvReadSeq,
4791 CvType seq_tree_type( CV_TYPE_NAME_SEQ_TREE, icvIsSeq, icvReleaseSeq,
4794 CvType seq_graph_type( CV_TYPE_NAME_GRAPH, icvIsGraph, icvReleaseGraph,
4797 CvType sparse_mat_typ
[all...]

Completed in 183 milliseconds