#include <vmal_kl.h>
Public Member Functions | |
vmal_kl (const vmal_kl_params ¶ms) | |
Default constructor. Parameters set to defaults. | |
~vmal_kl () | |
Destructor. | |
void | match_sequence (vcl_vector< vil1_image > &, vmal_multi_view_data_vertex_sptr) |
vcl_vector< vtol_vertex_2d_sptr > * | extract_points (vil1_image &) |
Private Member Functions | |
KLT_PixelType * | convert_to_gs_image (vil1_image &) |
void | set_tracking_context (KLT_TrackingContext tc) |
Private Attributes | |
vmal_kl_params | params_ |
vmal_kl::vmal_kl | ( | const vmal_kl_params & | params | ) | [explicit] |
Default constructor. Parameters set to defaults.
Definition at line 14 of file vmal_kl.cxx.
vmal_kl::~vmal_kl | ( | ) |
Destructor.
Definition at line 18 of file vmal_kl.cxx.
KLT_PixelType * vmal_kl::convert_to_gs_image | ( | vil1_image & | image | ) | [private] |
Definition at line 173 of file vmal_kl.cxx.
vcl_vector< vtol_vertex_2d_sptr > * vmal_kl::extract_points | ( | vil1_image & | image | ) |
Definition at line 123 of file vmal_kl.cxx.
void vmal_kl::match_sequence | ( | vcl_vector< vil1_image > & | image_list, |
vmal_multi_view_data_vertex_sptr | matches | ||
) |
Definition at line 22 of file vmal_kl.cxx.
void vmal_kl::set_tracking_context | ( | KLT_TrackingContext | tc | ) | [private] |
Definition at line 197 of file vmal_kl.cxx.
vmal_kl_params vmal_kl::params_ [private] |