Tool to test a finder on a set of annotated 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 <mfpf/mfpf_sort_matches.h>
#include <vil/vil_load.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 <mbl/mbl_stats_1d.h>
#include <vcl_cmath.h>
#include <vcl_cassert.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 test a finder on a set of annotated images.
Definition in file mfpf_test_finder.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 125 of file mfpf_test_finder.cxx.
void print_usage | ( | ) |
Definition at line 118 of file mfpf_test_finder.cxx.