Tool to generate EPS file containing aligned shape points. More...
#include <mbl/mbl_read_props.h>
#include <mbl/mbl_exception.h>
#include <mbl/mbl_parse_colon_pairs_list.h>
#include <vul/vul_arg.h>
#include <vul/vul_string.h>
#include <vcl_sstream.h>
#include <vcl_fstream.h>
#include <vcl_string.h>
#include <vsl/vsl_quick_file.h>
#include <msm/msm_aligner.h>
#include <msm/msm_add_all_loaders.h>
#include <msm/utils/msm_draw_shape_to_eps.h>
Go to the source code of this file.
Classes | |
struct | tool_params |
Structure to hold parameters. More... | |
Functions | |
vul_arg_display_usage_and_exit () | |
void | load_shapes (const vcl_string &points_dir, const vcl_vector< vcl_string > &filenames, vcl_vector< msm_points > &shapes) |
int | main (int argc, char **argv) |
Variables | |
aligner | __pad0__ |
Tool to generate EPS file containing aligned shape points.
Definition in file msm_plot_aligned_shapes.cxx.
void load_shapes | ( | const vcl_string & | points_dir, |
const vcl_vector< vcl_string > & | filenames, | ||
vcl_vector< msm_points > & | shapes | ||
) |
Definition at line 140 of file msm_plot_aligned_shapes.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 159 of file msm_plot_aligned_shapes.cxx.
vul_arg_display_usage_and_exit | ( | ) |
aligner __pad0__ |
Definition at line 56 of file msm_plot_aligned_shapes.cxx.