sir would u plz help me with codes for 'image retrieval using fourier descriptor'........here i have a image database and a query image, then i need to compare the fourier descriptor of the query image to that of the fourier descriptors of the images in the database and thus retrieve the best possible matching image from the database......plz help sir
I'd be happy to help, but I don't have time to write something like this for you. If you send me something that you think should work, I can take a look at it.
Also, you might consider using the Image Processing Toolbox. It might make all this quite a bit easier.
hello sir, i have a project based on diabetic retinopathy where i have to eliminate the optic disc from the retinal image & find only the excudates. can you gve me the function or full code for this.
I think the image processing tools in Matlab 7 were quite a bit different from current tools. You also need the image processing toolbox for all of this to work.
dct2 is part of the image processing toolbox. Perhaps you don't have that toolbox. If you have it and it still doesn't work, then maybe there is an issue with version 7 of Matlab. I don't have access to Matlab 7 to test this.
hi man whats up.. I have a project about sift-based fingerprint recognition in matlab.. do you have any idea about that? and this project which in video is yours?.. thanks for ur responding from now.. see u
sir would u plz help me with codes for 'image retrieval using fourier descriptor'........here i have a image database and a query image, then i need to compare the fourier descriptor of the query image to that of the fourier descriptors of the images in the database and thus retrieve the best possible matching image from the database......plz help sir
mujtazzzz 8 months ago
@mujtazzzz
I'd be happy to help, but I don't have time to write something like this for you. If you send me something that you think should work, I can take a look at it.
Also, you might consider using the Image Processing Toolbox. It might make all this quite a bit easier.
jakeblanchard 8 months ago
hello sir, i have a project based on diabetic retinopathy where i have to eliminate the optic disc from the retinal image & find only the excudates. can you gve me the function or full code for this.
sudeshna131 1 year ago
@sudeshna131
You would have to give me more information. I have no idea what an excudate is, for example.
jakeblanchard 1 year ago
Thanks for sharing.
ThePhysaz1 1 year ago
Sir i have matlab 7.0 . i run ur code but there is an error in le-8 sir. can u give me some idea sir.
suja2008 1 year ago
@suja2008
I think the image processing tools in Matlab 7 were quite a bit different from current tools. You also need the image processing toolbox for all of this to work.
jakeblanchard 1 year ago
sir i got error when i run this m file.
i am using matlab 7
what can i do for it sir.
??? Attempt to execute SCRIPT dct2 as a function.
Error in ==> dct2 at 6
J=dct2(I);
suja2008 1 year ago
@suja2008
dct2 is part of the image processing toolbox. Perhaps you don't have that toolbox. If you have it and it still doesn't work, then maybe there is an issue with version 7 of Matlab. I don't have access to Matlab 7 to test this.
jakeblanchard 1 year ago
hi man whats up.. I have a project about sift-based fingerprint recognition in matlab.. do you have any idea about that? and this project which in video is yours?.. thanks for ur responding from now.. see u
dangermanmgi 1 year ago
How to correct this problem plz:
Warning: Image is too big to fit on screen; displaying at 33%
> In imuitools/private/initSize at 73 In imshow at 264 In untitled at 3
??? Error using ==> figure
Single input must be an existing figure handle or a scalar integer from 1 to 2147483646
Error in ==> untitled at 7
figure imshow(K,[0 255]);
santiprom69 2 years ago
Try using a comma after figure
figure, imshow(K,[0 255]);
jakeblanchard 2 years ago
RGB=imread('04.jpg');
I=rgb2gray(RGB);
figure, imshow(I)
santiprom69 2 years ago
awesome!
Tsanez 3 years ago 2