This page contains software and instructions for aligned cluster analysis (ACA)[2] and hierarchical aligned cluster analysis (HACA)[1].
1
2
3
4
5
|
>> cd aca
>> ls
make.m addPath.m demoMocap.m demoToy.m demoToyH.m readme data lib src
>> make
>> addPath
>> demoMocap
|
data: | This folder contains a subset of CMU Motion Capture dataset. |
src: | This folder contains the main implementation of ACA and HACA. |
lib: | This folder contains some necessary library functions. |
make.m: | Matlab makefile for C++ code. |
addPath.m: | Adds the sub-directories into the path of Matlab. |
demoToy.m: | Time clustering of a synthetic sequence by ACA. |
demoToyH.m: | Time clustering of a synthetic sequence by HACA. |
demoMocap.m: | Time clustering of motion capture sequence by ACA and HACA.
By using this function, you can
obtain results similar to those
shown here. |
This software is free for use in research projects. If you publish results obtained using this software, please use this citation:
Contributing back bug fixes and improvements is polite and encouraged. If you have any question, feel free to contact Feng Zhou.