#include <strk_info_tracker_process.h>
Definition at line 19 of file strk_info_tracker_process.h.
| strk_info_tracker_process::strk_info_tracker_process | ( | strk_info_tracker_params & | tp | ) |
Definition at line 17 of file strk_info_tracker_process.cxx.
| strk_info_tracker_process::~strk_info_tracker_process | ( | ) |
Definition at line 42 of file strk_info_tracker_process.cxx.
| vcl_vector<unsigned char> strk_info_tracker_process::color_index | ( | ) | const [inline] |
| bool strk_info_tracker_process::execute | ( | ) | [virtual] |
track to next frame.
Implements vpro_video_process.
Definition at line 47 of file strk_info_tracker_process.cxx.
| bool strk_info_tracker_process::finish | ( | ) | [virtual] |
Implements vpro_video_process.
Definition at line 172 of file strk_info_tracker_process.cxx.
| virtual process_data_type strk_info_tracker_process::get_output_type | ( | ) | const [inline, virtual] |
Reimplemented from vpro_video_process.
Definition at line 24 of file strk_info_tracker_process.h.
| bool strk_info_tracker_process::set_hist_output_file | ( | vcl_string const & | file_name | ) |
Definition at line 212 of file strk_info_tracker_process.cxx.
| bool strk_info_tracker_process::set_track_output_file | ( | vcl_string const & | file_name | ) |
Definition at line 197 of file strk_info_tracker_process.cxx.
vcl_vector<unsigned char> strk_info_tracker_process::color_index_ [private] |
Definition at line 48 of file strk_info_tracker_process.h.
bool strk_info_tracker_process::failure_ [private] |
Definition at line 41 of file strk_info_tracker_process.h.
bool strk_info_tracker_process::first_frame_ [private] |
Definition at line 42 of file strk_info_tracker_process.h.
vcl_string strk_info_tracker_process::hist_file_ [private] |
Definition at line 40 of file strk_info_tracker_process.h.
int strk_info_tracker_process::n_verts_ [private] |
Definition at line 44 of file strk_info_tracker_process.h.
int strk_info_tracker_process::start_frame_ [private] |
Reimplemented from vpro_video_process.
Definition at line 45 of file strk_info_tracker_process.h.
vcl_string strk_info_tracker_process::track_file_ [private] |
Definition at line 39 of file strk_info_tracker_process.h.
vcl_vector<vtol_face_2d_sptr> strk_info_tracker_process::tracked_faces_ [private] |
Definition at line 46 of file strk_info_tracker_process.h.
vcl_vector<vcl_vector<float> > strk_info_tracker_process::tracked_hist_ [private] |
Definition at line 47 of file strk_info_tracker_process.h.
Definition at line 43 of file strk_info_tracker_process.h.
bool strk_info_tracker_process::write_tracked_faces_ [private] |
Definition at line 37 of file strk_info_tracker_process.h.
bool strk_info_tracker_process::write_tracked_hist_ [private] |
Definition at line 38 of file strk_info_tracker_process.h.
1.7.5.1