Tool to compute shape parameters for each set of 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 <vcl_sstream.h>#include <vcl_fstream.h>#include <vcl_string.h>#include <vsl/vsl_quick_file.h>#include <vul/vul_file.h>#include <msm/msm_shape_model.h>#include <msm/msm_shape_instance.h>#include <msm/msm_add_all_loaders.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 | |
| shape_model_path | __pad0__ |
Tool to compute shape parameters for each set of points.
Definition in file msm_get_shape_params.cxx.
| void load_shapes | ( | const vcl_string & | points_dir, |
| const vcl_vector< vcl_string > & | filenames, | ||
| vcl_vector< msm_points > & | shapes | ||
| ) |
Definition at line 113 of file msm_get_shape_params.cxx.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 132 of file msm_get_shape_params.cxx.
| vul_arg_display_usage_and_exit | ( | ) |
| shape_model_path __pad0__ |
Definition at line 39 of file msm_get_shape_params.cxx.
1.7.5.1