Added: 3 years ago
From: jakeblanchard
Views: 43,123
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (13)

Sign In or Sign Up now to post a comment!
  • 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

    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.

  • @sudeshna131

    You would have to give me more information. I have no idea what an excudate is, for example.

  • Thanks for sharing.

  • 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

    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.

  • 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

    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

  • 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]);

  • Try using a comma after figure

    figure, imshow(K,[0 255]);

  • RGB=imread('04.jpg');

    I=rgb2gray(RGB);

    figure, imshow(I)

  • awesome!

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more