44 # pragma GCC system_header
49 #include <pcl/pcl_base.h>
51 #include <pcl/search/search.h>
70 const Eigen::Vector4f &point,
71 Eigen::Vector4f &plane_parameters,
float &curvature);
87 float &nx,
float &ny,
float &nz,
float &curvature);
105 template <
typename Po
intInT,
typename Po
intOutT>
114 using Ptr = shared_ptr< Feature<PointInT, PointOutT> >;
115 using ConstPtr = shared_ptr< const Feature<PointInT, PointOutT> >;
243 inline const std::string&
269 pcl::Indices &indices, std::vector<float> &distances)
const
287 pcl::Indices &indices, std::vector<float> &distances)
const
307 template <
typename Po
intInT,
typename Po
intNT,
typename Po
intOutT>
320 using Ptr = shared_ptr< FeatureFromNormals<PointInT, PointNT, PointOutT> >;
321 using ConstPtr = shared_ptr< const FeatureFromNormals<PointInT, PointNT, PointOutT> >;
362 template <
typename Po
intInT,
typename Po
intLT,
typename Po
intOutT>
376 using Ptr = shared_ptr< FeatureFromLabels<PointInT, PointLT, PointOutT> >;
377 using ConstPtr = shared_ptr< const FeatureFromLabels<PointInT, PointLT, PointOutT> >;
404 inline PointCloudLConstPtr
438 template <
typename Po
intInT,
typename Po
intRFT>
491 #include <pcl/features/impl/feature.hpp>
void setInputLabels(const PointCloudLConstPtr &labels)
Provide a pointer to the input dataset that contains the point labels of the XYZ dataset.
FeatureFromLabels()
Empty constructor.
PointCloudLConstPtr labels_
A pointer to the input dataset that contains the point labels of the XYZ dataset.
virtual bool initCompute()
This method should get called before starting the actual computation.
PointCloudLConstPtr getInputLabels() const
Get a pointer to the labels of the input XYZ point cloud dataset.
FeatureFromNormals()
Empty constructor.
virtual bool initCompute()
This method should get called before starting the actual computation.
PointCloudNConstPtr getInputNormals() const
Get a pointer to the normals of the input XYZ point cloud dataset.
void setInputNormals(const PointCloudNConstPtr &normals)
Provide a pointer to the input dataset that contains the point normals of the XYZ dataset.
typename PointCloudN::Ptr PointCloudNPtr
typename PointCloudN::ConstPtr PointCloudNConstPtr
PointCloudNConstPtr normals_
A pointer to the input dataset that contains the point normals of the XYZ dataset.
Feature represents the base feature class.
typename PointCloudIn::Ptr PointCloudInPtr
PointCloudInConstPtr getSearchSurface() const
Get a pointer to the surface point cloud dataset.
double search_parameter_
The actual search parameter (from either search_radius_ or k_).
int searchForNeighbors(std::size_t index, double parameter, pcl::Indices &indices, std::vector< float > &distances) const
Search for k-nearest neighbors using the spatial locator from setSearchmethod, and the given surface ...
void setSearchSurface(const PointCloudInConstPtr &cloud)
Provide a pointer to a dataset to add additional information to estimate the features for every point...
pcl::PointCloud< PointOutT > PointCloudOut
double search_radius_
The nearest neighbors search radius for each point.
virtual bool initCompute()
This method should get called before starting the actual computation.
std::function< int(std::size_t, double, pcl::Indices &, std::vector< float > &)> SearchMethod
int k_
The number of K nearest neighbors to use for each point.
void setRadiusSearch(double radius)
Set the sphere radius that is to be used for determining the nearest neighbors used for the feature e...
shared_ptr< Feature< PointInT, PointOutT > > Ptr
void setKSearch(int k)
Set the number of k nearest neighbors to use for the feature estimation.
std::string feature_name_
The feature name.
shared_ptr< const Feature< PointInT, PointOutT > > ConstPtr
KdTreePtr tree_
A pointer to the spatial search object.
typename KdTree::Ptr KdTreePtr
double getSearchParameter() const
Get the internal search parameter.
int getKSearch() const
get the number of k nearest neighbors used for the feature estimation.
std::function< int(const PointCloudIn &cloud, std::size_t index, double, pcl::Indices &, std::vector< float > &)> SearchMethodSurface
Feature()
Empty constructor.
PointCloudInConstPtr surface_
An input point cloud describing the surface that is to be used for nearest neighbors estimation.
typename PointCloudIn::ConstPtr PointCloudInConstPtr
bool fake_surface_
If no surface is given, we use the input PointCloud as the surface.
int searchForNeighbors(const PointCloudIn &cloud, std::size_t index, double parameter, pcl::Indices &indices, std::vector< float > &distances) const
Search for k-nearest neighbors using the spatial locator from setSearchmethod, and the given surface ...
virtual bool deinitCompute()
This method should get called after ending the actual computation.
double getRadiusSearch() const
Get the sphere radius used for determining the neighbors.
KdTreePtr getSearchMethod() const
Get a pointer to the search method used.
void setSearchMethod(const KdTreePtr &tree)
Provide a pointer to the search object.
void compute(PointCloudOut &output)
Base method for feature estimation for all points given in <setInputCloud (), setIndices ()> using th...
const std::string & getClassName() const
Get a string representation of the name of this class.
SearchMethodSurface search_method_surface_
The search method template for points.
FeatureWithLocalReferenceFrames provides a public interface for descriptor extractor classes which ne...
PointCloudLRFConstPtr frames_
A boost shared pointer to the local reference frames.
typename PointCloudLRF::Ptr PointCloudLRFPtr
PointCloudLRFConstPtr getInputReferenceFrames() const
Get a pointer to the local reference frames.
typename Feature< PointInT, PointRFT >::Ptr LRFEstimationPtr
Check if frames_ has been correctly initialized and compute it if needed.
virtual bool initLocalReferenceFrames(const std::size_t &indices_size, const LRFEstimationPtr &lrf_estimation=LRFEstimationPtr())
virtual ~FeatureWithLocalReferenceFrames()=default
Default virtual destructor.
void setInputReferenceFrames(const PointCloudLRFConstPtr &frames)
Provide a pointer to the input dataset that contains the local reference frames of the XYZ dataset.
typename PointCloudLRF::ConstPtr PointCloudLRFConstPtr
FeatureWithLocalReferenceFrames()
Empty constructor.
bool frames_never_defined_
The user has never set the frames.
PointCloudConstPtr input_
The input point cloud dataset.
shared_ptr< PointCloud< PointInT > > Ptr
shared_ptr< const PointCloud< PointInT > > ConstPtr
shared_ptr< pcl::search::Search< PointInT > > Ptr
#define PCL_MAKE_ALIGNED_OPERATOR_NEW
Macro to signal a class requires a custom allocator.
void solvePlaneParameters(const Eigen::Matrix3f &covariance_matrix, const Eigen::Vector4f &point, Eigen::Vector4f &plane_parameters, float &curvature)
Solve the eigenvalues and eigenvectors of a given 3x3 covariance matrix, and estimate the least-squar...
Defines functions, macros and traits for allocating and using memory.
IndicesAllocator<> Indices
Type used for indices in PCL.
Defines all the PCL and non-PCL macros used.