#include <include/gpiv/gpiv-img.h>
Data Fields | |
guint | depth |
Image color depth. | |
gboolean | depth__set |
flag if depth has been defined | |
guint | ncolumns |
Number of image columns. | |
gboolean | ncolumns__set |
flag if ncolumns has been defined | |
guint | nrows |
Number of image rows. | |
gboolean | nrows__set |
flag if nrows has been defined | |
gboolean | x_corr |
cross-correlation image pair | |
gboolean | x_corr__set |
flag if x_corr has been defined | |
gfloat | s_scale |
spatial scale, used by gpiv_post_scale() | |
gboolean | s_scale__set |
flag if s_scale has been defined | |
gfloat | t_scale |
time-scale, used by gpiv_post_scale() | |
gboolean | t_scale__set |
flag if t_scale has been defined | |
gfloat | z_off_x |
zero offset in x (column) direction, used by gpiv_post_scale() | |
gboolean | z_off_x__set |
flag if z_off_x has been defined | |
gfloat | z_off_y |
zero offset in y (row) direction, used by gpiv_post_scale() | |
gboolean | z_off_y__set |
flag if z_off_y has been defined | |
gchar | title [GPIV_MAX_CHARS] |
Project name. | |
gboolean | title__set |
flag if title has been defined | |
gchar | creation_date [GPIV_MAX_CHARS] |
Date of origin. | |
gboolean | creation_date__set |
flag if creation_date has been defined | |
gchar | location [GPIV_MAX_CHARS] |
Location of origin. | |
gboolean | location__set |
flag if location has been defined | |
gchar | author [GPIV_MAX_CHARS] |
Author name. | |
gboolean | author__set |
flag if author has been defined | |
gchar | software [GPIV_MAX_CHARS] |
Program that generated the image. | |
gboolean | software__set |
flag if software has been defined | |
gchar | source [GPIV_MAX_CHARS] |
Camera name and type. | |
gboolean | source__set |
flag if source has been defined | |
gchar | usertext [GPIV_MAX_CHARS] |
User comment. | |
gboolean | usertext__set |
flag if usertext has been defined | |
gchar | warning [GPIV_MAX_CHARS] |
Warning message. | |
gboolean | warning__set |
flag if warning has been defined | |
gchar | disclaimer [GPIV_MAX_CHARS] |
Disclaimer or licence text. | |
gboolean | disclaimer__set |
flag if disclaimer has been defined | |
gchar | comment [GPIV_MAX_CHARS] |
Comment from other image formats. | |
gboolean | comment__set |
flag if comment has been defined | |
gchar | copyright [GPIV_MAX_CHARS] |
Copyright text. | |
gboolean | copyright__set |
flag if copyright has been defined | |
gchar | email [GPIV_MAX_CHARS] |
E-mail author. | |
gboolean | email__set |
flag if email has been defined | |
gchar | url [GPIV_MAX_CHARS] |
URL of program, author, image and/or data. | |
gboolean | url__set |
flag if url has been defined |
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.
gchar __GpivImagePar::author[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::author__set |
gchar __GpivImagePar::comment[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::comment__set |
gchar __GpivImagePar::copyright[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::copyright__set |
gchar __GpivImagePar::creation_date[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::creation_date__set |
guint __GpivImagePar::depth |
gboolean __GpivImagePar::depth__set |
gchar __GpivImagePar::disclaimer[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::disclaimer__set |
gchar __GpivImagePar::email[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::email__set |
gchar __GpivImagePar::location[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::location__set |
guint __GpivImagePar::ncolumns |
gboolean __GpivImagePar::ncolumns__set |
guint __GpivImagePar::nrows |
gboolean __GpivImagePar::nrows__set |
gfloat __GpivImagePar::s_scale |
gboolean __GpivImagePar::s_scale__set |
gchar __GpivImagePar::software[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::software__set |
gchar __GpivImagePar::source[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::source__set |
gfloat __GpivImagePar::t_scale |
gboolean __GpivImagePar::t_scale__set |
gchar __GpivImagePar::title[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::title__set |
gchar __GpivImagePar::url[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::url__set |
gchar __GpivImagePar::usertext[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::usertext__set |
gchar __GpivImagePar::warning[GPIV_MAX_CHARS] |
gboolean __GpivImagePar::warning__set |
gboolean __GpivImagePar::x_corr |
gboolean __GpivImagePar::x_corr__set |
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 |
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 |