Remove noise from 3-D point cloud
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
)
[
uses
additional options specified by one or more ptCloudOut
,___]
= pcdenoise(___Name,Value
)Name,Value
pair
arguments, using any of the preceding syntaxes.
[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.
affine3d
| pcdownsample
| pcfitplane
| pcmerge
| pcplayer
| pcread
| pcregistericp
| pcshow
| pctransform
| pcwrite
| planeModel
| pointCloud