Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
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.

References d_index, d_x, and d_y.

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.

Referenced by Neighbor().

◆ 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.

Referenced by Neighbor().


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