Point Cloud Library (PCL) 1.15.0
|
#include <pcl/tracking/impl/hsv_color_coherence.hpp>
Public Attributes | ||
struct { | ||
unsigned char Blue | ||
unsigned char Green | ||
unsigned char Red | ||
}; | ||
float | float_value | |
int | int_value | |
Definition at line 51 of file hsv_color_coherence.hpp.
struct { ... } pcl::tracking::RGBValue |
unsigned char pcl::tracking::RGBValue::Blue |
Definition at line 54 of file hsv_color_coherence.hpp.
Referenced by pcl::tracking::HSVColorCoherence< PointInT >::computeCoherence().
float pcl::tracking::RGBValue::float_value |
Definition at line 58 of file hsv_color_coherence.hpp.
unsigned char pcl::tracking::RGBValue::Green |
Definition at line 55 of file hsv_color_coherence.hpp.
Referenced by pcl::tracking::HSVColorCoherence< PointInT >::computeCoherence().
int pcl::tracking::RGBValue::int_value |
Definition at line 59 of file hsv_color_coherence.hpp.
Referenced by pcl::tracking::HSVColorCoherence< PointInT >::computeCoherence().
unsigned char pcl::tracking::RGBValue::Red |
Definition at line 56 of file hsv_color_coherence.hpp.
Referenced by pcl::tracking::HSVColorCoherence< PointInT >::computeCoherence().