Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Display video-data of a three-dimensional M-by-N-by-T array

1 visualización (últimos 30 días)
Anita Götz
Anita Götz el 10 de Jul. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I created a simulink model with colour-space-conversion of a video file.
At the end i used the "Video to Workspace"-Block. So after the simulation stopped im getting a three-dimensional M-by-N-by-T array (in my example the Value is "360x640x676 single") in my Workspace.
How can play this video result?

Respuestas (1)

Mehmed Saad
Mehmed Saad el 10 de Jul. de 2020
You can use implay or vision.VideoPlayer
A = rand(360,640,676,'single');
implay(A,60)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by