Skip to content

FeatVIS: High dimensional feature space visualization

License

Notifications You must be signed in to change notification settings

cbalint13/featvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeatVIS: Features VISualiziation

Description

FeatVIS helps visualize multidimensional features space.

GUI is written using QT + OpenSceneGraph with simplicity in mind.

Specs

VIEW

Currently implements and use:

  • GIST (fourier domain) for high-dimensional description of images
  • MDS (eigen decomposition) for embedding projections in low-dim (3D)
  • BH-TSNE (space partitioning) for embedding projections in low-dim (3D)
  • FLANN (fast knn) clustering and nearest neighbouring

Docs

Follow the steps and explanations in the sample folder.