Rank: 15334 based on 0 downloads (last 30 days) and 0 files submitted
photo

Nicola Franzoso

E-mail

Personal Profile:

Software dev.

Professional Interests:
image processing, audio processing

 

Watch this Author's files

 

Comments and Ratings by Nicola View all
Updated File Comments Rating
20 Aug 2010 Image Descriptors / Features and Saliency Maps Good color image descriptors/features for object recognition Author: Christopher Kanan

Great job, just one thing : I have try to use the sample code with the photo of they in your picture,but the saliency map is different respect your that i see on the, computer vision, great work, image descriptors, image processing, just one thing ihave try to use it just cat the photo of the lad, object recognition, saliency, why

29 Dec 2008 Image retrieval - Query by Example Demo This demo provides a simple query by image example method, based on HSV values. Author: Theodoros Giannakopoulos

Great work Theodoros.
About for create a database of new images i have try with this and work. In my sample the images are 17 from 1 to 17.jpg:

savefile = 'mydatabase.mat';

for numimma = 1:17 % 17 images in my sample
    
    imageName = strcat(num2str(numimma), '.jpg');
    
    % compute 3-D image histograms (HSV color space):
    [Hist, RGBQ] = getImageHists(imageName);
    
    isto = {Hist};
    imshow(RGBQ);
    drawnow
    dataisto(numimma) = isto;
    datafile(numimma) = {imageName};
    
end

save (savefile, 'datafile', 'dataisto')

Top Tags Applied by Nicola
but the saliency map is different respect your that i see on the, great work, image processing, just one thing ihave try to use it just cat the photo of the lad, why
Files Tagged by Nicola View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Aug 2011 face recognition face recogntion technology. Author: Arjun j s image processing 66 1
  • 5.0
5.0 | 1 rating
30 Jul 2010 Screenshot Image Descriptors / Features and Saliency Maps Good color image descriptors/features for object recognition Author: Christopher Kanan object recognition, computer vision, saliency, image descriptors, image processing, great work 66 2
  • 4.5
4.5 | 2 ratings

Contact us at files@mathworks.com