cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
shot_extractor.hpp File Reference
#include <array>
#include <cmath>
#include <vector>
#include <cpp-toolbox/cpp-toolbox_export.hpp>
#include <cpp-toolbox/math/matrix.hpp>
#include <cpp-toolbox/pcl/descriptors/base_descriptor_extractor.hpp>
#include <cpp-toolbox/pcl/knn/kdtree.hpp>
#include <cpp-toolbox/pcl/norm/pca_norm.hpp>
#include <cpp-toolbox/metrics/vector_metrics.hpp>
#include <cpp-toolbox/pcl/descriptors/impl/shot_extractor_impl.hpp>
Include dependency graph for shot_extractor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  toolbox::pcl::shot_signature_t< DataType >
 SHOT (Signature of Histograms of Orientations) signature. More...
 
class  toolbox::pcl::shot_extractor_t< DataType, KNN >
 SHOT (Signature of Histograms of Orientations) descriptor extractor. More...
 

Namespaces

namespace  toolbox
 
namespace  toolbox::pcl