45 #define GRIDSIZE_H GRIDSIZE/2
59 template <
typename Po
intInT,
typename Po
intOutT = pcl::ESFSignature640>
77 feature_name_ =
"ESFEstimation";
81 lut_[i].resize (GRIDSIZE);
83 lut_[i][j].resize (GRIDSIZE);
107 lci (
const int x1,
const int y1,
const int z1,
108 const int x2,
const int y2,
const int z2,
109 float &ratio,
int &incnt,
int &pointcount);
113 computeESF (
PointCloudIn &pc, std::vector<float> &hist);
131 std::vector<std::vector<std::vector<int> > > lut_;