座標 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_<> エイリアスが利用可能である:
Template class for 3D points specified by its coordinates x, y and z.
Definition types.hpp:255
Point3_< double > Point3d
Definition types.hpp:291
Point3_< float > Point3f
Definition types.hpp:290
Point3_< int > Point3i
Definition types.hpp:289
- 参照
- cv::Point3i, cv::Point3f, cv::Point3d
- 例
- samples/cpp/tutorial_code/features/Homography/decompose_homography.cpp, samples/cpp/tutorial_code/features/Homography/homography_from_camera_displacement.cpp, および samples/cpp/tutorial_code/features/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]
このクラス詳解は次のファイルから抽出されました: