Extract depth image from .xef file

I have record depth images using kinect sensor & microsoft kinect studio. As the result, I obtain the .xef recorded format file. How can i extract the depth image from .xef file?

7 comentarios

Thank you Walter Roberson for your fast reply. Ihave follow the step from the link you give. Now, I have succes to convert the .xef file to .mat file. Now, can i know how can i import and read the .mat file through matlab. I have follow the import example in that github file but failed.
Please show us the output of
which -file Xef2Mat_Output\Depth_00000.mat
@Walter RobersonThis is the output i obtained after convert .xef to .mat using the xef2mat method
@Walter Roberson Thank you for your help. I have succeed to save the image as png from xef file :)...
i found that my var name is difference when imported to matlab workspace.
Anjan Sarma
Anjan Sarma el 11 de Nov. de 2022
Can you please share the complete code for converting depth frames' .mat files to .png file? Please help me.
Walter Roberson
Walter Roberson el 11 de Nov. de 2022
You could also consider using imageDatastore with a custom read function (to read from the xef files)

Iniciar sesión para comentar.

Respuestas (0)

Comentada:

el 11 de Nov. de 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by