Functions
contrib/mul/mfpf/mfpf_pose_predictor.cxx File Reference

Uses regression to predict new pose from current sample. More...

#include "mfpf_pose_predictor.h"
#include <mfpf/mfpf_sample_region.h>
#include <mfpf/mfpf_norm_vec.h>
#include <vil/vil_resample_bilin.h>
#include <vsl/vsl_binary_loader.h>
#include <vsl/vsl_vector_io.h>
#include <vsl/vsl_indent.h>
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_vector_2d.h>
#include <vnl/vnl_vector.h>
#include <vnl/io/vnl_io_vector.h>
#include <vnl/io/vnl_io_matrix.h>
#include <vcl_cmath.h>
#include <vcl_cassert.h>

Go to the source code of this file.

Functions

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.
vcl_ostream & operator<< (vcl_ostream &os, const mfpf_pose_type &pt)

Detailed Description

Uses regression to predict new pose from current sample.

Author:
Tim Cootes

Definition in file mfpf_pose_predictor.cxx.


Function Documentation

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.

vcl_ostream& operator<< ( vcl_ostream &  os,
const mfpf_pose_type pt 
)

Definition at line 392 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.