Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visually interesting images #5

Open
betatim opened this issue Oct 3, 2016 · 2 comments
Open

Visually interesting images #5

betatim opened this issue Oct 3, 2016 · 2 comments

Comments

@betatim
Copy link
Member

betatim commented Oct 3, 2016

Good yet simple algorithm for picking visually interesting pictures.

(This issue is about finding a super simple algorithm to make this decision, if you want to use something complicated like machine-learning open a new issue)

@betatim betatim mentioned this issue Oct 3, 2016
@rth
Copy link

rth commented Oct 11, 2016

Well, there is a paper by Elazary & Itty (2008) where they suggest that visually interesting objects correlated with visual saliency (no idea what that is). There is a few python libraries here and here, so that could be tried.

Otherwise, if the GPS position of the image is known, it might be possible to query OpenStreet Maps to see if there is any interesting landmarks there, or at least avoid processing deep sea images though I suppose this can become quickly complicated..

@betatim
Copy link
Member Author

betatim commented Oct 11, 2016

Another avenue might be to calculate the entropy of the image (e.g. http://scikit-image.org/docs/dev/auto_examples/plot_entropy.html).

Some images of the sea are actually not as boring as you'd think: https://twitter.com/Sentinel2Bot/status/785777365079195648 though probably the Sentinel guys don't like the banding effect we can see.

(n.b. The real "ocean miles away from anywhere" stuff is excluded already by virtue of the satellite not taking pictures there)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants