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 PCL_INSTANTIATE_PyramidFeatureHistogram | ( | PointFeature | ) | template class PCL_EXPORTS pcl::PyramidFeatureHistogram<PointFeature>; |
Definition at line 309 of file pyramid_feature_matching.hpp.
__inline double Log2 | ( | double | n_arg | ) |
Helper function to calculate the binary logarithm.
n_arg,: | some value |
Definition at line 50 of file pyramid_feature_matching.hpp.