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 difference)

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.