Multi-res point finder. Searches at range of scales. More...
#include <mbl/mbl_cloneable_ptr.h>
#include <mfpf/mfpf_point_finder.h>
#include <vcl_cassert.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | mfpf_mr_point_finder |
Multi-res point finder. More... | |
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.h.
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.