#include <gpiv-piv.h>
Data Fields | |
float ** | z |
float | min |
float | max |
long | top_x |
long | top_y |
float | subtop_x |
float | subtop_y |
float | snr |
int | z_rnl |
int | z_rnh |
int | z_rpl |
int | z_rph |
int | z_cnl |
int | z_cnh |
int | z_cpl |
int | z_cph |
int | z_rl |
int | z_rh |
int | z_cl |
int | z_ch |
The structure holds the 2-dimensional covariance data, some variables and other related parameters in order to 'fold' the data in an array.
Definition at line 114 of file gpiv-piv.h.
float** __GpivCovariance::z |
< data structure of covariance data 2-dim array containing covariance data
Definition at line 115 of file gpiv-piv.h.
float __GpivCovariance::min |
minimum covariance value
Definition at line 116 of file gpiv-piv.h.
float __GpivCovariance::max |
maximum covariance value
Definition at line 117 of file gpiv-piv.h.
x-position of maximum at pixel level
Definition at line 119 of file gpiv-piv.h.
y-position of maximum at pixel level
Definition at line 120 of file gpiv-piv.h.
x-position of maximum at sub-pixel level
Definition at line 121 of file gpiv-piv.h.
y-position of maximum at sub-pixel level
Definition at line 122 of file gpiv-piv.h.
float __GpivCovariance::snr |
Signal to Noice defined by quotient of first and second highest peaks
Definition at line 123 of file gpiv-piv.h.
lowest negative row index
Definition at line 126 of file gpiv-piv.h.
highest negative row index
Definition at line 127 of file gpiv-piv.h.
lowest positive row index
Definition at line 128 of file gpiv-piv.h.
highest positive row index
Definition at line 129 of file gpiv-piv.h.
lowest negative column index
Definition at line 131 of file gpiv-piv.h.
highest negative column index
Definition at line 132 of file gpiv-piv.h.
lowest positive column index
Definition at line 133 of file gpiv-piv.h.
highest positive index
Definition at line 134 of file gpiv-piv.h.
general lowest row index
Definition at line 136 of file gpiv-piv.h.
general highest row index
Definition at line 137 of file gpiv-piv.h.
general lowest column index
Definition at line 138 of file gpiv-piv.h.
general highest column index
Definition at line 139 of file gpiv-piv.h.