#include <intermittent_image_annotator.h>
Public Types | |
typedef boost::shared_ptr < SnapshotInformation > | Ptr |
Public Member Functions | |
SnapshotInformation () | |
virtual | ~SnapshotInformation () |
Public Attributes | |
image_geometry::PinholeCameraModel | camera_ |
Eigen::Affine3d | camera_pose_ |
pcl::PointCloud < pcl::PointXYZRGB >::Ptr | cloud_ |
cv::Mat | image_ |
Definition at line 57 of file intermittent_image_annotator.h.
typedef boost::shared_ptr<SnapshotInformation> jsk_pcl_ros::SnapshotInformation::Ptr |
Definition at line 60 of file intermittent_image_annotator.h.
Definition at line 61 of file intermittent_image_annotator.h.
virtual jsk_pcl_ros::SnapshotInformation::~SnapshotInformation | ( | ) | [inline, virtual] |
Definition at line 62 of file intermittent_image_annotator.h.
Definition at line 66 of file intermittent_image_annotator.h.
Eigen::Affine3d jsk_pcl_ros::SnapshotInformation::camera_pose_ |
Definition at line 62 of file intermittent_image_annotator.h.
pcl::PointCloud<pcl::PointXYZRGB>::Ptr jsk_pcl_ros::SnapshotInformation::cloud_ |
Definition at line 67 of file intermittent_image_annotator.h.
Definition at line 65 of file intermittent_image_annotator.h.