#include <Eigen/Dense>
Go to the source code of this file.
Classes | |
union | pcl::tracking::RGBValue |
Namespaces | |
namespace | pcl |
namespace | pcl::tracking |
Defines | |
#define | PCL_INSTANTIATE_HSVColorCoherence(T) template class PCL_EXPORTS pcl::tracking::HSVColorCoherence<T>; |
Functions | |
void | pcl::tracking::RGB2HSV (int r, int g, int b, float &fh, float &fs, float &fv) |
Convert a RGB tuple to an HSV one. |
#define PCL_INSTANTIATE_HSVColorCoherence | ( | T | ) | template class PCL_EXPORTS pcl::tracking::HSVColorCoherence<T>; |
Definition at line 177 of file hsv_color_coherence.hpp.