Tool to build a finder from a set of training images. More...
#include <mbl/mbl_parse_colon_pairs_list.h>
#include <mbl/mbl_read_props.h>
#include <mbl/mbl_exception.h>
#include <vul/vul_arg.h>
#include <vul/vul_string.h>
#include <vsl/vsl_quick_file.h>
#include <vsl/vsl_binary_loader.h>
#include <mfpf/mfpf_point_finder.h>
#include <mfpf/mfpf_point_finder_builder.h>
#include <mfpf/mfpf_add_all_loaders.h>
#include <vil/vil_load.h>
#include <vil/vil_save.h>
#include <vil/vil_convert.h>
#include <vimt/vimt_image_2d_of.h>
#include <vimt/vimt_image_pyramid.h>
#include <vimt/vimt_gaussian_pyramid_builder_2d.h>
#include <msm/msm_points.h>
#include <vcl_cmath.h>
#include <vcl_cassert.h>
#include <vcl_sstream.h>
Go to the source code of this file.
Classes | |
struct | tool_params |
Structure to hold parameters. More... | |
Functions | |
void | print_usage () |
int | main (int argc, char **argv) |
Tool to build a finder from a set of training images.
Definition in file mfpf_build_finder.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 131 of file mfpf_build_finder.cxx.
void print_usage | ( | ) |
Definition at line 124 of file mfpf_build_finder.cxx.