pcdenoise
Remove noise from 3-D point cloud
Syntax
Description
returns
a filtered point cloud that removes outliers.ptCloudOut = pcdenoise(ptCloudIn)
[ additionally
returns the linear indices to the points that are identified as inliers
and outliers.ptCloudOut,inlierIndices,outlierIndices]
= pcdenoise(ptCloudIn)
[
specifies a name-value argument in addition to any combination of arguments from
previous syntaxes. For example, ptCloudOut,___]
= pcdenoise(___Name=Value)Threshold=1.0 sets the
outlier threshold to 1.0.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
References
[1] Rusu, R. B., Z. C. Marton, N. Blodow, M. Dolha, and M. Beetz. “Towards 3D Point Cloud Based Object Maps for Household Environments”. Robotics and Autonomous Systems Journal. 2008.
Extended Capabilities
Version History
Introduced in R2015a
See Also
Functions
pcdownsample|pcplayer|pcshow|pcwrite|pcread|pcfitplane|pcmerge|pctransform|pcregistericp|pcregisterndt


