#include <pcl/recognition/quantizable_modality.h>
#include <pcl/recognition/distance_map.h>
#include <pcl/pcl_base.h>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/features/linear_least_squares_normal.h>
Go to the source code of this file.
Classes | |
struct | pcl::SurfaceNormalModality< PointInT >::Candidate |
Candidate for a feature (used in feature extraction methods). More... | |
struct | pcl::LINEMOD_OrientationMap |
Map that stores orientations. More... | |
struct | pcl::QuantizedNormalLookUpTable |
Look-up-table for fast surface normal quantization. More... | |
class | pcl::SurfaceNormalModality< PointInT > |
Modality based on surface normals. More... | |
Namespaces | |
namespace | pcl |
Functions | |
static void | accumBilateral (long delta, long i, long j, long *A, long *b, int threshold) |
static void accumBilateral | ( | long | delta, |
long | i, | ||
long | j, | ||
long * | A, | ||
long * | b, | ||
int | threshold | ||
) | [static] |
Definition at line 702 of file surface_normal_modality.h.