*Most of the following code include training examples in the ZIP file. Compiled and tested under VS 2008 and gcc 4.3.3-5ubuntu4.

Change Log for mixed image template related code
Date Download Description
2010.6.02
Evaluating mixed templates on LHI-AnimalFaces: Code Data It applies the newest version of active basis and mixed template code to learn image templates and perform classification on LHI-AnimalFaces dataset. The package does not include the source images. Please download the LHI-AnimalFaces image set and place them in the "Image/" folder under root directory (the directory that you extract the above package to). To run the baseline algorithm, simply go to the root directory, and type in two commands: global_config; runAll.

The code contains various versions of features and learning algorithms. It is under active development and maintainment. For more details, please contact Zhangzhang Si at zhangzhang.si@gmail.com.
2010.3.10
Evaluating mixed templates on caltech-101: Code First upload. It applies the newest version of active basis and mixed template code to learn image templates and perform classification on Caltech-101 dataset. The package does not include the source images. Please download the Caltech-101 image set and place them in the "Image/" folder under root directory (the directory that you extract the above package to). To run the baseline algorithm, simply go to the root directory, and type in two commands: global_config; runAll.

The code contains various versions of features and learning algorithms. It is under active development and maintainment. For more details, please contact Zhangzhang Si at zhangzhang.si@gmail.com.
2010.2.10
Learning mixed templates: Code (1) Added two more examples: wolf and cow.
(2) Added ZIPProject.m for automatic archiving the code.
2010.1.5
Learning mixed templates: Code Added examples to the learning demo: rabbit head (2 types), fish, motorcycle, hand fan, windsor chair, soccer ball, teapot, elephant head, eagle head, monkey head, dog head, panda head.
2010.1.2
Learning mixed templates: Code Polished learning code and added two templates in the learning demo: palm tree and zebra.
2009
Learning mixed templates: Code First upload.