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. | |
Multi-res point finder. Searches at range of scales.
Definition in file mfpf_mr_point_finder.cxx.
| 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.
1.7.5.1