Point Cloud Library (PCL)
1.14.1-dev
|
A 2D point structure representing pixel image coordinates. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
constexpr | PointUV ()=default |
constexpr | PointUV (float _u, float _v) |
Public Attributes | |
float | u = 0.f |
float | v = 0.f |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointUV &p) |
A 2D point structure representing pixel image coordinates.
Definition at line 742 of file point_types.hpp.
|
inlineconstexprdefault |
|
inlineconstexpr |
Definition at line 749 of file point_types.hpp.
|
friend |
float pcl::PointUV::u = 0.f |
Definition at line 744 of file point_types.hpp.
Referenced by pcl::tracking::PyramidalKLTTracker< PointInT, IntensityT >::setPointsToTrack(), and pcl::tracking::PyramidalKLTTracker< PointInT, IntensityT >::track().
float pcl::PointUV::v = 0.f |
Definition at line 745 of file point_types.hpp.
Referenced by pcl::tracking::PyramidalKLTTracker< PointInT, IntensityT >::setPointsToTrack(), and pcl::tracking::PyramidalKLTTracker< PointInT, IntensityT >::track().