![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
この 3D ウィジェット はグリッドを定義する。: 続き...
#include <opencv2/viz/widgets.hpp>
公開メンバ関数 | |
| WGrid (const Point3d ¢er, const Vec3d &normal, const Vec3d &new_yaxis, const Vec2i &cells=Vec2i::all(10), const Vec2d &cells_spacing=Vec2d::all(1.0), const Color &color=Color::white()) | |
| 再配置されたグリッドを作成する。 | |
| WGrid (const Vec2i &cells=Vec2i::all(10), const Vec2d &cells_spacing=Vec2d::all(1.0), const Color &color=Color::white()) | |
| WGrid を構築する。 | |
Public Member Functions inherited from cv::viz::Widget3D | |
| Widget3D () | |
| void | applyTransform (const Affine3d &transform) |
| 指定した変換を用いて、ウィジェット内部のデータ(点、法線など)を変換する。 | |
| Affine3d | getPose () const |
| ウィジェットの現在のポーズを返す。 | |
| void | setColor (const Color &color) |
| ウィジェットの色を設定する。 | |
| void | setPose (const Affine3d &pose) |
| ウィジェットのポーズを設定する。 | |
| void | updatePose (const Affine3d &pose) |
| 現在のポーズに左から掛け合わせて、ウィジェットのポーズを更新する。 | |
Public Member Functions inherited from cv::viz::Widget | |
| ウィジェット () | |
| ウィジェット (const ウィジェット &other) | |
| virtual | ~Widget () |
| template<typename _W > | |
| _W | cast () const |
| ウィジェットを別の型にキャストする。 | |
| template<> | |
| Widget2D | cast () const |
| ユーティリティのエクスポート。 | |
| template<> | |
| Widget3D | cast () const |
| template<> | |
| WLine | cast () const |
| template<> | |
| WPlane | cast () const |
| template<> | |
| WSphere | cast () const |
| template<> | |
| WCylinder | cast () const |
| template<> | |
| WArrow | cast () const |
| template<> | |
| WCircle | cast () const |
| template<> | |
| WCone | cast () const |
| template<> | |
| WCube | cast () const |
| template<> | |
| WCoordinateSystem | cast () const |
| template<> | |
| WPolyLine | cast () const |
| template<> | |
| WGrid | cast () const |
| template<> | |
| WText3D | cast () const |
| template<> | |
| WText | cast () const |
| template<> | |
| WImageOverlay | cast () const |
| template<> | |
| WImage3D | cast () const |
| template<> | |
| WCameraPosition | cast () const |
| template<> | |
| WTrajectory | cast () const |
| template<> | |
| WTrajectoryFrustums | cast () const |
| template<> | |
| WTrajectorySpheres | cast () const |
| template<> | |
| WCloud | cast () const |
| template<> | |
| WPaintedCloud | cast () const |
| template<> | |
| WCloudCollection | cast () const |
| template<> | |
| WCloudNormals | cast () const |
| template<> | |
| WMesh | cast () const |
| template<> | |
| WWidgetMerger | cast () const |
| double | getRenderingProperty (int property) const |
| ウィジェットのレンダリングプロパティを返す。 | |
| ウィジェット & | operator= (const ウィジェット &other) |
| void | setRenderingProperty (int property, double value) |
| ウィジェットのレンダリングプロパティを設定する。 | |
Additional Inherited Members | |
Static Public Member Functions inherited from cv::viz::Widget | |
| static ウィジェット | fromPlyFile (const String &file_name) |
| plyファイルからウィジェットを作成する。 | |
この 3D ウィジェット はグリッドを定義する。:
| cv::viz::WGrid::WGrid | ( | const Vec2i & | cells = Vec2i::all(10), |
| const Vec2d & | cells_spacing = Vec2d::all(1.0), | ||
| const Color & | color = Color::white() ) |
| cv::viz::WGrid::WGrid | ( | const Point3d & | center, |
| const Vec3d & | normal, | ||
| const Vec3d & | new_yaxis, | ||
| const Vec2i & | cells = Vec2i::all(10), | ||
| const Vec2d & | cells_spacing = Vec2d::all(1.0), | ||
| const Color & | color = Color::white() ) |
再配置されたグリッドを作成する。