Skip to content

Simplified implementation of the VisualRank algorithm.

Notifications You must be signed in to change notification settings

gxlarson/visual_rank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visual_rank

Simplified implementation of the VisualRank (Jing and Baluja, 2008) algorithm. Uses SURF features to compute similarity measures between images. Uses brute-force matching as opposed to locality-sensitive hashing to find feature matches across images. The result of running visual_rank.m is a Nx1 VisualRank stochastic vector akin to a PageRank vector.

Requires Matlab and its Computer Vision Toolbox.

About

Simplified implementation of the VisualRank algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages