Point Cloud Library (PCL)
1.7.0
|
A 2D point structure representing pixel image coordinates. More...
#include <pcl/impl/point_types.hpp>
Public Attributes | |
float | u |
float | v |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointUV &p) |
A 2D point structure representing pixel image coordinates.
Definition at line 696 of file point_types.hpp.
|
friend |
float pcl::PointUV::u |
Definition at line 698 of file point_types.hpp.
float pcl::PointUV::v |
Definition at line 699 of file point_types.hpp.