Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
smac ====== Shape Matching Analysis Code ====== Note: This is my personal version of the code. A newer python version can be found here: http://codeblue.umich.edu/index/projects/smac. Installation Instructions (requires CMake): $ mkdir smac-build $ cd smac-build $ ccmake ${PATH_TO_SMAC_FOLDER} $ make $ make install #or sudo make install