addSmoothedPointCloud(const PointCloudTConstPtr &cloud, const PointCloudNTConstPtr &normals, KdTreePtr &kdtree, float &scale) | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | |
BaseClass typedef | pcl::Keypoint< PointT, PointT > | |
compute(PointCloudOut &output) | pcl::Keypoint< PointT, PointT > | inline |
ConstPtr typedef | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | |
deinitCompute() | pcl::PCLBase< PointInT > | protected |
detectKeypoints(PointCloudT &output) override | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | |
Keypoint< PointT, PointT >::detectKeypoints(PointCloudOut &output)=0 | pcl::Keypoint< PointT, PointT > | protectedpure virtual |
fake_indices_ | pcl::PCLBase< PointInT > | protected |
getClassName() const | pcl::Keypoint< PointT, PointT > | inlineprotected |
getIndices() | pcl::PCLBase< PointInT > | inline |
getIndices() const | pcl::PCLBase< PointInT > | inline |
getInputCloud() const | pcl::PCLBase< PointInT > | inline |
getKeypointsIndices() | pcl::Keypoint< PointT, PointT > | inline |
getKSearch() | pcl::Keypoint< PointT, PointT > | inline |
getNeighborhoodConstant() | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | inline |
getRadiusSearch() | pcl::Keypoint< PointT, PointT > | inline |
getSearchMethod() | pcl::Keypoint< PointT, PointT > | inline |
getSearchParameter() | pcl::Keypoint< PointT, PointT > | inline |
getSearchSurface() | pcl::Keypoint< PointT, PointT > | inline |
harrisCorner(PointT &output, PointT &input, const float sigma_d, const float sigma_i, const float alpha, const float thresh) | pcl::Keypoint< PointT, PointT > | |
hessianBlob(PointT &output, PointT &input, const float sigma, bool SCALE) | pcl::Keypoint< PointT, PointT > | |
hessianBlob(PointT &output, PointT &input, const float start_scale, const float scaling_factor, const int num_scales) | pcl::Keypoint< PointT, PointT > | |
imageElementMultiply(PointT &output, PointT &input1, PointT &input2) | pcl::Keypoint< PointT, PointT > | |
indices_ | pcl::PCLBase< PointInT > | protected |
initCompute() override | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | protectedvirtual |
input_ | pcl::PCLBase< PointInT > | protected |
k_ | pcl::Keypoint< PointT, PointT > | protected |
KdTree typedef | pcl::Keypoint< PointT, PointT > | |
KdTreePtr typedef | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | |
Keypoint()=default | pcl::Keypoint< PointT, PointT > | |
Keypoint() | pcl::Keypoint< PointT, PointT > | inline |
keypoints_indices_ | pcl::Keypoint< PointT, PointT > | protected |
name_ | pcl::Keypoint< PointT, PointT > | protected |
operator[](std::size_t pos) const | pcl::PCLBase< PointInT > | inline |
PCLBase() | pcl::PCLBase< PointInT > | |
PCLBase(const PCLBase &base) | pcl::PCLBase< PointInT > | |
PointCloud typedef | pcl::PCLBase< PointInT > | |
PointCloudConstPtr typedef | pcl::PCLBase< PointInT > | |
PointCloudIn typedef | pcl::Keypoint< PointT, PointT > | |
PointCloudInConstPtr typedef | pcl::Keypoint< PointT, PointT > | |
PointCloudInPtr typedef | pcl::Keypoint< PointT, PointT > | |
PointCloudNT typedef | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | |
PointCloudNTConstPtr typedef | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | |
PointCloudOut typedef | pcl::Keypoint< PointT, PointT > | |
PointCloudPtr typedef | pcl::PCLBase< PointInT > | |
PointCloudT typedef | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | |
PointCloudTConstPtr typedef | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | |
PointCloudTPtr typedef | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | |
PointIndicesConstPtr typedef | pcl::PCLBase< PointInT > | |
PointIndicesPtr typedef | pcl::PCLBase< PointInT > | |
Ptr typedef | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | |
resetClouds() | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | |
search_method_ | pcl::Keypoint< PointT, PointT > | protected |
search_method_surface_ | pcl::Keypoint< PointT, PointT > | protected |
search_parameter_ | pcl::Keypoint< PointT, PointT > | protected |
search_radius_ | pcl::Keypoint< PointT, PointT > | protected |
searchForNeighbors(pcl::index_t index, double parameter, pcl::Indices &indices, std::vector< float > &distances) const | pcl::Keypoint< PointT, PointT > | inline |
SearchMethod typedef | pcl::Keypoint< PointT, PointT > | |
SearchMethodSurface typedef | pcl::Keypoint< PointT, PointT > | |
setIndices(const IndicesPtr &indices) | pcl::PCLBase< PointInT > | virtual |
setIndices(const IndicesConstPtr &indices) | pcl::PCLBase< PointInT > | virtual |
setIndices(const PointIndicesConstPtr &indices) | pcl::PCLBase< PointInT > | virtual |
setIndices(std::size_t row_start, std::size_t col_start, std::size_t nb_rows, std::size_t nb_cols) | pcl::PCLBase< PointInT > | virtual |
setInputCloud(const PointCloudConstPtr &cloud) | pcl::PCLBase< PointInT > | virtual |
setInputNormals(const PointCloudNTConstPtr &normals) | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | inline |
setInputScale(float input_scale) | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | inline |
setKSearch(int k) | pcl::Keypoint< PointT, PointT > | inline |
setNeighborhoodConstant(float neighborhood_constant) | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | inline |
setRadiusSearch(double radius) | pcl::Keypoint< PointT, PointT > | inline |
setSearchMethod(const KdTreePtr &tree) | pcl::Keypoint< PointT, PointT > | inline |
setSearchSurface(const PointCloudInConstPtr &cloud) | pcl::Keypoint< PointT, PointT > | inlinevirtual |
SmoothedSurfacesKeypoint() | pcl::SmoothedSurfacesKeypoint< PointT, PointNT > | inline |
surface_ | pcl::Keypoint< PointT, PointT > | protected |
tree_ | pcl::Keypoint< PointT, PointT > | protected |
use_indices_ | pcl::PCLBase< PointInT > | protected |
~Keypoint() override=default | pcl::Keypoint< PointT, PointT > | |
~PCLBase()=default | pcl::PCLBase< PointInT > | virtual |