How to add and delete text on certain frames in a matlab movie?
    9 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
Hi all, I have managed to read and display text within a running AVI video file, but now i want to only add text to certain frames...e.g frame 1-20 and 30-40....is there any way i can i can add text from one frame to another instead of it displaying throughout the whole video.
thank you.
Title_={'Smile'};
hText = text(x,y,'string');
imshow(Background);     
text(40,100,Title_{1},'Color','r','FontWeight','Bold','FontSize',40);
delete(htext);
0 Kommentare
Antworten (1)
  Walter Roberson
      
      
 am 25 Apr. 2014
        (Note: you might find references to imtext() in postings; those references are either mistakes or obsolete and inserttext() is the correct name at the moment.)
1 Kommentar
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

