#include <gpiv-img.h>
Data Fields | |
guint | depth |
gboolean | depth__set |
guint | ncolumns |
gboolean | ncolumns__set |
guint | nrows |
gboolean | nrows__set |
gboolean | x_corr |
gboolean | x_corr__set |
gfloat | s_scale |
gboolean | s_scale__set |
gfloat | t_scale |
gboolean | t_scale__set |
gfloat | z_off_x |
gboolean | z_off_x__set |
gfloat | z_off_y |
gboolean | z_off_y__set |
gchar | title [GPIV_MAX_CHARS] |
gboolean | title__set |
gchar | creation_date [GPIV_MAX_CHARS] |
gboolean | creation_date__set |
gchar | location [GPIV_MAX_CHARS] |
gboolean | location__set |
gchar | author [GPIV_MAX_CHARS] |
gboolean | author__set |
gchar | software [GPIV_MAX_CHARS] |
gboolean | software__set |
gchar | source [GPIV_MAX_CHARS] |
gboolean | source__set |
gchar | usertext [GPIV_MAX_CHARS] |
gboolean | usertext__set |
gchar | warning [GPIV_MAX_CHARS] |
gboolean | warning__set |
gchar | disclaimer [GPIV_MAX_CHARS] |
gboolean | disclaimer__set |
gchar | comment [GPIV_MAX_CHARS] |
gboolean | comment__set |
gchar | copyright [GPIV_MAX_CHARS] |
gboolean | copyright__set |
gchar | email [GPIV_MAX_CHARS] |
gboolean | email__set |
gchar | url [GPIV_MAX_CHARS] |
gboolean | url__set |
Some of these parameters are required to be resident in the image header. Else, they might be loaded from the configuration resources, with gpiv_scan_resourcefiles() or with gpiv_scan_parameter().
Definition at line 122 of file gpiv-img.h.
guint __GpivImagePar::depth |
Image color depth
Definition at line 123 of file gpiv-img.h.
gboolean __GpivImagePar::depth__set |
flag if depth has been defined
Definition at line 124 of file gpiv-img.h.
guint __GpivImagePar::ncolumns |
Number of image columns
Definition at line 126 of file gpiv-img.h.
gboolean __GpivImagePar::ncolumns__set |
flag if ncolumns has been defined
Definition at line 127 of file gpiv-img.h.
guint __GpivImagePar::nrows |
Number of image rows
Definition at line 129 of file gpiv-img.h.
gboolean __GpivImagePar::nrows__set |
flag if nrows has been defined
Definition at line 130 of file gpiv-img.h.
gboolean __GpivImagePar::x_corr |
cross-correlation image pair
Definition at line 132 of file gpiv-img.h.
gboolean __GpivImagePar::x_corr__set |
flag if x_corr has been defined
Definition at line 133 of file gpiv-img.h.
gfloat __GpivImagePar::s_scale |
spatial scale, used by gpiv_post_scale()
Definition at line 135 of file gpiv-img.h.
gboolean __GpivImagePar::s_scale__set |
flag if s_scale has been defined
Definition at line 136 of file gpiv-img.h.
gfloat __GpivImagePar::t_scale |
time-scale, used by gpiv_post_scale()
Definition at line 138 of file gpiv-img.h.
gboolean __GpivImagePar::t_scale__set |
flag if t_scale has been defined
Definition at line 139 of file gpiv-img.h.
gfloat __GpivImagePar::z_off_x |
zero offset in x (column) direction, used by gpiv_post_scale()
Definition at line 141 of file gpiv-img.h.
gboolean __GpivImagePar::z_off_x__set |
flag if z_off_x has been defined
Definition at line 142 of file gpiv-img.h.
gfloat __GpivImagePar::z_off_y |
zero offset in y (row) direction, used by gpiv_post_scale()
Definition at line 144 of file gpiv-img.h.
gboolean __GpivImagePar::z_off_y__set |
flag if z_off_y has been defined
Definition at line 145 of file gpiv-img.h.
gchar __GpivImagePar::title[GPIV_MAX_CHARS] |
Project name
Definition at line 147 of file gpiv-img.h.
gboolean __GpivImagePar::title__set |
flag if title has been defined
Definition at line 148 of file gpiv-img.h.
gchar __GpivImagePar::creation_date[GPIV_MAX_CHARS] |
Date of origin
Definition at line 150 of file gpiv-img.h.
gboolean __GpivImagePar::creation_date__set |
flag if creation_date has been defined
Definition at line 151 of file gpiv-img.h.
gchar __GpivImagePar::location[GPIV_MAX_CHARS] |
Location of origin
Definition at line 153 of file gpiv-img.h.
gboolean __GpivImagePar::location__set |
flag if location has been defined
Definition at line 154 of file gpiv-img.h.
gchar __GpivImagePar::author[GPIV_MAX_CHARS] |
Author name
Definition at line 156 of file gpiv-img.h.
gboolean __GpivImagePar::author__set |
flag if author has been defined
Definition at line 157 of file gpiv-img.h.
gchar __GpivImagePar::software[GPIV_MAX_CHARS] |
Program that generated the image
Definition at line 159 of file gpiv-img.h.
gboolean __GpivImagePar::software__set |
flag if software has been defined
Definition at line 160 of file gpiv-img.h.
gchar __GpivImagePar::source[GPIV_MAX_CHARS] |
Camera name and type
Definition at line 162 of file gpiv-img.h.
gboolean __GpivImagePar::source__set |
flag if source has been defined
Definition at line 163 of file gpiv-img.h.
gchar __GpivImagePar::usertext[GPIV_MAX_CHARS] |
User comment
Definition at line 165 of file gpiv-img.h.
gboolean __GpivImagePar::usertext__set |
flag if usertext has been defined
Definition at line 166 of file gpiv-img.h.
gchar __GpivImagePar::warning[GPIV_MAX_CHARS] |
Warning message
Definition at line 168 of file gpiv-img.h.
gboolean __GpivImagePar::warning__set |
flag if warning has been defined
Definition at line 169 of file gpiv-img.h.
gchar __GpivImagePar::disclaimer[GPIV_MAX_CHARS] |
Disclaimer or licence text
Definition at line 171 of file gpiv-img.h.
gboolean __GpivImagePar::disclaimer__set |
flag if disclaimer has been defined
Definition at line 172 of file gpiv-img.h.
gchar __GpivImagePar::comment[GPIV_MAX_CHARS] |
Comment from other image formats
Definition at line 174 of file gpiv-img.h.
gboolean __GpivImagePar::comment__set |
flag if comment has been defined
Definition at line 175 of file gpiv-img.h.
gchar __GpivImagePar::copyright[GPIV_MAX_CHARS] |
Copyright text
Definition at line 177 of file gpiv-img.h.
gboolean __GpivImagePar::copyright__set |
flag if copyright has been defined
Definition at line 178 of file gpiv-img.h.
gchar __GpivImagePar::email[GPIV_MAX_CHARS] |
E-mail author
Definition at line 180 of file gpiv-img.h.
gboolean __GpivImagePar::email__set |
flag if email has been defined
Definition at line 181 of file gpiv-img.h.
gchar __GpivImagePar::url[GPIV_MAX_CHARS] |
URL of program, author, image and/or data
Definition at line 183 of file gpiv-img.h.
gboolean __GpivImagePar::url__set |
flag if url has been defined
Definition at line 184 of file gpiv-img.h.