A ShapeSpectral descriptor computes features that describe the local shape of a neighborhood of points. More...
#include <vector>
#include <opencv/cv.h>
#include <opencv/cxcore.h>
#include <opencv/cvaux.hpp>
#include <ias_descriptors_3d/generic/neighborhood_feature.h>
#include <ias_descriptors_3d/shared/spectral_analysis.h>
Go to the source code of this file.
Classes | |
class | ShapeSpectral |
A ShapeSpectral descriptor computes features that indicate the flat-ness (F), linear-ness (L), and scattered-ness (S) of a local neighborhood around an interest point/region. More... |
A ShapeSpectral descriptor computes features that describe the local shape of a neighborhood of points.
Definition in file shape_spectral.h.