Structure containing foot pressure sensor data. More...
#include <foot-pressure.h>
Data Fields | |
int | num_rows |
Number of rows of sensels. | |
int | num_cols |
Number of columns of sensels. | |
double | row_space |
Spacing between two rows. | |
double | col_space |
Spacing between two cols. | |
double | sensel_area |
double | noise_thresh |
Noise threshold. | |
double | sec_per_frame |
Seconds per frame. | |
struct tm | readtime |
Timestamp when reading was taken. | |
double | sat_press |
Saturation pressure. | |
int | start_frame |
int | end_frame |
int | tot_frames |
Total number of frames. | |
string | units |
Units of measured data. | |
vector< vector< vector< double > > > | mdata |
Measured data for all frames. | |
vector< vector< double > > | cof_data |
Location of Center of Force for each frame. | |
vector< vector< double > > | for_data |
Total Force measured for each frame. | |
vector< vector< double > > | pres_data |
Contact pressure measured for each frame. | |
string | origfile |
Structure containing foot pressure sensor data.
vector< vector<double> > foot_sens::cof_data |
Location of Center of Force for each frame.
Referenced by read_foot_press_cof().
double foot_sens::col_space |
Spacing between two cols.
Referenced by read_foot_press_head().
Referenced by read_foot_press_head().
vector< vector<double> > foot_sens::for_data |
Total Force measured for each frame.
Referenced by read_foot_forces().
vector< vector< vector<double> > > foot_sens::mdata |
Measured data for all frames.
Referenced by read_foot_pres_movie().
double foot_sens::noise_thresh |
Noise threshold.
Referenced by read_foot_press_head().
Number of columns of sensels.
Referenced by read_foot_pres_movie(), and read_foot_press_head().
Number of rows of sensels.
Referenced by read_foot_pres_movie(), and read_foot_press_head().
string foot_sens::origfile |
Referenced by read_foot_press_head().
vector< vector<double> > foot_sens::pres_data |
Contact pressure measured for each frame.
Referenced by read_foot_pressures().
struct tm foot_sens::readtime |
Timestamp when reading was taken.
Referenced by read_foot_press_head().
double foot_sens::row_space |
Spacing between two rows.
Referenced by read_foot_press_head().
double foot_sens::sat_press |
Saturation pressure.
Referenced by read_foot_press_head().
double foot_sens::sec_per_frame |
Seconds per frame.
Referenced by read_foot_press_head().
double foot_sens::sensel_area |
Referenced by read_foot_press_head().
Referenced by read_foot_press_head().
Total number of frames.
Referenced by read_foot_forces(), read_foot_pres_movie(), read_foot_press_cof(), read_foot_press_head(), and read_foot_pressures().
string foot_sens::units |
Units of measured data.
Referenced by read_foot_press_head().