

Go to the source code of this file.
Defines | |
| #define | PCL_INSTANTIATE_PyramidFeatureHistogram(PointFeature) template class PCL_EXPORTS pcl::PyramidFeatureHistogram<PointFeature>; |
Functions | |
| __inline float | Log2 (float n_arg) |
| Helper function to calculate the binary logarithm. | |
| #define PCL_INSTANTIATE_PyramidFeatureHistogram | ( | PointFeature | ) | template class PCL_EXPORTS pcl::PyramidFeatureHistogram<PointFeature>; |
Definition at line 313 of file pyramid_feature_matching.hpp.
| __inline float Log2 | ( | float | n_arg | ) |
Helper function to calculate the binary logarithm.
| n_arg,: | some value |
Definition at line 54 of file pyramid_feature_matching.hpp.