hCRF-light 1.1 (full version http://hcrf.sf.net)
Copyright (C) 2012 Yale Song (yalesong@mit.edu)

This library is a light version of hCRF library (http://hcrf.sf.net)
that contains implementations of HCRF[1], LDCRF[2], and multiview 
counterparts of HCRF and LDCRF [3]. 

The source code is written in C++ using Visual Studio 2008. I tested 
the code on 32 bit and 64 bit versions of Windows 7 machines. I cannot
guarantee its compatibility with other versions of Visual Studio. For 
your convenience, the library comes with precompiled excutables.

You can open the project in VS2008 using "./hCRF-light/apps/hCRF.sln".

./hCRF-light/readme.txt        This file
./hCRF-light/apps/matHCRF      Matlab wrapper 
./hCRF-light/apps/testMVLDM    Command-line program
./hCRF-light/bin               Contains command-line and matlab 
                               executables
./hCRF-light/bin/openMP        Contains command-line and matlab 
                               executables (uses openMP)
./hCRF-light/libs/3rdParty     Contains 3rd party libraries
./hCRF-light/libs/shared       Contains hCRF library
./hCRF-light/matlab/           Matlab sample script

Change log
ver 1.1 Added a project called matHCRF to create matlab wrapper 
ver 1.0 Initial release

[1] Ariadna Quattoni, Sy Bor Wang, Louis-Philippe Morency, Michael Collins, 
    Trevor Darrell: Hidden Conditional Random Fields. TPAMI 2007

[2] Louis-Philippe Morency, Ariadna Quattoni, Trevor Darrell: Latent-Dynamic 
    Discriminative Models for Continuous Gesture Recognition. CVPR 2007

[3] Yale Song, Louis-Philippe Morency, Randall Davis: Multi-View Latent
    Variable Discriminative Models for Action Recognition. CVPR 2012