Classes | Functions
contrib/mul/mfpf/mfpf_point_finder.cxx File Reference

Base for classes which locate feature points. More...

#include "mfpf_point_finder.h"
#include <vsl/vsl_indent.h>
#include <vsl/vsl_binary_loader.h>
#include <vcl_cmath.h>
#include <vimt/algo/vimt_find_troughs.h>
#include <vimt/vimt_image_pyramid.h>
#include <vnl/vnl_cost_function.h>
#include <vnl/algo/vnl_amoeba.h>
#include <vnl/algo/vnl_powell.h>
#include <vnl/vnl_math.h>
#include <vgl/vgl_point_2d.h>
#include <vil/vil_print.h>

Go to the source code of this file.

Classes

class  mfpf_pf_cost

Functions

double parabolic_min (double fa, double fb, double fc)
 Return position of minima of parabola fit to (-1,fa),(0,fb), (1,fc).
void vsl_add_to_binary_loader (const mfpf_point_finder &b)
 Allows derived class to be loaded by base-class pointer.
void vsl_b_write (vsl_b_ostream &bfs, const mfpf_point_finder &b)
 Binary file stream output operator for class reference.
void vsl_b_read (vsl_b_istream &bfs, mfpf_point_finder &b)
 Binary file stream input operator for class reference.
vcl_ostream & operator<< (vcl_ostream &os, const mfpf_point_finder &b)
 Stream output operator for class reference.
vcl_ostream & operator<< (vcl_ostream &os, const mfpf_point_finder *b)
 Stream output operator for class pointer.

Detailed Description

Base for classes which locate feature points.

Author:
Tim Cootes

Definition in file mfpf_point_finder.cxx.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const mfpf_point_finder b 
)

Stream output operator for class reference.

Definition at line 744 of file mfpf_point_finder.cxx.

vcl_ostream& operator<< ( vcl_ostream &  os,
const mfpf_point_finder b 
)

Stream output operator for class pointer.

Definition at line 757 of file mfpf_point_finder.cxx.

double parabolic_min ( double  fa,
double  fb,
double  fc 
) [inline]

Return position of minima of parabola fit to (-1,fa),(0,fb), (1,fc).

Definition at line 25 of file mfpf_point_finder.cxx.

void vsl_add_to_binary_loader ( const mfpf_point_finder b)

Allows derived class to be loaded by base-class pointer.

Definition at line 717 of file mfpf_point_finder.cxx.

void vsl_b_read ( vsl_b_istream bfs,
mfpf_point_finder b 
)

Binary file stream input operator for class reference.

Definition at line 735 of file mfpf_point_finder.cxx.

void vsl_b_write ( vsl_b_ostream bfs,
const mfpf_point_finder b 
)

Binary file stream output operator for class reference.

Definition at line 726 of file mfpf_point_finder.cxx.