Point cloud from Kinect for Windows
returns
a point cloud from a Kinect® depth image. The ptCloud
= pcfromkinect(depthDevice
,depthImage
)depthDevice
input
can be either a videoinput
object
or an imaq.VideoDevice
object
configured for Kinect (Versions 1 and 2) for Windows®.
This function requires the Image Acquisition Toolbox™ software, which supports Kinect for Windows.
adds
color to the returned point cloud, specified by the ptCloud
= pcfromkinect(depthDevice
,depthImage
,colorImage
)colorImage
input.
The Kinect for Windows system, designed for gaming,
produces depthImage
and colorImage
as
mirror images of the scene. The returned point cloud is corrected
to match the actual scene.
additionally
returns the color point cloud with the origin specified at the center
of the depth camera.ptCloud
= pcfromkinect(depthDevice
,depthImage
,colorImage
,alignment
)
pcdenoise
| pcdownsample
| pcfitplane
| pcmerge
| pcplayer
| pcread
| pcregistericp
| pcshow
| pcwrite
| planeModel
| plot3
| pointCloud
| reconstructScene
| scatter3
| triangulate