1 / 17

Outline of Paper: “How many pixels make an image ?” Antonio T orralba

Outline of Paper: “How many pixels make an image ?” Antonio T orralba. Roger S. Gaborski. This presentation is an outline of the paper “How many pixels make an image?” by Antonio Torralba Some material (images, graphs, etc.) taken from original paper .

mahdis
Download Presentation

Outline of Paper: “How many pixels make an image ?” Antonio T orralba

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Outline of Paper: “How many pixels make an image?”Antonio Torralba Roger S. Gaborski Roger S. Gaborski

  2. This presentation is an outline of the paper “How many pixels make an image?” by Antonio Torralba • Some material (images, graphs, etc.) taken from original paper Roger S. Gaborski

  3. 2816 x 1880 PixelsHow many pixels do we really need? Roger S. Gaborski

  4. Gist of a scene • Gist of a scene- scene category and a few objects in the scene • What is the minimum resolution needed for scene recognition and object recognition? Roger S. Gaborski

  5. Image Database • http://people.csail.mit.edu/torralba/code/spatialenvelope/ • Categories: • Coast • Forest • Highway • Inside city • Mountain • Open country • Street • Tall building Roger S. Gaborski

  6. Sample of partial code img = imread('hous24.jpg'); img = im2double(img); f = [ 1 1 1 1 1;... 1 4 4 4 1;... 1 4 6 4 1;... 1 4 4 4 1;... 1 1 1 1 1]; f = f/(sum(f(:))); I256 = img; I256f = imfilter(I256, f); I128 = imresize(I256f,.5,'nearest'); %filterimagebeforesubsampling Roger S. Gaborski

  7. What is this image? Roger S. Gaborski

  8. What is this image? Roger S. Gaborski

  9. What is this image? Roger S. Gaborski

  10. Roger S. Gaborski

  11. Roger S. Gaborski

  12. Roger S. Gaborski

  13. Roger S. Gaborski

  14. Roger S. Gaborski

  15. Roger S. Gaborski

  16. 47 x 71 x 3 21 x 31 x 3 Two individuals Outdoor scene Roger S. Gaborski

  17. “How many pixels make an image?”Antonio Torralba Roger S. Gaborski

More Related