pcfromkinect
Point cloud from Kinect for Windows
Syntax
Description
returns
a point cloud from a Kinect® depth image. The ptCloud
= pcfromkinect(depthDevice
,depthImage
)depthDevice
input
can be either a videoinput
(Image Acquisition Toolbox) object
or an imaq.VideoDevice
(Image Acquisition Toolbox) 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 specifies the direction of the alignment of the image coordinate system,
which can be color centric or depth centric.ptCloud
= pcfromkinect(depthDevice
,depthImage
,colorImage
,alignment
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015b
See Also
Functions
pcplayer
|plot3
|pcwrite
|pcread
|pcshow
|pcmerge
|scatter3
|reconstructScene
|triangulate
|pcdownsample
|pcfitplane
|pcdenoise
|pcregistericp
|videoinput
(Image Acquisition Toolbox)
Objects
pointCloud
|planeModel
|imaq.VideoDevice
(Image Acquisition Toolbox)