Classes | Enumerations | Functions
contrib/mul/mfpf/mfpf_pose_predictor.h File Reference

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.

Detailed Description

Uses regression to predict new pose from current sample.

Author:
Tim Cootes

Definition in file mfpf_pose_predictor.h.


Enumeration Type Documentation

Types of 2D transformation.

translation=(tx,ty), rigid=(tx,ty,A), zoom=(tx,ty,s), similarity = (tx,ty,scosA,ssinA)

Enumerator:
translation 
rigid 
zoom 
similarity 

Definition at line 20 of file mfpf_pose_predictor.h.


Function Documentation

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.