Downsample a 3-D point cloud
returns
a downsampled point cloud with random sampling and without replacement.
The ptCloudOut
= pcdownsample(ptCloudIn
,'random'
,percentage
)percentage
input specifies the portion of
the input to return to the output.
returns
a downsampled point cloud using a box grid filter. The ptCloudOut
= pcdownsample(ptCloudIn
,'gridAverage'
,gridStep
)gridStep
input
specifies the size of a 3-D box.
returns
a downsampled point cloud using nonuniform box grid filter. You must
set the maximum number of points in the grid box, ptCloudOut
= pcdownsample(ptCloudIn
,'nonuniformGridSample'
,maxNumPoints
)maxNumPoints
,
to at least 6
.
[1] Pomerleau, F., F. Colas, R. Siegwart, and S. Magnenat. “Comparing ICP variants on real-world data sets.” Autonomous Robots. Vol. 34, Issue 3, April 2013, pp. 133–148.
affine3d
| pcdenoise
| pcfitplane
| pcmerge
| pcplayer
| pcread
| pcregistericp
| pcregisterndt
| pcshow
| pctransform
| pcwrite
| planeModel
| pointCloud