A 2D point structure representing pixel image coordinates. More...
#include <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.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const PointUV & | p | ||
| ) | [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.