Making a GUI for video processing
Mostrar comentarios más antiguos
I have a video of about 200 frames. I want to capture every 10th frame, do some image processing on it and display the original image along with the plot (after my image processing steps). The output should be first the 10th frame and its plot, and only after i click a push button should it move on and do the processing on the 20th frame, display it and so on. Once i get the desired frame for eg. 180th frame, i want to display the total time elapsed to reach that frame (if frame rate is 10 frames/sec then it should display 18 sec).
Till now i was dealing with separate frames and doing image processing on them and manually calculating the results. But a GUI would make this process more efficient.
Respuestas (1)
Image Analyst
el 27 de Abr. de 2014
0 votos
Categorías
Más información sobre Video Formats and Interfaces en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!