Point Cloud Library (PCL)
1.7.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 54 of file hsv_color_coherence.hpp.
struct { ... } |
unsigned char pcl::tracking::RGBValue::Blue |
Definition at line 58 of file hsv_color_coherence.hpp.
Referenced by pcl::tracking::HSVColorCoherence< PointInT >::computeCoherence().
Definition at line 62 of file hsv_color_coherence.hpp.
unsigned char pcl::tracking::RGBValue::Green |
Definition at line 59 of file hsv_color_coherence.hpp.
Referenced by pcl::tracking::HSVColorCoherence< PointInT >::computeCoherence().
Definition at line 63 of file hsv_color_coherence.hpp.
Referenced by pcl::tracking::HSVColorCoherence< PointInT >::computeCoherence().
unsigned char pcl::tracking::RGBValue::Red |
Definition at line 60 of file hsv_color_coherence.hpp.
Referenced by pcl::tracking::HSVColorCoherence< PointInT >::computeCoherence().