to store the image in separate variable for future operation
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
ffta=fft2(double(image));
figure,imshow((abs(fftshift(ffta)),[24,10000])
how can i store the image shown in a separate variable for future use. save as doesnt help me.
Réponses (1)
Walter Roberson
le 27 Fév 2014
0 votes
See getframe()
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!