File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939#include " pcl/gpu/utils/safe_call.hpp"
4040#include " pcl/gpu/utils/device/warp.hpp"
4141#include " pcl/gpu/utils/device/functional.hpp"
42- #include " pcl/gpu/utils/device/funcattrib.hpp"
43- #include " pcl/gpu/utils/timers_cuda.hpp"
4442#include " pcl/gpu/features/device/pair_features.hpp"
4543
46- #include < iostream>
47-
4844using namespace pcl ::gpu;
4945using namespace pcl ::device;
5046
@@ -124,7 +120,7 @@ namespace pcl
124120
125121 float hist_incr = 100 .f / (float )(size - 1 ); // or 100/(size - 1) ???
126122
127- // now [inds, inds + size) contains indices of neighb points for idx-th point in cloud
123+ // now [inds, inds + size) contains indices of neighboring points for idx-th point in cloud
128124 // this list also contains idx itseelf.
129125
130126 for (int i = lane; i < size; i += Warp::STRIDE )
You can’t perform that action at this time.
0 commit comments