Defines pose and shape (box/ellipse etc) of a region. More...
Go to the source code of this file.
Classes | |
| struct | mfpf_region_form |
| Defines pose and shape (box/ellipse etc) of a region. More... | |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mfpf_region_form &p) |
| void | vsl_b_write (vsl_b_ostream &bfs, const mfpf_region_form &p) |
| void | vsl_b_read (vsl_b_istream &bfs, mfpf_region_form &p) |
| void | vsl_b_write (vsl_b_ostream &bfs, const vcl_vector< mfpf_region_form > &p) |
| Write vector of region forms to stream. | |
| void | vsl_b_read (vsl_b_istream &bfs, vcl_vector< mfpf_region_form > &p) |
| Read in vector of feature points from stream. | |
Defines pose and shape (box/ellipse etc) of a region.
Definition in file mfpf_region_form.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const mfpf_region_form & | p | ||
| ) | [inline] |
Definition at line 63 of file mfpf_region_form.h.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mfpf_region_form & | p | ||
| ) | [inline] |
Definition at line 81 of file mfpf_region_form.h.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| vcl_vector< mfpf_region_form > & | p | ||
| ) | [inline] |
Read in vector of feature points from stream.
Definition at line 111 of file mfpf_region_form.h.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mfpf_region_form & | p | ||
| ) | [inline] |
Definition at line 71 of file mfpf_region_form.h.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const vcl_vector< mfpf_region_form > & | p | ||
| ) | [inline] |
Write vector of region forms to stream.
Definition at line 101 of file mfpf_region_form.h.
1.7.5.1