Uses regression to predict new pose from current sample. More...
#include <mfpf/mfpf_pose.h>#include <mbl/mbl_chord.h>#include <vnl/vnl_matrix.h>#include <vnl/vnl_vector.h>#include <vimt/vimt_image_2d_of.h>#include <vgl/vgl_fwd.h>#include <vcl_iosfwd.h>Go to the source code of this file.
Classes | |
| class | mfpf_pose_predictor |
| Uses regression to predict new pose from current sample. More... | |
Enumerations | |
| enum | mfpf_pose_type { translation, rigid, zoom, similarity } |
| Types of 2D transformation. More... | |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &, const mfpf_pose_type &) |
| void | vsl_b_write (vsl_b_ostream &bfs, const mfpf_pose_predictor &b) |
| Binary file stream output operator for class reference. | |
| void | vsl_b_read (vsl_b_istream &bfs, mfpf_pose_predictor &b) |
| Binary file stream input operator for class reference. | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mfpf_pose_predictor &b) |
| Stream output operator for class reference. | |
Uses regression to predict new pose from current sample.
Definition in file mfpf_pose_predictor.h.
| enum mfpf_pose_type |
Types of 2D transformation.
translation=(tx,ty), rigid=(tx,ty,A), zoom=(tx,ty,s), similarity = (tx,ty,scosA,ssinA)
Definition at line 20 of file mfpf_pose_predictor.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | , |
| const mfpf_pose_type & | |||
| ) |
Definition at line 392 of file mfpf_pose_predictor.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const mfpf_pose_predictor & | b | ||
| ) |
Stream output operator for class reference.
Definition at line 383 of file mfpf_pose_predictor.cxx.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mfpf_pose_predictor & | b | ||
| ) |
Binary file stream input operator for class reference.
Definition at line 374 of file mfpf_pose_predictor.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mfpf_pose_predictor & | b | ||
| ) |
Binary file stream output operator for class reference.
Definition at line 365 of file mfpf_pose_predictor.cxx.
1.7.5.1