#include <legacy.hpp>
CvCamShiftTracker::CvCamShiftTracker |
( |
| ) |
|
virtual CvCamShiftTracker::~CvCamShiftTracker |
( |
| ) |
|
|
virtual |
virtual void CvCamShiftTracker::color_transform |
( |
const IplImage * |
img | ) |
|
|
protectedvirtual |
virtual IplImage* CvCamShiftTracker::get_back_project |
( |
| ) |
|
|
inlinevirtual |
int CvCamShiftTracker::get_hist_dims |
( |
int * |
dims = 0 | ) |
const |
|
inline |
float CvCamShiftTracker::get_length |
( |
| ) |
const |
|
inline |
int CvCamShiftTracker::get_max_ch_val |
( |
int |
channel | ) |
const |
|
inline |
int CvCamShiftTracker::get_min_ch_val |
( |
int |
channel | ) |
const |
|
inline |
float CvCamShiftTracker::get_orientation |
( |
| ) |
const |
|
inline |
int CvCamShiftTracker::get_threshold |
( |
| ) |
const |
|
inline |
float CvCamShiftTracker::get_width |
( |
| ) |
const |
|
inline |
CvRect CvCamShiftTracker::get_window |
( |
| ) |
const |
|
inline |
float CvCamShiftTracker::query |
( |
int * |
bin | ) |
const |
|
inline |
virtual void CvCamShiftTracker::reset_histogram |
( |
| ) |
|
|
virtual |
bool CvCamShiftTracker::set_hist_bin_range |
( |
int |
dim, |
|
|
int |
min_val, |
|
|
int |
max_val |
|
) |
| |
bool CvCamShiftTracker::set_hist_dims |
( |
int |
c_dims, |
|
|
int * |
dims |
|
) |
| |
bool CvCamShiftTracker::set_max_ch_val |
( |
int |
channel, |
|
|
int |
val |
|
) |
| |
|
inline |
bool CvCamShiftTracker::set_min_ch_val |
( |
int |
channel, |
|
|
int |
val |
|
) |
| |
|
inline |
bool CvCamShiftTracker::set_threshold |
( |
int |
threshold | ) |
|
|
inline |
bool CvCamShiftTracker::set_window |
( |
CvRect |
window | ) |
|
|
inline |
virtual bool CvCamShiftTracker::track_object |
( |
const IplImage * |
cur_frame | ) |
|
|
virtual |
virtual bool CvCamShiftTracker::update_histogram |
( |
const IplImage * |
cur_frame | ) |
|
|
virtual |
IplImage* CvCamShiftTracker::m_back_project |
|
protected |
float* CvCamShiftTracker::m_hist_ranges[CV_MAX_DIM] |
|
protected |
float CvCamShiftTracker::m_hist_ranges_data[CV_MAX_DIM][2] |
|
protected |
int CvCamShiftTracker::m_threshold |
|
protected |
The documentation for this class was generated from the following file: