A point structure representing the grayscale intensity in single-channel images. Intensity is represented as a uint8_t value. More...
#include <point_types.hpp>
Public Member Functions | |
Intensity8u (const _Intensity8u &p) | |
Intensity8u () | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Intensity8u &p) |
A point structure representing the grayscale intensity in single-channel images. Intensity is represented as a uint8_t value.
Definition at line 337 of file point_types.hpp.
pcl::Intensity8u::Intensity8u | ( | const _Intensity8u & | p | ) | [inline] |
Definition at line 339 of file point_types.hpp.
pcl::Intensity8u::Intensity8u | ( | ) | [inline] |
Definition at line 344 of file point_types.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const Intensity8u & | p | ||
) | [friend] |