Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::OrganizedEdgeBase< PointT, PointLT >::Neighbor Struct Reference

#include <pcl/features/organized_edge_detection.h>

Public Member Functions

 Neighbor (int dx, int dy, int didx)
 

Public Attributes

int d_x
 
int d_y
 
int d_index
 

Detailed Description

template<typename PointT, typename PointLT>
struct pcl::OrganizedEdgeBase< PointT, PointLT >::Neighbor

Definition at line 154 of file organized_edge_detection.h.

Constructor & Destructor Documentation

◆ Neighbor()

template<typename PointT , typename PointLT >
pcl::OrganizedEdgeBase< PointT, PointLT >::Neighbor::Neighbor ( int  dx,
int  dy,
int  didx 
)
inline

Definition at line 156 of file organized_edge_detection.h.

Member Data Documentation

◆ d_index

template<typename PointT , typename PointLT >
int pcl::OrganizedEdgeBase< PointT, PointLT >::Neighbor::d_index

◆ d_x

template<typename PointT , typename PointLT >
int pcl::OrganizedEdgeBase< PointT, PointLT >::Neighbor::d_x

Definition at line 162 of file organized_edge_detection.h.

◆ d_y

template<typename PointT , typename PointLT >
int pcl::OrganizedEdgeBase< PointT, PointLT >::Neighbor::d_y

Definition at line 163 of file organized_edge_detection.h.


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