Description: More...
#include <highgui.h>
#include <pcl/point_types.h>
#include <pcl/point_cloud.h>
#include <boost/function.hpp>
#include "cob_3d_mapping_tools/gui/types.h"
Go to the source code of this file.
Classes | |
class | Gui::Tools::DominantColor |
class | Gui::Tools::PointConverterBase< PointT > |
class | Gui::Tools::PointConverterDepth< PointT > |
class | Gui::Tools::PointConverterRGB< PointT > |
Namespaces | |
namespace | Gui |
namespace | Gui::Tools |
Functions | |
template<typename PointT > | |
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, float, float, cv::Vec3b &) |
uint32_t | Gui::Tools::getGradientColor (double, cv::Vec3b &) |
template<typename PointT > | |
void | Gui::Tools::getMinMaxZ (const typename pcl::PointCloud< PointT >::ConstPtr &cloud, float &z_min, float &z_max) |
template<typename T > | |
T | Gui::Tools::max3 (const T &a, const T &b, const T &c) |
template<typename T > | |
T | Gui::Tools::min3 (const T &a, const T &b, const T &c) |
Description:
ToDo:
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License LGPL as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License LGPL for more details.
You should have received a copy of the GNU Lesser General Public License LGPL along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition in file tools.h.