OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
types.hpp 文件参考
#include <climits>
#include <cfloat>
#include <vector>
#include <limits>
#include "opencv2/core/cvdef.h"
#include "opencv2/core/cvstd.hpp"
#include "opencv2/core/matx.hpp"
types.hpp 的包含依赖图
此图显示直接或间接包含此文件的文件

类  cv::Complex< _Tp >
 复数类。 更多…
 
类  cv::DMatch
 匹配关键点描述符的类。 更多…
 
类  cv::KeyPoint
 显著点检测器的數據結構。 更多…
 
类  cv::Moments
 cv::moments 返回的结构体 更多…
 
类  cv::Point3_< _Tp >
 用于指定其坐标xyz的 3D 点的模板类。 更多…
 
类  cv::Point_< _Tp >
 用于指定其坐标xy的 2D 点的模板类。 更多…
 
类  cv::Range
 指定序列的连续子序列(切片)的模板类。 更多…
 
类  cv::Rect_< _Tp >
 用于 2D 矩形的模板类。 更多…
 
类  cv::RotatedRect
 此类表示平面上的旋转(即非直立)矩形。 更多…
 
类  cv::Scalar_< _Tp >
 Vec 派生的 4 元素向量的模板类。 更多…
 
类  cv::Size_< _Tp >
 用于指定图像或矩形大小的模板类。 更多…
 
类  cv::TermCriteria
 定义迭代算法终止条件的类。 更多…
 

命名空间

命名空间  cv
 
命名空间  cv::traits
 

类型定义

typedef Complex< double > cv::Complexd
 
typedef Complex< float > cv::Complexf
 
typedef Point2i cv::Point
 
typedef Point_< double > cv::Point2d
 
typedef Point_< float > cv::Point2f
 
typedef Point_< int > cv::Point2i
 
typedef Point_< int64cv::Point2l
 
typedef Point3_< double > cv::Point3d
 
typedef Point3_< float > cv::Point3f
 
typedef Point3_< int > cv::Point3i
 
typedef Rect2i cv::Rect
 
typedef Rect_< double > cv::Rect2d
 
typedef Rect_< float > cv::Rect2f
 
typedef Rect_< int > cv::Rect2i
 
typedef Scalar_< double > cv::Scalar
 
typedef Size2i cv::Size
 
typedef Size_< double > cv::Size2d
 
typedef Size_< float > cv::Size2f
 
typedef Size_< int > cv::Size2i
 
typedef Size_< int64cv::Size2l