Making a GUI for video processing
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (1)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!