用于表示由坐标 x
、y
和 z
指定的 3D 点的模板类。 更多...
#include <opencv2/core/types.hpp>
template<typename
_Tp>
class cv::Point3_< _Tp >
用于表示由坐标 x
、y
和 z
指定的 3D 点的模板类。
此类的实例可以与 C 结构 CvPoint2D32f 相互替换。类似于 Point_,3D 点的坐标可以转换为其他类型。还支持向量算术和比较运算。
以下 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]
此类的文档由以下文件生成