A container to support sorting of samples. More...
#include <strk_tracker.h>
Public Member Functions | |
| strk_correlated_face () | |
| ~strk_correlated_face () | |
| void | set_face (vtol_intensity_face_sptr const &f) |
| void | set_correlation (const float c) |
| vtol_intensity_face_sptr | face () |
| float | correlation () const |
| float | Ix (int i) |
| float | Iy (int i) |
| void | set_Ix (int i, const float Ix) |
| void | set_Iy (int i, const float Iy) |
Private Attributes | |
| float | c_ |
| vtol_intensity_face_sptr | f_ |
| float * | Ix_ |
| float * | Iy_ |
A container to support sorting of samples.
Will result in descending order according to correlation
Definition at line 32 of file strk_tracker.h.
| strk_correlated_face::strk_correlated_face | ( | ) |
Definition at line 16 of file strk_tracker.cxx.
| strk_correlated_face::~strk_correlated_face | ( | ) |
Definition at line 24 of file strk_tracker.cxx.
| float strk_correlated_face::correlation | ( | ) | const [inline] |
Definition at line 39 of file strk_tracker.h.
| vtol_intensity_face_sptr strk_correlated_face::face | ( | ) | [inline] |
Definition at line 38 of file strk_tracker.h.
| float strk_correlated_face::Ix | ( | int | i | ) | [inline] |
Definition at line 40 of file strk_tracker.h.
| float strk_correlated_face::Iy | ( | int | i | ) | [inline] |
Definition at line 41 of file strk_tracker.h.
| void strk_correlated_face::set_correlation | ( | const float | c | ) | [inline] |
Definition at line 37 of file strk_tracker.h.
| void strk_correlated_face::set_face | ( | vtol_intensity_face_sptr const & | f | ) |
Definition at line 30 of file strk_tracker.cxx.
| void strk_correlated_face::set_Ix | ( | int | i, |
| const float | Ix | ||
| ) | [inline] |
Definition at line 42 of file strk_tracker.h.
| void strk_correlated_face::set_Iy | ( | int | i, |
| const float | Iy | ||
| ) | [inline] |
Definition at line 43 of file strk_tracker.h.
float strk_correlated_face::c_ [private] |
Definition at line 45 of file strk_tracker.h.
Definition at line 46 of file strk_tracker.h.
float* strk_correlated_face::Ix_ [private] |
Definition at line 47 of file strk_tracker.h.
float* strk_correlated_face::Iy_ [private] |
Definition at line 48 of file strk_tracker.h.
1.7.5.1