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

Piv validation parameters. More...

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

Data Fields

gfloat data_yield
 data yield ( from particle image concentration, out-of plane flow, velocity gradient within interrogation area. More...
 
gfloat residu_max
 maximum residu value More...
 
guint neighbors
 number of neighbouring estimators More...
 
enum ResiduType residu_type
 use residu type More...
 
enum SubstitutionType subst_type
 use substitution type More...
 
gint histo_type
 use histogram type More...
 
gboolean data_yield__set
 flag if data_yield has been defined More...
 
gboolean residu_max__set
 flag if residu_max has been defined More...
 
gboolean neighbors__set
 flag if neighbors has been defined More...
 
gboolean residu_type__set
 flag if residu_type has been defined More...
 
gboolean subst_type__set
 flag if subst_type has been defined More...
 
gboolean histo_type__set
 flag if histo_type has been defined More...
 

Detailed Description

Piv validation parameters.

The parameters might be loaded from the configuration resources, with gpiv_scan_resourcefiles() or with gpiv_scan_parameter().

Definition at line 103 of file gpiv-valid_par.h.

Field Documentation

◆ data_yield

gfloat __GpivValidPar::data_yield

data yield ( from particle image concentration, out-of plane flow, velocity gradient within interrogation area.

ref: Keane and Adrian 1992)

Definition at line 104 of file gpiv-valid_par.h.

◆ data_yield__set

gboolean __GpivValidPar::data_yield__set

flag if data_yield has been defined

Definition at line 113 of file gpiv-valid_par.h.

◆ histo_type

gint __GpivValidPar::histo_type

use histogram type

Definition at line 111 of file gpiv-valid_par.h.

◆ histo_type__set

gboolean __GpivValidPar::histo_type__set

flag if histo_type has been defined

Definition at line 118 of file gpiv-valid_par.h.

◆ neighbors

guint __GpivValidPar::neighbors

number of neighbouring estimators

Definition at line 108 of file gpiv-valid_par.h.

◆ neighbors__set

gboolean __GpivValidPar::neighbors__set

flag if neighbors has been defined

Definition at line 115 of file gpiv-valid_par.h.

◆ residu_max

gfloat __GpivValidPar::residu_max

maximum residu value

Definition at line 107 of file gpiv-valid_par.h.

◆ residu_max__set

gboolean __GpivValidPar::residu_max__set

flag if residu_max has been defined

Definition at line 114 of file gpiv-valid_par.h.

◆ residu_type

enum ResiduType __GpivValidPar::residu_type

use residu type

Definition at line 109 of file gpiv-valid_par.h.

◆ residu_type__set

gboolean __GpivValidPar::residu_type__set

flag if residu_type has been defined

Definition at line 116 of file gpiv-valid_par.h.

◆ subst_type

enum SubstitutionType __GpivValidPar::subst_type

use substitution type

Definition at line 110 of file gpiv-valid_par.h.

◆ subst_type__set

gboolean __GpivValidPar::subst_type__set

flag if subst_type has been defined

Definition at line 117 of file gpiv-valid_par.h.


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

Generated for libgpiv-0.6.1 by doxygen 1.8.13