Community Profile

saroram r


Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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.

10 years ago | 1 answer | 0

1

answer

Question


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.

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 2 answers | 0

2

answers