camshiftKalman
 All Classes Files Functions Variables Enumerations Enumerator Macros
Classes | Enumerations
camshiftkalman.h File Reference
#include <opencv2/highgui/highgui.hpp>
#include <opencv/cv.hpp>
#include <string>
#include "LBP.h"

Go to the source code of this file.

Classes

class  camShiftKalman
 The camShiftKalman class the core of algorithm. More...
 

Enumerations

enum  featureType { HUE = 0, SATURATION_HUE, LBP_HUE, LBP_SATURATION_HUE }
 The featureType enum the kind of type to be chosed for tracking. More...
 

Enumeration Type Documentation

The featureType enum the kind of type to be chosed for tracking.

Enumerator
HUE 
SATURATION_HUE 
LBP_HUE 
LBP_SATURATION_HUE