Public Types | Public Member Functions | Public Attributes | Protected Attributes | Private Attributes
strk_corr_tracker_process Class Reference

#include <strk_corr_tracker_process.h>

Inheritance diagram for strk_corr_tracker_process:
Inheritance graph
[legend]

List of all members.

Public Types

enum  process_data_type

Public Member Functions

 strk_corr_tracker_process (strk_tracker_params &tp)
 ~strk_corr_tracker_process ()
virtual process_data_type get_output_type () const
virtual bool execute ()
 track to next frame.
virtual bool finish ()
void clear_input ()
void clear_output ()
void set_n_frames (int n_frames)
void set_frame_index (int index)
void add_input_image (vil1_image const &im)
void add_input_spatial_object (vsol_spatial_object_2d_sptr const &so)
void add_input_spatial_objects (vcl_vector< vsol_spatial_object_2d_sptr > const &spat_objs)
void add_input_topology_object (vtol_topology_object_sptr const &to)
void add_input_topology (vcl_vector< vtol_topology_object_sptr > const &topo_objs)
int n_frames () const
int frame_index () const
int get_N_input_images () const
vil1_image get_input_image (unsigned int i)
vil1_image get_output_image ()
int get_N_input_spat_objs () const
vcl_vector
< vsol_spatial_object_2d_sptr >
const & 
get_input_spatial_objects ()
int get_N_input_topo_objs () const
vcl_vector
< vtol_topology_object_sptr >
const & 
get_input_topology ()
virtual vcl_vector
< vsol_spatial_object_2d_sptr >
const & 
get_output_spatial_objects ()
virtual vcl_vector
< vtol_topology_object_sptr >
const & 
get_output_topology ()
void set_graph_flag ()
void clear_graph_flag ()
bool graph_flag () const
void set_graph (vcl_vector< float > const &graph)
vcl_vector< float > graph () const
unsigned int start_frame () const
unsigned int end_frame () const
virtual process_data_type get_input_type () const
void ref ()
void unref ()
int get_references () const
bool is_referenced () const

Public Attributes

 NOTYPE
 IMAGE
 SPATIAL_OBJECT
 TOPOLOGY
 IMAGE_SPATIAL_OBJECT

Protected Attributes

int frame_index_
int n_frames_
unsigned int start_frame_
unsigned int end_frame_
vcl_vector< vil1_image > input_images_
vcl_vector
< vsol_spatial_object_2d_sptr
input_spat_objs_
vcl_vector
< vtol_topology_object_sptr
input_topo_objs_
vil1_image output_image_
vcl_vector
< vtol_topology_object_sptr
output_topo_objs_
vcl_vector
< vsol_spatial_object_2d_sptr
output_spat_objs_
bool graph_flag_
vcl_vector< float > graph_

Private Attributes

bool failure_
bool first_frame_
strk_tracker tracker_

Detailed Description

Definition at line 19 of file strk_corr_tracker_process.h.


Constructor & Destructor Documentation

strk_corr_tracker_process::strk_corr_tracker_process ( strk_tracker_params tp)

Definition at line 12 of file strk_corr_tracker_process.cxx.

strk_corr_tracker_process::~strk_corr_tracker_process ( )

Definition at line 19 of file strk_corr_tracker_process.cxx.


Member Function Documentation

bool strk_corr_tracker_process::execute ( ) [virtual]

track to next frame.

Implements vpro_video_process.

Definition at line 25 of file strk_corr_tracker_process.cxx.

virtual bool strk_corr_tracker_process::finish ( ) [inline, virtual]

Implements vpro_video_process.

Definition at line 28 of file strk_corr_tracker_process.h.

virtual process_data_type strk_corr_tracker_process::get_output_type ( ) const [inline, virtual]

Reimplemented from vpro_video_process.

Definition at line 24 of file strk_corr_tracker_process.h.


Member Data Documentation

Definition at line 31 of file strk_corr_tracker_process.h.

Definition at line 32 of file strk_corr_tracker_process.h.

Definition at line 33 of file strk_corr_tracker_process.h.


The documentation for this class was generated from the following files: