Classes | |
class | DominantColor |
class | PointConverterBase |
class | PointConverterDepth |
class | PointConverterRGB |
Functions | |
template<typename PointT > | |
void | convertPointCloud2Cv (const typename pcl::PointCloud< PointT >::ConstPtr &cloud, cvImagePtr &image, boost::function< cv::Vec3b(int)> &converter) |
uint32_t | getGradientColor (float, float, float, cv::Vec3b &) |
uint32_t | getGradientColor (double, cv::Vec3b &) |
template<typename PointT > | |
void | getMinMaxZ (const typename pcl::PointCloud< PointT >::ConstPtr &cloud, float &z_min, float &z_max) |
template<typename T > | |
T | max3 (const T &a, const T &b, const T &c) |
template<typename T > | |
T | min3 (const T &a, const T &b, const T &c) |
void Gui::Tools::convertPointCloud2Cv | ( | const typename pcl::PointCloud< PointT >::ConstPtr & | cloud, |
cvImagePtr & | image, | ||
boost::function< cv::Vec3b(int)> & | converter | ||
) |
uint32_t Gui::Tools::getGradientColor | ( | float | z_value, |
float | z_min, | ||
float | z_max, | ||
cv::Vec3b & | bgr | ||
) |
uint32_t Gui::Tools::getGradientColor | ( | double | position, |
cv::Vec3b & | bgr | ||
) |
void Gui::Tools::getMinMaxZ | ( | const typename pcl::PointCloud< PointT >::ConstPtr & | cloud, |
float & | z_min, | ||
float & | z_max | ||
) |
T Gui::Tools::max3 | ( | const T & | a, |
const T & | b, | ||
const T & | c | ||
) | [inline] |
T Gui::Tools::min3 | ( | const T & | a, |
const T & | b, | ||
const T & | c | ||
) | [inline] |