Classes | Functions
contrib/mul/mfpf/tools/mfpf_test_finder.cxx File Reference

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)

Detailed Description

Tool to test a finder on a set of annotated images.

Author:
Tim Cootes Loads a model of patch around a given point (from mfpf_build_finder tool) For simplicity, assumes fixed scale and orientation across all data. Uses the patch model to search the images and measures how good best fit is. Input data file format:
 pt_index: 31 // Which point to use
 res_level: 1
 model_path: patch_model.bfs

 image_dir: ../images/
 points_dir: ../points/
 images: {
   image1.pts : image1.jpg
   image2.pts : image2.jpg
 }

Definition in file mfpf_test_finder.cxx.


Function Documentation

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.