dimanche 19 octobre 2014

Save montage in GUI - matlab


Vote count:

0




When I use the code to save a montage image (shown in the handle.imageAxes) it saves it in low resolution based on the the handle size. Is there a way to save the montage in its "real" dimension?


Code:



axes(handles.imageAxes);
montage(myList, 'Size', [Mum Num]);
monImg = getframe(handles.imageAxes) ;
imwrite(monImg.cdata,'C:\Users\ll\Desktop\mySavedFrame.jpg','jpg')


asked 41 secs ago







Save montage in GUI - matlab

Aucun commentaire:

Enregistrer un commentaire