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

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)

Detailed Description

Tool to build a finder from a set of training images.

Author:
Tim Cootes Builds a model of patch around a given point. For simplicity, assumes fixed scale and orientation across all data. Input data file format:
 patch_builder: mfpf_norm_corr2d_builder { ni: 11 nj: 11 }
 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_build_finder.cxx.


Function Documentation

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.