Contains mean/modes etc of a shape model in ref. More...
#include <vcl_cassert.h>
#include <vcl_iosfwd.h>
#include <vcl_string.h>
#include <vsl/vsl_fwd.h>
#include <msm/msm_points.h>
#include <vnl/vnl_matrix.h>
#include <mbl/mbl_cloneable_ptr.h>
#include <msm/msm_param_limiter.h>
Go to the source code of this file.
Classes | |
class | msm_ref_shape_model |
Contains mean/modes etc of a shape model in a reference frame. More... | |
Functions | |
void | vsl_b_write (vsl_b_ostream &bfs, const msm_ref_shape_model &pts) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, msm_ref_shape_model &pts) |
Binary file stream input operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const msm_ref_shape_model &pts) |
Stream output operator for class reference. | |
void | vsl_print_summary (vcl_ostream &os, const msm_ref_shape_model &pts) |
Stream output operator for class reference. |
Contains mean/modes etc of a shape model in ref.
frame No information about global transformation
Definition in file msm_ref_shape_model.h.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const msm_ref_shape_model & | pts | ||
) |
Stream output operator for class reference.
Definition at line 173 of file msm_ref_shape_model.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
msm_ref_shape_model & | pts | ||
) |
Binary file stream input operator for class reference.
Definition at line 164 of file msm_ref_shape_model.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const msm_ref_shape_model & | pts | ||
) |
Binary file stream output operator for class reference.
Definition at line 155 of file msm_ref_shape_model.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const msm_ref_shape_model & | pts | ||
) |
Stream output operator for class reference.
Definition at line 182 of file msm_ref_shape_model.cxx.