#include <kpttracker.h>


Classes | |
| struct | pyr_frame_factory_t |
Public Member Functions | |
| pyr_frame (PyrImage *p, int bits=4) | |
| virtual | ~pyr_frame () |
| virtual void | append_to (tracks &t) |
| insert the frame into a "tracks" structure. | |
Public Attributes | |
| PyrImage * | pyr |
| kpt_tracker * | tracker |
Definition at line 77 of file kpttracker.h.
| pyr_frame::pyr_frame | ( | PyrImage * | p, | |
| int | bits = 4 | |||
| ) |
Definition at line 257 of file kpttracker.cpp.
Referenced by pyr_frame::pyr_frame_factory_t::create().
| pyr_frame::~pyr_frame | ( | ) | [virtual] |
Definition at line 942 of file kpttracker.cpp.
| void pyr_frame::append_to | ( | tracks & | track | ) | [virtual] |
insert the frame into a "tracks" structure.
Reimplemented from tframe.
Definition at line 263 of file kpttracker.cpp.
References tracker.
Referenced by kpt_tracker::add_frame(), kpt_tracker::process_frame(), vobj_tracker::process_frame_pipeline(), and kpt_tracker::process_frame_pipeline().
Definition at line 78 of file kpttracker.h.
Referenced by visual_object::add_frame(), kpt_tracker::add_frame(), kpt_tracker::create_frame(), kpt_tracker::detect_keypoints(), vobj_tracker_view::keyPressEvent(), VSView::paintGL(), pyr_keypoint::prepare_patch(), kpt_tracker::process_frame(), vobj_tracker::process_frame_pipeline(), kpt_tracker::process_frame_pipeline(), vobj_tracker_view::timerEvent(), VSView::timerEvent(), and kpt_tracker::track_ncclk().
Definition at line 79 of file kpttracker.h.
Referenced by append_to(), kpt_tracker::detect_keypoints(), pyr_keypoint::dispose(), init_query_with_frame(), pyr_track::point_added(), and kpt_tracker::track_ncclk().
1.5.9