用于三维点的类模板,由其坐标 x、y 和 z 指定。更多...
#include <opencv2/core/types.hpp>
template<typename
_Tp>
类 cv::Point3_< _Tp >
用于三维点的类模板,由其坐标 x、y 和 z 指定。
该类的实例可与 C 结构体 CvPoint2D32f 互换使用。与 Point_ 类似,三维点的坐标可以转换为其他类型。还支持向量算术和比较运算。
以下 Point3_<> 别名可用
由坐标 x、y 和 z 指定的 3D 点的模板类。
定义于 types.hpp:255
Point3_< double > Point3d
定义 types.hpp:291
Point3_< float > Point3f
定义于 types.hpp:290
Point3_< int > Point3i
定义 types.hpp:289
- 另请参阅
- cv::Point3i、cv::Point3f 和 cv::Point3d
- 示例
- samples/cpp/cout_mat.cpp, samples/cpp/tutorial_code/features2D/Homography/decompose_homography.cpp, samples/cpp/tutorial_code/features2D/Homography/homography_from_camera_displacement.cpp, 和 samples/cpp/tutorial_code/features2D/Homography/pose_from_homography.cpp.
◆ value_type
◆ Point3_() [1/6]
◆ Point3_() [2/6]
◆ Point3_() [3/6]
◆ Point3_() [4/6]
◆ Point3_() [5/6]
◆ Point3_() [6/6]
◆ cross()
◆ ddot()
◆ dot()
◆ operator Point3_< _Tp2 >()
◆ operator Vec< _Tp, 3 >()
◆ operator=() [1/2]
◆ operator=() [2/2]
该类的文档由以下文件生成: