A point structure representing the grayscale intensity in single-channel images.
More...
#include <pcl/impl/point_types.hpp>
A point structure representing the grayscale intensity in single-channel images.
Intensity is represented as a std::uint8_t value.
Definition at line 403 of file point_types.hpp.
◆ Intensity8u() [1/2]
constexpr pcl::Intensity8u::Intensity8u |
( |
const _Intensity8u & |
p | ) |
|
|
inlineconstexpr |
◆ Intensity8u() [2/2]
constexpr pcl::Intensity8u::Intensity8u |
( |
std::uint8_t |
_intensity = 0 | ) |
|
|
inlineconstexpr |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Intensity8u & |
p |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: