#include <cgh_wrapper.h>
Inheritance diagram for mimas::cgh_wrapper:


Public Types | |
| typedef boost::numeric::ublas::vector< double > | Vector |
Public Member Functions | |
| cgh_wrapper () | |
Public Attributes | |
| Vector | position |
| position of the corner/poi | |
| double | contrast |
| measured contrast (from curve-fitting input image) | |
| cgh_ptr | cgh |
| pointer to the associated cgh | |
| double | match_score |
| when compared to another cgh, best score acheived | |
| cgh_wrapper_ptr | best_match |
| ptr to the winning other cgh | |
| long | best_match_num |
| index of the other cgh. used when database of images used | |
of which image the cgh was extracted from and where it was centered. vars are public because this is just a simple struct-like package really.
Definition at line 24 of file cgh_wrapper.h.
| typedef boost::numeric::ublas::vector< double > mimas::cgh_wrapper::Vector |
Definition at line 28 of file cgh_wrapper.h.
| mimas::cgh_wrapper::cgh_wrapper | ( | ) | [inline] |
when compared to another cgh, best score acheived
Definition at line 34 of file cgh_wrapper.h.
Referenced by cgh_wrapper().
index of the other cgh. used when database of images used
Definition at line 36 of file cgh_wrapper.h.
Referenced by cgh_wrapper().