#include "bbgm_features.h"
#include <vnl/io/vnl_io_vector_fixed.h>
#include <vgl/vgl_point_2d.h>
#include <vgl/algo/vgl_convex_hull_2d.h>
#include <brip/brip_line_generator.h>
Go to the source code of this file.
Definition in file bbgm_features.cxx.
bbgm_pair_group_feature pair_group_max_union | ( | bbgm_pair_group_feature const & | pg0, |
bbgm_pair_group_feature const & | pg1 | ||
) |
Definition at line 557 of file bbgm_features.cxx.
bbgm_pair_group_feature pair_group_merge | ( | bbgm_pair_group_feature const & | pg0, |
bbgm_pair_group_feature const & | pg1, | ||
float | p_path | ||
) |
Definition at line 525 of file bbgm_features.cxx.
bool pair_intersect | ( | bbgm_mask_pair_feature const & | mp0, |
bbgm_mask_pair_feature const & | mp1, | ||
bool | plus_intersect_only | ||
) |
Definition at line 484 of file bbgm_features.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
bbgm_mask_feature & | b | ||
) |
Binary load bbgm_templ_prob_image.
Binary load bbgm_features.
Definition at line 121 of file bbgm_features.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
bbgm_mask_pair_feature & | b | ||
) |
Binary load bbgm_templ_prob_image.
Binary load bbgm_features.
Definition at line 275 of file bbgm_features.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
bbgm_pair_group_feature & | b | ||
) |
Binary load bbgm_templ_prob_image.
Binary load bbgm_features.
Definition at line 472 of file bbgm_features.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const bbgm_mask_feature & | b | ||
) |
Binary save bbgm_features.
Definition at line 115 of file bbgm_features.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const bbgm_mask_pair_feature & | b | ||
) |
Binary save bbgm_features.
Definition at line 269 of file bbgm_features.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const bbgm_pair_group_feature & | b | ||
) |
Binary save bbgm_features.
Definition at line 466 of file bbgm_features.cxx.
void vsl_print_summary | ( | vcl_ostream & | , |
const bbgm_mask_feature & | |||
) |
Definition at line 128 of file bbgm_features.cxx.
void vsl_print_summary | ( | vcl_ostream & | , |
const bbgm_mask_pair_feature & | |||
) |
Definition at line 282 of file bbgm_features.cxx.
void vsl_print_summary | ( | vcl_ostream & | , |
const bbgm_pair_group_feature & | |||
) |
Definition at line 479 of file bbgm_features.cxx.