Image processing parameters. More...
#include <include/gpiv/gpiv-imgproc.h>
Data Fields | |
guint | bit |
bit number More... | |
gboolean | bit__set |
flag if has bit been defined More... | |
enum GpivImgFilter | filter |
Filter type. More... | |
gboolean | filter__set |
flag if filter has been defined More... | |
enum GpivImgSmoothOperator | smooth_operator |
Type of sooting operaor. More... | |
gboolean | smooth_operator__set |
flag smooth_operator if has been defined More... | |
guint | window |
geographic window in pixels More... | |
gboolean | window__set |
flag if window has been defined More... | |
guint | threshold |
minimum or maximum (intensity) value More... | |
gboolean | threshold__set |
flag if threshold has been defined More... | |
Image processing parameters.
Though there are many and excellent (free) image processing programs available, some image processes have been included in this library that are more specific for PIV purposes and cannot be found in general image processing programs. The parameters might be loaded from the configuration resources, with gpiv_scan_resourcefiles() or with gpiv_scan_parameter().
Definition at line 116 of file gpiv-imgproc.h.
guint __GpivImageProcPar::bit |
bit number
Definition at line 117 of file gpiv-imgproc.h.
gboolean __GpivImageProcPar::bit__set |
flag if has bit been defined
Definition at line 118 of file gpiv-imgproc.h.
enum GpivImgFilter __GpivImageProcPar::filter |
Filter type.
Definition at line 120 of file gpiv-imgproc.h.
gboolean __GpivImageProcPar::filter__set |
flag if filter has been defined
Definition at line 121 of file gpiv-imgproc.h.
enum GpivImgSmoothOperator __GpivImageProcPar::smooth_operator |
Type of sooting operaor.
Definition at line 123 of file gpiv-imgproc.h.
gboolean __GpivImageProcPar::smooth_operator__set |
flag smooth_operator if has been defined
Definition at line 124 of file gpiv-imgproc.h.
guint __GpivImageProcPar::threshold |
minimum or maximum (intensity) value
Definition at line 129 of file gpiv-imgproc.h.
gboolean __GpivImageProcPar::threshold__set |
flag if threshold has been defined
Definition at line 130 of file gpiv-imgproc.h.
guint __GpivImageProcPar::window |
geographic window in pixels
Definition at line 126 of file gpiv-imgproc.h.
gboolean __GpivImageProcPar::window__set |
flag if window has been defined
Definition at line 127 of file gpiv-imgproc.h.