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

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

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]. 

[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