User:Ruben/Prototyping/SIFT: Difference between revisions

From XPUB & Lens-Based wiki
(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 21:12, 29 March 2015

Sift-2.png

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...

Sift-1-1.png

... but in general became way to complex:

Sift-1-2.png

So to get an insight into the set and their relations, I made another way to browse trough it:

See it here.


For the continuation of this project, look here.