#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.
Definition at line 60 of file intermittent_image_annotator.h.
|
inline |
Definition at line 61 of file intermittent_image_annotator.h.
|
inlinevirtual |
Definition at line 62 of file intermittent_image_annotator.h.
image_geometry::PinholeCameraModel jsk_pcl_ros::SnapshotInformation::camera_ |
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.
cv::Mat jsk_pcl_ros::SnapshotInformation::image_ |
Definition at line 65 of file intermittent_image_annotator.h.