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

Multi-res point finder. Searches at range of scales. More...

#include "mfpf_mr_point_finder.h"
#include <mfpf/mfpf_prune_overlaps.h>
#include <vimt/vimt_image_pyramid.h>
#include <vil/vil_save.h>
#include <vcl_cmath.h>
#include <vcl_cassert.h>
#include <vcl_cstdlib.h>
#include <vcl_sstream.h>
#include <vsl/vsl_indent.h>
#include <vsl/vsl_binary_loader.h>
#include <vsl/vsl_vector_io.h>

Go to the source code of this file.

Functions

vcl_ostream & operator<< (vcl_ostream &os, const mfpf_mr_point_finder &b)
 Stream output operator for class reference.
void vsl_b_write (vsl_b_ostream &bfs, const mfpf_mr_point_finder &b)
 Binary file stream output operator for class reference.
void vsl_b_read (vsl_b_istream &bfs, mfpf_mr_point_finder &b)
 Binary file stream input operator for class reference.

Detailed Description

Multi-res point finder. Searches at range of scales.

Author:
Tim Cootes

Definition in file mfpf_mr_point_finder.cxx.


Function Documentation

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

Stream output operator for class reference.

Definition at line 378 of file mfpf_mr_point_finder.cxx.

void vsl_b_read ( vsl_b_istream bfs,
mfpf_mr_point_finder b 
)

Binary file stream input operator for class reference.

Definition at line 394 of file mfpf_mr_point_finder.cxx.

void vsl_b_write ( vsl_b_ostream bfs,
const mfpf_mr_point_finder b 
)

Binary file stream output operator for class reference.

Definition at line 388 of file mfpf_mr_point_finder.cxx.