"the prototype had over 20 sliders to control all the visual attributes" I cannot read the slider labels, the screenshot is very low-res :(
How We Built a Cutting-Edge Color Search App
11–20 of 22 posts
Re: How We Built a Cutting-Edge Color Search App
#12Re: How We Built a Cutting-Edge Color Search App
#13This is really awesome. For anyone who wants a naive, poor man's implementation of this, I have an unfinished Ruby gem that's a good starting point for you: https://github.com/JoshSmith/kaleidoscope Here's how I got it to work (cribbed from my own README): TL;DR: I used k-means clustering to segment a database of images into color bins for quick searching. Using imagemagick, I ran histograms on images and converted t…
Re: How We Built a Cutting-Edge Color Search App
#14Reminds me of TinEye's multicolr demo [0] that searches through CC-licensed images on Flickr. Their multiple color feature was really nice (however they don't have shuttershock's keyword filtering.) I wonder if anyone ever bought TinEye's color-search-engine-as-a-service [1]. The as-a-service model seems really awkward for something that requires so much integration, and this new shuttershock feature (developed from…
Personally, I think the TinEye color results are better than Shutterstock's approach....although having meta-data alongside is definitely a must.
Re: How We Built a Cutting-Edge Color Search App
#15This is really awesome. For anyone who wants a naive, poor man's implementation of this, I have an unfinished Ruby gem that's a good starting point for you: https://github.com/JoshSmith/kaleidoscope Here's how I got it to work (cribbed from my own README): TL;DR: I used k-means clustering to segment a database of images into color bins for quick searching. Using imagemagick, I ran histograms on images and converted t…
Everyone else: If you want to see his comments, turn on the showdead option in your profile.
Re: How We Built a Cutting-Edge Color Search App
#16I think the next step for them is to cluster by similar images. A green hue, for instance, shows a lot of similar-looking pictures of leaves—better to show one picture and have a "show similar images" feature to dig into a finer level of variance. V. cool, though.
Re: How We Built a Cutting-Edge Color Search App
#17"the prototype had over 20 sliders to control all the visual attributes" I cannot read the slider labels, the screenshot is very low-res :(
Re: How We Built a Cutting-Edge Color Search App
#18This is really awesome. For anyone who wants a naive, poor man's implementation of this, I have an unfinished Ruby gem that's a good starting point for you: https://github.com/JoshSmith/kaleidoscope Here's how I got it to work (cribbed from my own README): TL;DR: I used k-means clustering to segment a database of images into color bins for quick searching. Using imagemagick, I ran histograms on images and converted t…
clbecker, your account has been shadowbanned so your replies won't show up on any posts. This is very unfortunate because it seems like you're the origin of this post. So, make a new account or something. Everyone else: If you want to see his comments, turn on the showdead option in your profile.