Google Image Search Path [closed] - image

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
SEO Question, if the images on a server are allowed to be index, named wisely with descriptive names and aren't oversized does the image path or folder make a difference for the ranking of that image in google image search?
Eg, Is pic A ranked higher than pic B (below) - if so, why?
A: /images/cat-on-a-chair.jpg
B: /images/repository/cat-on-a-chair.jpg
thanks

It'd be too difficult to run a controlled case study on a factor that, if it did help, would be too miniscule to notice.
The short answer: it's highly unlikely.
Think of the image itself and the page the image is found on as two completely separate entities (they are, indeed). When you do a Google Image search, you are finding pages that contain that image. So a highly-ranked page is likely going to be a good candidate for image results. You aren't actually being returned direct images.
Other things that influence ranking for images would include image-specific data like ALT tags, description, the image name, and so forth.
For reference, here are paths for top five results for horses:
http://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Points_of_a_horse.jpg/330px-Points_of_a_horse.jpg
http://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Horse-and-pony.jpg/310px-Horse-and-pony.jpg
http://images4.fanpop.com/image/photos/23500000/horse-horses-23582505-1024-768.jpg
http://www.hedweb.com/animimag/horses-gallop.jpg
http://www.horsesmaine.com/images/2%20%20horses.jpg
Scientifically, that's such a small sample that it's not worth mentioning. But let's assume it is: the majority of the results don't have relevant keywords in a directory path. Instead, a very highly-ranked website gets the first few positions.
If you wanted to take this further you could write a script to get a bigger sample, but at this point I'm hoping you've arrived at the conclusion that no, it doesn't make a difference.

Related

Find duplicate images algorithm [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to create a program that find the duplicate images into a directory, something like this app does and I wonder what would be the algorithm to determine if two images are the same.
Any suggestion is welcome.
This task can be solved by perceptual-hashing, depending on your use-case, combined with some data-structure responsible for nearest-neighbor search in high-dimensions (kd-tree, ball-tree, ...) which can replace the brute-force search (somewhat).
There are tons of approaches for images: DCT-based, Wavelet-based, Statistics-based, Feature-based, CNNs (and more).
Their designs are usually based on different assumptions about the task, e.g. rotation allowed or not?
A google scholar search on perceptual image hashing will list a lot of papers. You can also look for the term image fingerprinting.
Here is some older ugly python/cython code doing the statistics-based approach.
Remark: Digikam can do that for you too. It's using some older Haar-wavelet based approach i think.

Is there a way to match an image on my pc with a location in google maps? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
Like the title says.
I have an image on my PC and want to find out where it was taken.
Is there a possibility to find the place by google maps ?
Thanks
What you are asking might be possible. But the scope of what you are asking is near impossible, if not impossible. It also seems unlikely that such a search would find a result you are looking for.
If you are just trying to place where a picture was taken, you would likely have far more luck, in much shorter time, posting the picture, as well as your best guess to narrow down the area, to a site such as Reddit.
Try running jhead on the image and see if it contains GPS coordinates. It is free here.
Or, if you don't mind uploading your image to a web-service to view the GPS data, you can upload it to here.
If you get the GPS cooridnates, you can type them in to maps.google.com, like this
52.785,-2.012
and hit enter and the map will centre on your location.

How can I calculate the trending nature of a link? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
The above image represents an article's page views over time. I'm looking for a decent, not to complex either physics or statistical calculation that would be able to give me (based on the history of the page views) what the current trending of the page views is for the past n days (which is represented by the blue box).
So basically, in the past 5 days is this link trending unusually higher than it usually does and if so by what degree/magnitude?
Ideally the accepted answer would provide an algorithm class that applies to this problem as well as some example of that using the data provided from this chart above.
thanks!
One approach could be to perform a least squares fit of the points within the blue box. Trends could then measured by the difference between the points and the least squares fit approximation value.
It sounds like you want to compare a short term (5-day) moving average to a longer-term moving average (e.g., something like 90 days).
As a refinement, you might want to do a least-squares linear regression over the longer term, and then compare the shorter term average to the projection you get from that.

CSI style zoom in and enhance now possible? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I have always thought the way they zoom in and enhance on TV and movies was strictly impossible. Essentially because you cannot create more information that there is to begin with.
There were ways to get better looking or clearer images like with re-sampling, but never to the extent seen on film.
Now, it seems that is not true.
I was reading this article, and it seems they have a way to do that now?
Or, is this just a better version of what was already possible? You still need to have a fairly clear image to start with? Otherwise, what are the limits of this technique?
There is something called Super-resolution. Some companies claim to use fractal theory to enhance images when they are upscaled. But, what you see in most movies is just fiction.
Image enhancement always involves pixel interpolation (aka. prediction) - in one way or the other. Interpolation can be good, bad or whatever, but it will never out-perform real pixel which was recorded by imaging device at greater resolution.

Google similar images algorithm [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Does any one have an idea regarding what sort of algorithm might Google be using to find similar images ?
No, but they could be using SIFT.
I'm not sure this has much to do with image processing. When I ask for "similar images" of the Eiffel tower, I get a bunch of photos of Paris Hilton, and street maps from Paris. Curiously, all of these images have the word "Paris" in the file name.
Currently the Google Image Search provides these filtering options:
Image size
Face detection
Continuous-tone ("Photo") vs. Smooth shading ("Clipart") vs. bitonal("Line drawing")
Color histogram
These options can be seen in its Image Search Result page.
I don't know about faces, but see at least:
http://www.incm.cnrs-mrs.fr/LaurentPerrinet/Publications/Perrinet08spie
Compare two images the python/linux way
I have heard, that one should use this when comparing images
(I mean: make the prob model, calc. the probs, use this):
http://en.wikipedia.org/wiki/Kullback%E2%80%93Leibler_divergence
Or then it might even be one of those PCFG things that MIT people tend to use with robotics stuff. One I read used some sort of PCFG model made of basic shapes (that you can rotate magically) and searched the best match with
http://en.wikipedia.org/wiki/Inside-outside_algorithm

Resources