Main Page | Files | Data Structures | Functions | Global Variables |
__GpivImage Struct Reference

Piv image header and data. More...

#include <include/gpiv/gpiv-img.h>

Collaboration diagram for __GpivImage:

Data Fields

GpivImageParheader
 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...
 

Detailed Description

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.

Field Documentation

◆ frame1

guint16** __GpivImage::frame1

First image of a double-frame image pair.

Definition at line 196 of file gpiv-img.h.

◆ frame2

guint16** __GpivImage::frame2

Second image of a double-frame image pair.

Definition at line 197 of file gpiv-img.h.

◆ header

GpivImagePar* __GpivImage::header

Image header.

Definition at line 195 of file gpiv-img.h.


The documentation for this struct was generated from the following file:

Generated for libgpiv-0.6.1 by doxygen 1.8.13