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