Trains regressor in an mfpf_pose_predictor. More...
#include "mfpf_pose_predictor_builder.h"#include <vsl/vsl_binary_loader.h>#include <vcl_cmath.h>#include <vcl_algorithm.h>#include <vcl_cassert.h>#include <vnl/algo/vnl_svd.h>#include <vsl/vsl_indent.h>Go to the source code of this file.
Functions | |
| void | vsl_b_write (vsl_b_ostream &bfs, const mfpf_pose_predictor_builder &b) |
| Binary file stream output operator for class reference. | |
| void | vsl_b_read (vsl_b_istream &bfs, mfpf_pose_predictor_builder &b) |
| Binary file stream input operator for class reference. | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mfpf_pose_predictor_builder &b) |
| Stream output operator for class reference. | |
Trains regressor in an mfpf_pose_predictor.
Definition in file mfpf_pose_predictor_builder.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const mfpf_pose_predictor_builder & | b | ||
| ) |
Stream output operator for class reference.
Definition at line 269 of file mfpf_pose_predictor_builder.cxx.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mfpf_pose_predictor_builder & | b | ||
| ) |
Binary file stream input operator for class reference.
Definition at line 260 of file mfpf_pose_predictor_builder.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mfpf_pose_predictor_builder & | b | ||
| ) |
Binary file stream output operator for class reference.
Definition at line 251 of file mfpf_pose_predictor_builder.cxx.
1.7.5.1