Public Member Functions | Protected Attributes
DepthToPointCloud Class Reference

#include <depth_to_pointcloud.h>

List of all members.

Public Member Functions

template<typename Point2D_T , typename Point3D_T >
void depthTo3DPoint (Point2D_T &image_pos, float depth, Point3D_T &point)
 DepthToPointCloud ()
void initialize (sensor_msgs::ImageConstPtr depth_msg, sensor_msgs::CameraInfoConstPtr camera_info_msg)
virtual ~DepthToPointCloud ()

Protected Attributes

std::vector< float > projection_map_x_
std::vector< float > projection_map_y_

Detailed Description

Definition at line 45 of file depth_to_pointcloud.h.


Constructor & Destructor Documentation

Definition at line 40 of file depth_to_pointcloud.cpp.

Definition at line 46 of file depth_to_pointcloud.cpp.


Member Function Documentation

template<typename Point2D_T , typename Point3D_T >
void DepthToPointCloud::depthTo3DPoint ( Point2D_T &  image_pos,
float  depth,
Point3D_T &  point 
) [inline]

Definition at line 55 of file depth_to_pointcloud.h.

void DepthToPointCloud::initialize ( sensor_msgs::ImageConstPtr  depth_msg,
sensor_msgs::CameraInfoConstPtr  camera_info_msg 
)

Definition at line 51 of file depth_to_pointcloud.cpp.


Member Data Documentation

std::vector<float> DepthToPointCloud::projection_map_x_ [protected]

Definition at line 68 of file depth_to_pointcloud.h.

std::vector<float> DepthToPointCloud::projection_map_y_ [protected]

Definition at line 69 of file depth_to_pointcloud.h.


The documentation for this class was generated from the following files:


image_cb_detector
Author(s): Vijay Pradeep, Eitan Marder-Eppstein
autogenerated on Wed Aug 26 2015 10:56:01