#include <pcl/features/integral_image_normal.h>
Go to the source code of this file.
Defines | |
#define | PCL_INSTANTIATE_IntegralImageNormalEstimation(T, NT) template class PCL_EXPORTS pcl::IntegralImageNormalEstimation<T,NT>; |
Functions | |
template<typename T > | |
void | sumArea (int start_x, int start_y, int end_x, int end_y, const int width, const int height, const boost::function< T(unsigned, unsigned, unsigned, unsigned)> &f, T &result) |
#define PCL_INSTANTIATE_IntegralImageNormalEstimation | ( | T, | |
NT | |||
) | template class PCL_EXPORTS pcl::IntegralImageNormalEstimation<T,NT>; |
Definition at line 1013 of file integral_image_normal.hpp.
void sumArea | ( | int | start_x, |
int | start_y, | ||
int | end_x, | ||
int | end_y, | ||
const int | width, | ||
const int | height, | ||
const boost::function< T(unsigned, unsigned, unsigned, unsigned)> & | f, | ||
T & | result | ||
) |
Definition at line 393 of file integral_image_normal.hpp.