Container for set of poses and associated fit values. More...
#include <mfpf/mfpf_pose.h>#include <mfpf/mfpf_pose_set.h>#include <vsl/vsl_vector_io.h>#include <vcl_iostream.h>#include <vcl_cstdlib.h>Go to the source code of this file.
Classes | |
| struct | mfpf_feature |
Typedefs | |
| typedef vcl_vector< mfpf_feature > | mfpf_feature_vec |
Functions | |
| void | vsl_b_write (vsl_b_ostream &bfs, const mfpf_feature &f) |
| void | vsl_b_read (vsl_b_istream &bfs, mfpf_feature &f) |
| void | mfpf_pose_set_to_feature_vec (const mfpf_pose_set &pose_set, mfpf_feature_vec &feature_vec) |
| void | mfpf_feature_vec_to_pose_set (const mfpf_feature_vec &feature_vec, mfpf_pose_set &pose_set) |
Container for set of poses and associated fit values.
Definition in file mfpf_feature_vec.h.
| typedef vcl_vector<mfpf_feature > mfpf_feature_vec |
Definition at line 24 of file mfpf_feature_vec.h.
| void mfpf_feature_vec_to_pose_set | ( | const mfpf_feature_vec & | feature_vec, |
| mfpf_pose_set & | pose_set | ||
| ) | [inline] |
Definition at line 67 of file mfpf_feature_vec.h.
| void mfpf_pose_set_to_feature_vec | ( | const mfpf_pose_set & | pose_set, |
| mfpf_feature_vec & | feature_vec | ||
| ) | [inline] |
Definition at line 54 of file mfpf_feature_vec.h.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mfpf_feature & | f | ||
| ) | [inline] |
Definition at line 35 of file mfpf_feature_vec.h.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mfpf_feature & | f | ||
| ) | [inline] |
Definition at line 28 of file mfpf_feature_vec.h.
1.7.5.1