KernelizedSorting icon indicating copy to clipboard operation
KernelizedSorting copied to clipboard

Mirror of Kernelized Sorting code by Novi Quadrianto.

trafficstars

Kernelized Sorting

This is a fork of code by Novi Quadrianto.

List of external libraries required:

  • Python Imaging Library for processing images other than .png format http://www.pythonware.com/products/pil/
  • Linear assignment solver hungarian 0.2 (or pyLAPJV 0.3) http://mit.edu/harold/www/code.html

Running the program:

  • python main_color.py for color based image layouting
  • python main_bow.py for semantic (visual bag-of-words) image layouting note: the required images for this example were not provided with the code