saroram r


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

Feeds

Visto da

Domanda


how to call mfile function from gui?i have input image in one call back which i need to pass to the function in mfile....function call should be in another callback..
function pushbutton2_Callback(hObject, eventdata, handles) ention(handles.A,S,S1,S2,S3,S4,S5,S6) ; function pushbutt...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


to store the image in separate variable for future operation
ffta=fft2(double(image)); figure,imshow((abs(fftshift(ffta)),[24,10000]) how can i store the image shown in a separate...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i generate key for image encryption
its a private key encryption system.help me to generate key.

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


i have done 2d dft using fft2 and received phase and magnitude image.how to store that image shown using imshow in separate variable.
*imshow(abs(fftshift(image)),[24 10000]).* using this im getting the image but how to store it a separate variable for future o...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


i have done 2d dft for image without using function(fft2) and received dft image.now i have to get magnitude and phase image of dft image.help me..
how can i get separated magnitude and phase image..i have done 2d dft without using built-in function.

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i do 2d dft for image without using built-in function(fft2) and get matrix values for the separated magnitude and phase of an image after 2d dft?
i need to do 2d dft for an image using normal formula and get matrix values for separated mag and phase.

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


how to do two dimensional discrete fourier transform for image?
code for 2d dft- taking an sample image.output should be in matrix values

quasi 11 anni fa | 2 risposte | 0

2

risposte