#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 89 of file intermittent_image_annotator.h.
Definition at line 124 of file intermittent_image_annotator.h.
| 
 | inline | 
Definition at line 125 of file intermittent_image_annotator.h.
| 
 | inlinevirtual | 
Definition at line 126 of file intermittent_image_annotator.h.
| image_geometry::PinholeCameraModel jsk_pcl_ros::SnapshotInformation::camera_ | 
Definition at line 130 of file intermittent_image_annotator.h.
| Eigen::Affine3d jsk_pcl_ros::SnapshotInformation::camera_pose_ | 
Definition at line 126 of file intermittent_image_annotator.h.
| pcl::PointCloud<pcl::PointXYZRGB>::Ptr jsk_pcl_ros::SnapshotInformation::cloud_ | 
Definition at line 131 of file intermittent_image_annotator.h.
| cv::Mat jsk_pcl_ros::SnapshotInformation::image_ | 
Definition at line 129 of file intermittent_image_annotator.h.