Google Image Swirl

This is a discussion on Google Image Swirl within the General Discussions forums, part of the Community Boards category; I just found this thing: Google Image Swirl I don't know what the heck it's for but it's sure fun ...

  1. #1
    Captain Crash brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,052

    Google Image Swirl

    I just found this thing:

    Google Image Swirl

    I don't know what the heck it's for but it's sure fun to play with.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Portugal
    Posts
    7,162
    Very interesting indeed. Seems like a context-based search for images. Probably analyzing tags, image color, shape?

    Seems to currently have a problem with the same images on different websites being repeated across the whole... circle thing.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Just a pushpin. bernt's Avatar
    Join Date
    May 2009
    Posts
    426
    Reminds me of the reverse image search engine.
    Consider this post signed

  4. #4
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,037
    Quote Originally Posted by Mario F. View Post
    Seems to currently have a problem with the same images on different websites being repeated across the whole... circle thing.
    If you consider that to be a problem. For me it's distinctly the purpose of the whole technology.

    In many cases, I'll see and image and want to know more about it but the current context gives little description. In many cases, I've had to manually use Google Images and refine my search based on size and color to find the image in other sources and hopefully find relevant information. This does all the work for me... unfortunately a few of the searches I have pending for such technology are not available in the demo.
    Sent from my iPadŽ

  5. #5
    Registered User
    Join Date
    Sep 2008
    Location
    Toronto, Canada
    Posts
    1,807
    The Google Image Swirl page is just a big white screen. Does nothing.

  6. #6
    Registered User hk_mp5kpdw's Avatar
    Join Date
    Jan 2002
    Location
    Northern Virginia/Washington DC Metropolitan Area
    Posts
    3,675
    Quote Originally Posted by nonoob View Post
    The Google Image Swirl page is just a big white screen. Does nothing.
    Do you have some sort of add-on blocking scripts from being run?
    I used to be an adventurer like you... then I took an arrow to the knee.

  7. #7
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    1,390
    Quote Originally Posted by bernt View Post
    Reminds me of the reverse image search engine.
    There's also http://www.tineye.com/.
    I don't see why people think Chuck Norris is so awesome. If he was really as great as they say, he would be over here slamming my head into the keybsk;lah;flksalfksdnlcslcnsldk;acklsd;glfbaskfl

    /* When I wrote this, only God and I understood what I was doing... Now, God only knows */

  8. #8
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Portugal
    Posts
    7,162
    Is that were you got that ugly avatar?
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  9. #9
    Registered User
    Join Date
    Sep 2008
    Location
    Toronto, Canada
    Posts
    1,807
    Quote Originally Posted by hk_mp5kpdw View Post
    Do you have some sort of add-on blocking scripts from being run?
    I probably did. Thanks. I was running it from work.

  10. #10
    Registered User
    Join Date
    Sep 2008
    Location
    Toronto, Canada
    Posts
    1,807
    Quote Originally Posted by Mario F. View Post
    Very interesting indeed. Seems like a context-based search for images. Probably analyzing tags, image color, shape?
    I would guess that images are converted via some FFT to extract frequency-domain parameters for luminance channel and some similar thing for the color distribution for chroma. Such parameters would be independent of image size (within limits), independent of image orientation (reflections, rotation angle), and even some basic linear distortions like aspect ratio mismatches.

    Using this internal representation, a sophisticated search engine could determine the degree of "similarness" between images.

    I tried the search engines mentioned but none seem to do what I want.

    Oh and somewhere there are face recognition search engines as well. Although I've only heard of them within sub-domains like perhaps flickr, or a local photograph organizing application. Are there any that can search the WWW for "Joe Blo" for example, given a sample photo?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. Replies: 1
    Last Post: 05-27-2009, 12:46 PM
  3. Simple Image Processing
    By ejohns85 in forum C++ Programming
    Replies: 4
    Last Post: 03-19-2009, 12:10 PM
  4. Replies: 4
    Last Post: 03-02-2003, 08:12 AM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21