Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
pyramid_feature_matching.hpp File Reference
#include <pcl/pcl_macros.h>
#include <pcl/registration/pyramid_feature_matching.h>
Include dependency graph for pyramid_feature_matching.hpp:

Go to the source code of this file.

Macros

#define PCL_INSTANTIATE_PyramidFeatureHistogram(PointFeature)   template class PCL_EXPORTS pcl::PyramidFeatureHistogram<PointFeature>;
 

Functions

__inline double Log2 (double n_arg)
 Helper function to calculate the binary logarithm. More...
 

Macro Definition Documentation

#define PCL_INSTANTIATE_PyramidFeatureHistogram (   PointFeature)    template class PCL_EXPORTS pcl::PyramidFeatureHistogram<PointFeature>;

Definition at line 309 of file pyramid_feature_matching.hpp.

Function Documentation

__inline double Log2 ( double  n_arg)

Helper function to calculate the binary logarithm.

Parameters
n_arg,:some value
Returns
binary logarithm (log2) of argument n_arg

Definition at line 50 of file pyramid_feature_matching.hpp.