Filter löschen
Filter löschen

How to use Videofile in matlab

1 Ansicht (letzte 30 Tage)
Felix
Felix am 20 Okt. 2013
Bearbeitet: Felix am 20 Okt. 2013
Hello! I can use the frames of my videofile by:
MV = mmreader(My videofile); %To read Movie
for num=SF:STEP:EF
img(:,:,:,num) = read(MV,num); %reading particular frame
and after I make changes to this frames I show the results by - imshow(FRAME);
how can I show my frames that have been changed like a new video window and not like an images?
Thank you

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by