#include <tools.h>
Public Member Functions | |
cv::Vec3b | operator() (int idx) |
PointConverterDepth (const typename pcl::PointCloud< PointT >::ConstPtr &cloud, float z_min, float z_max) | |
Private Attributes | |
float | z_max_ |
float | z_min_ |
Gui::Tools::PointConverterDepth< PointT >::PointConverterDepth | ( | const typename pcl::PointCloud< PointT >::ConstPtr & | cloud, |
float | z_min, | ||
float | z_max | ||
) | [inline] |
cv::Vec3b Gui::Tools::PointConverterDepth< PointT >::operator() | ( | int | idx | ) | [inline, virtual] |
Implements Gui::Tools::PointConverterBase< PointT >.
float Gui::Tools::PointConverterDepth< PointT >::z_max_ [private] |
float Gui::Tools::PointConverterDepth< PointT >::z_min_ [private] |