CvType              3 modules/core/misc/java/src/java/core+CvType.java public final class CvType {
CvType           4761 modules/core/src/persistence.cpp CvType::CvType( const char* type_name,
CvType           4781 modules/core/src/persistence.cpp CvType::~CvType()
CvType             75 modules/flann/include/opencv2/flann.hpp template <typename T> struct CvType {};
CvType             76 modules/flann/include/opencv2/flann.hpp template <> struct CvType<unsigned char> { static int type() { return CV_8U; } };
CvType             77 modules/flann/include/opencv2/flann.hpp template <> struct CvType<char> { static int type() { return CV_8S; } };
CvType             78 modules/flann/include/opencv2/flann.hpp template <> struct CvType<unsigned short> { static int type() { return CV_16U; } };
CvType             79 modules/flann/include/opencv2/flann.hpp template <> struct CvType<short> { static int type() { return CV_16S; } };
CvType             80 modules/flann/include/opencv2/flann.hpp template <> struct CvType<int> { static int type() { return CV_32S; } };
CvType             81 modules/flann/include/opencv2/flann.hpp template <> struct CvType<float> { static int type() { return CV_32F; } };
CvType             82 modules/flann/include/opencv2/flann.hpp template <> struct CvType<double> { static int type() { return CV_64F; } };