Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
pcl::BorderDescription Struct Reference

A structure to store if a point in a range image lies on a border between an obstacle and the background. More...

#include <pcl/impl/point_types.hpp>

Public Member Functions

 BorderDescription ()=default
 

Public Attributes

int x = 0
 
int y = 0
 
BorderTraits traits
 

Friends

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

Detailed Description

A structure to store if a point in a range image lies on a border between an obstacle and the background.

Definition at line 1714 of file point_types.hpp.

Constructor & Destructor Documentation

◆ BorderDescription()

pcl::BorderDescription::BorderDescription ( )
inlinedefault

Friends And Related Symbol Documentation

◆ operator<<

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

Member Data Documentation

◆ traits

◆ x

int pcl::BorderDescription::x = 0

Definition at line 1716 of file point_types.hpp.

Referenced by pcl::RangeImageBorderExtractor::get3dDirection().

◆ y

int pcl::BorderDescription::y = 0

Definition at line 1716 of file point_types.hpp.

Referenced by pcl::RangeImageBorderExtractor::get3dDirection().


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