Piv image header and data. More...
#include <include/gpiv/gpiv-img.h>
Data Fields | |
GpivImagePar * | header |
Image header. More... | |
guint16 ** | frame1 |
First image of a double-frame image pair. More... | |
guint16 ** | frame2 |
Second image of a double-frame image pair. More... | |
Piv image header and data.
Two image frames have been included for double-framed PIV image pairs.
Definition at line 194 of file gpiv-img.h.
guint16** __GpivImage::frame1 |
First image of a double-frame image pair.
Definition at line 196 of file gpiv-img.h.
guint16** __GpivImage::frame2 |
Second image of a double-frame image pair.
Definition at line 197 of file gpiv-img.h.
GpivImagePar* __GpivImage::header |
Image header.
Definition at line 195 of file gpiv-img.h.