User:Ruben/Prototyping/SIFT: Difference between revisions
< User:Ruben | Prototyping
(Created page with "thumb I ran the code [https://gitorious.org/pzi-prototyping/the-image-network/ the image network] on my recently crawled set of news items - at that time...") |
No edit summary |
||
Line 6: | Line 6: | ||
This created a graph which in some parts looked quite interesting... | This created a graph which in some parts looked quite interesting... | ||
[[File:Sift-1-1.png|400px]] | [[File:Sift-1-1.png|400px]] | ||
... but in general became way to complex: | ... but in general became way to complex: | ||
[[File:Sift-1-2.png|400px]] | [[File:Sift-1-2.png|400px]] | ||
Latest revision as of 20:12, 29 March 2015
I ran the code the image network on my recently crawled set of news items - at that time just about a 250 - and their complementary images.
This code uses the SIFT algorithm to find features in images, and compares those features to find 'similar images'.
This created a graph which in some parts looked quite interesting...
... but in general became way to complex:
So to get an insight into the set and their relations, I made another way to browse trough it:
For the continuation of this project, look here.