Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::PointUV Struct Reference

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)

Detailed Description

A 2D point structure representing pixel image coordinates.

Note
We use float to be able to represent subpixels.

Definition at line 742 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointUV() [1/2]

pcl::PointUV::PointUV ( )
inlineconstexprdefault

Referenced by operator<<.

◆ PointUV() [2/2]

pcl::PointUV::PointUV ( float _u,
float _v )
inlineconstexpr

Definition at line 749 of file point_types.hpp.

References u, and v.

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const PointUV & p )
friend

References PointUV().

Member Data Documentation

◆ u

◆ v


The documentation for this struct was generated from the following file: