Point Cloud Library (PCL)  1.3.1
Defines | Functions
pyramid_feature_matching.hpp File Reference
#include <pcl/win32_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.

Defines

#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.

Define Documentation

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

Definition at line 303 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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines