- skeleton: This should be a set of skeleton joint image locations, typically of size 20x2x1 or 20x2x2, as returned by the Kinect for Windows.
- image: An RGB image that corresponds to the skeleton frame. This is the image on which the skeleton will be overlayed.
- nSkeleton: The number of skeletons to be displayed.
Using the Kinect® for Windows® V1 from Image Acquisition Toolbox™
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
When i try to plot the skeleton by util_skeletonviewer function, appears one mistake. It says to me that : "Undefined function 'util_skeletonViewer' for input arguments of type 'double' ". Does anyone know what kind of image i need to plot my skeleton ?.
I'm using this code: https://www.mathworks.com/help/imaq/using-the-kinect-r-for-windows-r-from-image-acquisition-toolbox-tm.html?w.mathworks.com
Thanks.
0 comentarios
Respuestas (1)
Akash
el 13 de Mayo de 2024
Hi Teresa,
`util_skeletonViewer` function is designed to display an RGB image frame with overlayed skeleton joint locations.
To resolve the issue you are facing, please ensure that the input arguments you provide are as follows:
For more details on how to acquire image and skeletal data with Kinect V1, including the use of color and depth sensors to obtain RGB images and skeletal data, you can refer to the documentation link provided below:-
0 comentarios
Ver también
Categorías
Más información sobre Kinect For Windows Sensor en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!