Main Page | Files | Data Structures | Functions | Global Variables |

__GpivImageProcPar Struct Reference

Image processing parameters. More...

#include <gpiv-imgproc.h>


Data Fields

guint bit
gboolean bit__set
guint first_dir
gboolean first_dir__set
guint last_dir
gboolean last_dir__set
gboolean dir_prefix
gboolean dir_prefix__set
guint first_file
gboolean first_file__set
guint last_file
gboolean last_file__set
gboolean file_prefix
gboolean file_prefix__set
enum GpivImgFilter filter
gboolean filter__set
enum GpivImgSmoothOperator smooth_operator
gboolean smooth_operator__set
guint window
gboolean window__set
guint threshold
gboolean threshold__set


Detailed Description

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. Some parameters might also be used for general purposes, (like first/last_file/dir) but have currently only been implemented for image processing. The parameters might be loaded from the configuration resources, with gpiv_scan_resourcefiles() or with gpiv_scan_parameter().

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


Field Documentation

guint __GpivImageProcPar::bit

bit number

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

gboolean __GpivImageProcPar::bit__set

flag if has bit been defined

Definition at line 119 of file gpiv-imgproc.h.

guint __GpivImageProcPar::first_dir

First numbered directory to be scanned

Definition at line 121 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::first_dir__set

flag if first_dir has been defined

Definition at line 122 of file gpiv-imgproc.h.

guint __GpivImageProcPar::last_dir

Last numbered directory to be scanned

Definition at line 124 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::last_dir__set

flag if last_dir has been defined

Definition at line 125 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::dir_prefix

Use a prefix before the directory basename

Definition at line 127 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::dir_prefix__set

flag if dir_prefix has been defined

Definition at line 128 of file gpiv-imgproc.h.

guint __GpivImageProcPar::first_file

First numbered file to be scanned

Definition at line 130 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::first_file__set

flag if first_file has been defined

Definition at line 131 of file gpiv-imgproc.h.

guint __GpivImageProcPar::last_file

Last numbered file to be scanned

Definition at line 133 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::last_file__set

flag if last_file has been defined

Definition at line 134 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::file_prefix

Use a prefix before the file basename

Definition at line 136 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::file_prefix__set

flag if file_prefix has been defined

Definition at line 137 of file gpiv-imgproc.h.

enum GpivImgFilter __GpivImageProcPar::filter

Filter type

Definition at line 139 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::filter__set

flag if filter has been defined

Definition at line 140 of file gpiv-imgproc.h.

enum GpivImgSmoothOperator __GpivImageProcPar::smooth_operator

Type of sooting operaor

Definition at line 142 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::smooth_operator__set

flag smooth_operator if has been defined

Definition at line 143 of file gpiv-imgproc.h.

guint __GpivImageProcPar::window

geographic window in pixels

Definition at line 145 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::window__set

flag if window has been defined

Definition at line 146 of file gpiv-imgproc.h.

guint __GpivImageProcPar::threshold

minimum or maximum (intensity) value

Definition at line 148 of file gpiv-imgproc.h.

gboolean __GpivImageProcPar::threshold__set

flag if threshold has been defined

Definition at line 149 of file gpiv-imgproc.h.


The documentation for this struct was generated from the following file:
Generated on Tue Nov 20 19:46:20 2007 for Libgpiv by doxygen 1.5.1