Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos
11–20 of 65 posts
Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos
#12Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos
#13Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos
#14Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos
#15Very nice! What are you using to search the photos by colour and feature?
Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos
#16Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos
#17Very nice! What are you using to search the photos by colour and feature?
Probably performed dominant colour analysis on each (like color-thief), sort by similar ranked colours using a closeness transformation like LAB? No idea for the feature though.
Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos
#18Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos
#19I always use https://pexels.com . They also have only CC0 images.
Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos
#20Earlier quoted context omitted.
Probably performed dominant colour analysis on each (like color-thief), sort by similar ranked colours using a closeness transformation like LAB? No idea for the feature though.
Is there an algorithm for what you just described? I'm currently researching for color classification and it seems quite a complicated issue.