extractFPFHFeatures
Extract fast point feature histogram (FPFH) descriptors from point cloud
Since R2020b
Syntax
Description
[___,
returns the linear indices of valid points in the point cloud for which FPFH descriptors
have been extracted.validIndices
] = extractFPFHFeatures(___)
[___] = extractFPFHFeatures(___,
specifies options using one or more name-value pair arguments in addition to any
combination of arguments in previous syntaxes.Name,Value
)
Descriptors can be extracted using KNN search method, radius search method or a
combination of both. The extractFPFHFeatures
function uses KNN search
method to extract descriptors by default. The users can choose the method of extraction
through the name-value pair arguments. For example, 'NumNeighbors',8
selects the KNN search method to extract descriptors and sets maximum number of neighbors
to consider in the k-nearest neighbor (KNN) search method to eight.
Examples
Input Arguments
Output Arguments
References
[1] Rusu, Radu Bogdan, Nico Blodow, and Michael Beetz. "Fast point feature histograms (FPFH) for 3D registration." In 2009 IEEE International Conference on Robotics and Automation, pp. 3212-3217. IEEE, 2009.
Extended Capabilities
Version History
Introduced in R2020b