Point Cloud Library (PCL)
1.14.1-dev
|
#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 |
Definition at line 154 of file organized_edge_detection.h.
|
inline |
Definition at line 156 of file organized_edge_detection.h.
int pcl::OrganizedEdgeBase< PointT, PointLT >::Neighbor::d_index |
Definition at line 164 of file organized_edge_detection.h.
Referenced by pcl::OrganizedEdgeBase< PointT, PointLT >::extractEdges().
int pcl::OrganizedEdgeBase< PointT, PointLT >::Neighbor::d_x |
Definition at line 162 of file organized_edge_detection.h.
int pcl::OrganizedEdgeBase< PointT, PointLT >::Neighbor::d_y |
Definition at line 163 of file organized_edge_detection.h.