|
Point Cloud Library (PCL)
1.6.0
|
Based on the paper: Xinju Li and Igor Guskov Multi-scale features for approximate alignment of point-based surfaces Proceedings of the third Eurographics symposium on Geometry processing July 2005, Vienna, Austria. More...
#include <pcl/keypoints/smoothed_surfaces_keypoint.h>


Public Types | |
| typedef pcl::PointCloud< PointT > | PointCloudT |
| typedef PointCloudT::ConstPtr | PointCloudTConstPtr |
| typedef pcl::PointCloud< PointNT > | PointCloudNT |
| typedef PointCloudNT::ConstPtr | PointCloudNTConstPtr |
| typedef PointCloudT::Ptr | PointCloudTPtr |
| typedef Keypoint< PointT, PointT >::KdTreePtr | KdTreePtr |
| typedef PCLBase< PointT > | BaseClass |
| typedef pcl::search::Search < PointT > | KdTree |
| typedef pcl::PointCloud< PointT > | PointCloudIn |
| typedef PointCloudIn::Ptr | PointCloudInPtr |
| typedef PointCloudIn::ConstPtr | PointCloudInConstPtr |
| typedef pcl::PointCloud< PointT > | PointCloudOut |
| typedef boost::function< int(int, double, std::vector< int > &, std::vector< float > &)> | SearchMethod |
| typedef boost::function< int(const PointCloudIn &cloud, int index, double, std::vector< int > &, std::vector< float > &)> | SearchMethodSurface |
| typedef pcl::PointCloud< PointT > | PointCloud |
| typedef PointCloud::Ptr | PointCloudPtr |
| typedef PointCloud::ConstPtr | PointCloudConstPtr |
| typedef PointIndices::Ptr | PointIndicesPtr |
| typedef PointIndices::ConstPtr | PointIndicesConstPtr |
Public Member Functions | |
| SmoothedSurfacesKeypoint () | |
| void | addSmoothedPointCloud (const PointCloudTConstPtr &cloud, const PointCloudNTConstPtr &normals, KdTreePtr &kdtree, float &scale) |
| void | resetClouds () |
| void | setNeighborhoodConstant (float neighborhood_constant) |
| float | getNeighborhoodConstant () |
| void | setInputNormals (const PointCloudNTConstPtr &normals) |
| void | setInputScale (float input_scale) |
| void | detectKeypoints (PointCloudT &output) |
| virtual void | setSearchSurface (const PointCloudInConstPtr &cloud) |
| Provide a pointer to the input dataset that we need to estimate features at every point for. | |
| PointCloudInConstPtr | getSearchSurface () |
| Get a pointer to the surface point cloud dataset. | |
| void | setSearchMethod (const KdTreePtr &tree) |
| Provide a pointer to the search object. | |
| KdTreePtr | getSearchMethod () |
| Get a pointer to the search method used. | |
| double | getSearchParameter () |
| Get the internal search parameter. | |
| void | setKSearch (int k) |
| Set the number of k nearest neighbors to use for the feature estimation. | |
| int | getKSearch () |
| get the number of k nearest neighbors used for the feature estimation. | |
| void | setRadiusSearch (double radius) |
| Set the sphere radius that is to be used for determining the nearest neighbors used for the key point detection. | |
| double | getRadiusSearch () |
| Get the sphere radius used for determining the neighbors. | |
| void | compute (PointCloudOut &output) |
| Base method for key point detection for all points given in <setInputCloud (), setIndices ()> using the surface in setSearchSurface () and the spatial locator in setSearchMethod () | |
| int | searchForNeighbors (int index, double parameter, std::vector< int > &indices, std::vector< float > &distances) const |
| Search for k-nearest neighbors using the spatial locator from setSearchmethod, and the given surface from setSearchSurface. | |
| virtual void | setInputCloud (const PointCloudConstPtr &cloud) |
| Provide a pointer to the input dataset. | |
| PointCloudConstPtr const | getInputCloud () |
| Get a pointer to the input point cloud dataset. | |
| void | setIndices (const IndicesPtr &indices) |
| Provide a pointer to the vector of indices that represents the input data. | |
| void | setIndices (const IndicesConstPtr &indices) |
| Provide a pointer to the vector of indices that represents the input data. | |
| void | setIndices (const PointIndicesConstPtr &indices) |
| Provide a pointer to the vector of indices that represents the input data. | |
| void | setIndices (size_t row_start, size_t col_start, size_t nb_rows, size_t nb_cols) |
| Set the indices for the points laying within an interest region of the point cloud. | |
| IndicesPtr const | getIndices () |
| Get a pointer to the vector of indices used. | |
| const PointT & | operator[] (size_t pos) |
| Override PointCloud operator[] to shorten code. | |
Based on the paper: Xinju Li and Igor Guskov Multi-scale features for approximate alignment of point-based surfaces Proceedings of the third Eurographics symposium on Geometry processing July 2005, Vienna, Austria.
Definition at line 55 of file smoothed_surfaces_keypoint.h.
Definition at line 61 of file keypoint.h.
typedef pcl::search::Search<PointT > pcl::Keypoint< PointT , PointT >::KdTree [inherited] |
Definition at line 62 of file keypoint.h.
| typedef Keypoint<PointT, PointT>::KdTreePtr pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::KdTreePtr |
Reimplemented from pcl::Keypoint< PointT, PointT >.
Definition at line 68 of file smoothed_surfaces_keypoint.h.
typedef pcl::PointCloud<PointT> pcl::PCLBase< PointT >::PointCloud [inherited] |
Reimplemented in pcl::SACSegmentationFromNormals< PointT, PointNT >, pcl::EuclideanClusterExtraction< PointT >, pcl::ExtractPolygonalPrismData< PointT >, pcl::Filter< PointT >, pcl::SegmentDifferences< PointT >, pcl::LabeledEuclideanClusterExtraction< PointT >, pcl::SACSegmentation< PointT >, pcl::FilterIndices< PointT >, pcl::registration::ELCH< PointT >, pcl::OrganizedMultiPlaneSegmentation< PointT, PointNT, PointLT >, pcl::OrganizedConnectedComponentSegmentation< PointT, PointLT >, and pcl::PCA< PointT >.
Definition at line 74 of file pcl_base.h.
typedef PointCloud::ConstPtr pcl::PCLBase< PointT >::PointCloudConstPtr [inherited] |
Reimplemented in pcl::SACSegmentationFromNormals< PointT, PointNT >, pcl::EuclideanClusterExtraction< PointT >, pcl::NormalEstimation< PointInT, PointOutT >, pcl::NormalEstimation< PointInT, pcl::Normal >, pcl::ExtractPolygonalPrismData< PointT >, pcl::Filter< PointT >, pcl::SegmentDifferences< PointT >, pcl::LabeledEuclideanClusterExtraction< PointT >, pcl::SACSegmentation< PointT >, pcl::registration::ELCH< PointT >, pcl::OrganizedMultiPlaneSegmentation< PointT, PointNT, PointLT >, pcl::OrganizedConnectedComponentSegmentation< PointT, PointLT >, and pcl::PCA< PointT >.
Definition at line 76 of file pcl_base.h.
typedef pcl::PointCloud<PointT > pcl::Keypoint< PointT , PointT >::PointCloudIn [inherited] |
Definition at line 64 of file keypoint.h.
typedef PointCloudIn::ConstPtr pcl::Keypoint< PointT , PointT >::PointCloudInConstPtr [inherited] |
Definition at line 66 of file keypoint.h.
typedef PointCloudIn::Ptr pcl::Keypoint< PointT , PointT >::PointCloudInPtr [inherited] |
Definition at line 65 of file keypoint.h.
| typedef pcl::PointCloud<PointNT> pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::PointCloudNT |
Definition at line 65 of file smoothed_surfaces_keypoint.h.
| typedef PointCloudNT::ConstPtr pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::PointCloudNTConstPtr |
Definition at line 66 of file smoothed_surfaces_keypoint.h.
typedef pcl::PointCloud<PointT > pcl::Keypoint< PointT , PointT >::PointCloudOut [inherited] |
Definition at line 67 of file keypoint.h.
typedef PointCloud::Ptr pcl::PCLBase< PointT >::PointCloudPtr [inherited] |
Reimplemented in pcl::MarchingCubes< PointNT >, pcl::SACSegmentationFromNormals< PointT, PointNT >, pcl::EuclideanClusterExtraction< PointT >, pcl::ExtractPolygonalPrismData< PointT >, pcl::Filter< PointT >, pcl::GridProjection< PointNT >, pcl::SegmentDifferences< PointT >, pcl::LabeledEuclideanClusterExtraction< PointT >, pcl::SACSegmentation< PointT >, pcl::registration::ELCH< PointT >, pcl::OrganizedMultiPlaneSegmentation< PointT, PointNT, PointLT >, pcl::OrganizedConnectedComponentSegmentation< PointT, PointLT >, pcl::MarchingCubesRBF< PointNT >, pcl::PCA< PointT >, pcl::MarchingCubesHoppe< PointNT >, pcl::OrganizedFastMesh< PointInT >, and pcl::Poisson< PointNT >.
Definition at line 75 of file pcl_base.h.
| typedef pcl::PointCloud<PointT> pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::PointCloudT |
Definition at line 63 of file smoothed_surfaces_keypoint.h.
| typedef PointCloudT::ConstPtr pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::PointCloudTConstPtr |
Definition at line 64 of file smoothed_surfaces_keypoint.h.
| typedef PointCloudT::Ptr pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::PointCloudTPtr |
Definition at line 67 of file smoothed_surfaces_keypoint.h.
typedef PointIndices::ConstPtr pcl::PCLBase< PointT >::PointIndicesConstPtr [inherited] |
Reimplemented in pcl::EuclideanClusterExtraction< PointT >, pcl::ExtractPolygonalPrismData< PointT >, pcl::SegmentDifferences< PointT >, pcl::LabeledEuclideanClusterExtraction< PointT >, pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >, and pcl::PCA< PointT >.
Definition at line 79 of file pcl_base.h.
typedef PointIndices::Ptr pcl::PCLBase< PointT >::PointIndicesPtr [inherited] |
Reimplemented in pcl::EuclideanClusterExtraction< PointT >, pcl::ExtractPolygonalPrismData< PointT >, pcl::SegmentDifferences< PointT >, pcl::LabeledEuclideanClusterExtraction< PointT >, pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >, and pcl::PCA< PointT >.
Definition at line 78 of file pcl_base.h.
typedef boost::function<int (int, double, std::vector<int> &, std::vector<float> &)> pcl::Keypoint< PointT , PointT >::SearchMethod [inherited] |
Definition at line 68 of file keypoint.h.
typedef boost::function<int (const PointCloudIn &cloud, int index, double, std::vector<int> &, std::vector<float> &)> pcl::Keypoint< PointT , PointT >::SearchMethodSurface [inherited] |
Definition at line 69 of file keypoint.h.
| pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::SmoothedSurfacesKeypoint | ( | ) | [inline] |
Definition at line 70 of file smoothed_surfaces_keypoint.h.
| void pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::addSmoothedPointCloud | ( | const PointCloudTConstPtr & | cloud, |
| const PointCloudNTConstPtr & | normals, | ||
| KdTreePtr & | kdtree, | ||
| float & | scale | ||
| ) |
Definition at line 48 of file smoothed_surfaces_keypoint.hpp.
| void pcl::Keypoint< PointT , PointT >::compute | ( | PointCloudOut & | output | ) | [inline, inherited] |
Base method for key point detection for all points given in <setInputCloud (), setIndices ()> using the surface in setSearchSurface () and the spatial locator in setSearchMethod ()
| output | the resultant point cloud model dataset containing the estimated features |
| void pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::detectKeypoints | ( | PointCloudT & | output | ) |
Definition at line 72 of file smoothed_surfaces_keypoint.hpp.
| IndicesPtr const pcl::PCLBase< PointT >::getIndices | ( | ) | [inline, inherited] |
Get a pointer to the vector of indices used.
Definition at line 190 of file pcl_base.h.
| PointCloudConstPtr const pcl::PCLBase< PointT >::getInputCloud | ( | ) | [inline, inherited] |
Get a pointer to the input point cloud dataset.
Definition at line 107 of file pcl_base.h.
| int pcl::Keypoint< PointT , PointT >::getKSearch | ( | ) | [inline, inherited] |
get the number of k nearest neighbors used for the feature estimation.
Definition at line 117 of file keypoint.h.
| float pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::getNeighborhoodConstant | ( | ) | [inline] |
Definition at line 101 of file smoothed_surfaces_keypoint.h.
| double pcl::Keypoint< PointT , PointT >::getRadiusSearch | ( | ) | [inline, inherited] |
Get the sphere radius used for determining the neighbors.
Definition at line 128 of file keypoint.h.
| KdTreePtr pcl::Keypoint< PointT , PointT >::getSearchMethod | ( | ) | [inline, inherited] |
Get a pointer to the search method used.
Definition at line 103 of file keypoint.h.
| double pcl::Keypoint< PointT , PointT >::getSearchParameter | ( | ) | [inline, inherited] |
Get the internal search parameter.
Definition at line 107 of file keypoint.h.
| PointCloudInConstPtr pcl::Keypoint< PointT , PointT >::getSearchSurface | ( | ) | [inline, inherited] |
Get a pointer to the surface point cloud dataset.
Definition at line 93 of file keypoint.h.
| const PointT& pcl::PCLBase< PointT >::operator[] | ( | size_t | pos | ) | [inline, inherited] |
Override PointCloud operator[] to shorten code.
| pos | position in indices_ vector |
Definition at line 197 of file pcl_base.h.
| void pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::resetClouds | ( | ) |
Definition at line 62 of file smoothed_surfaces_keypoint.hpp.
| int pcl::Keypoint< PointT , PointT >::searchForNeighbors | ( | int | index, |
| double | parameter, | ||
| std::vector< int > & | indices, | ||
| std::vector< float > & | distances | ||
| ) | const [inline, inherited] |
Search for k-nearest neighbors using the spatial locator from setSearchmethod, and the given surface from setSearchSurface.
| index | the index of the query point |
| parameter | the search parameter (either k or radius) |
| indices | the resultant vector of indices representing the k-nearest neighbors |
| distances | the resultant vector of distances representing the distances from the query point to the k-nearest neighbors |
Definition at line 146 of file keypoint.h.
| void pcl::PCLBase< PointT >::setIndices | ( | const IndicesPtr & | indices | ) | [inline, inherited] |
Provide a pointer to the vector of indices that represents the input data.
| indices | a pointer to the vector of indices that represents the input data. |
Definition at line 113 of file pcl_base.h.
| void pcl::PCLBase< PointT >::setIndices | ( | const IndicesConstPtr & | indices | ) | [inline, inherited] |
Provide a pointer to the vector of indices that represents the input data.
| indices | a pointer to the vector of indices that represents the input data. |
Definition at line 124 of file pcl_base.h.
| void pcl::PCLBase< PointT >::setIndices | ( | const PointIndicesConstPtr & | indices | ) | [inline, inherited] |
Provide a pointer to the vector of indices that represents the input data.
| indices | a pointer to the vector of indices that represents the input data. |
Definition at line 135 of file pcl_base.h.
| void pcl::PCLBase< PointT >::setIndices | ( | size_t | row_start, |
| size_t | col_start, | ||
| size_t | nb_rows, | ||
| size_t | nb_cols | ||
| ) | [inline, inherited] |
Set the indices for the points laying within an interest region of the point cloud.
| row_start | the offset on rows |
| col_start | the offset on columns |
| nb_rows | the number of rows to be considered row_start included |
| nb_cols | the number of columns to be considered col_start included |
Definition at line 151 of file pcl_base.h.
| virtual void pcl::PCLBase< PointT >::setInputCloud | ( | const PointCloudConstPtr & | cloud | ) | [inline, virtual, inherited] |
Provide a pointer to the input dataset.
| cloud | the const boost shared pointer to a PointCloud message |
Reimplemented in pcl::PCA< PointT >.
Definition at line 103 of file pcl_base.h.
| void pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::setInputNormals | ( | const PointCloudNTConstPtr & | normals | ) | [inline] |
Definition at line 104 of file smoothed_surfaces_keypoint.h.
| void pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::setInputScale | ( | float | input_scale | ) | [inline] |
Definition at line 107 of file smoothed_surfaces_keypoint.h.
| void pcl::Keypoint< PointT , PointT >::setKSearch | ( | int | k | ) | [inline, inherited] |
Set the number of k nearest neighbors to use for the feature estimation.
| k | the number of k-nearest neighbors |
Definition at line 113 of file keypoint.h.
| void pcl::SmoothedSurfacesKeypoint< PointT, PointNT >::setNeighborhoodConstant | ( | float | neighborhood_constant | ) | [inline] |
Definition at line 98 of file smoothed_surfaces_keypoint.h.
| void pcl::Keypoint< PointT , PointT >::setRadiusSearch | ( | double | radius | ) | [inline, inherited] |
Set the sphere radius that is to be used for determining the nearest neighbors used for the key point detection.
| radius | the sphere radius used as the maximum distance to consider a point a neighbor |
Definition at line 124 of file keypoint.h.
| void pcl::Keypoint< PointT , PointT >::setSearchMethod | ( | const KdTreePtr & | tree | ) | [inline, inherited] |
Provide a pointer to the search object.
| tree | a pointer to the spatial search object. |
Definition at line 99 of file keypoint.h.
| virtual void pcl::Keypoint< PointT , PointT >::setSearchSurface | ( | const PointCloudInConstPtr & | cloud | ) | [inline, virtual, inherited] |
Provide a pointer to the input dataset that we need to estimate features at every point for.
| cloud | the const boost shared pointer to a PointCloud message |
Definition at line 89 of file keypoint.h.
1.7.6.1