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

__GpivImagePar Struct Reference

Image parameters or header info. More...

#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

Detailed Description

Image parameters or header info.

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.


Field Documentation

gchar __GpivImagePar::author[GPIV_MAX_CHARS]

Author name.

Definition at line 156 of file gpiv-img.h.

flag if author has been defined

Definition at line 157 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.

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.

flag if copyright has been defined

Definition at line 178 of file gpiv-img.h.

gchar __GpivImagePar::creation_date[GPIV_MAX_CHARS]

Date of origin.

Definition at line 150 of file gpiv-img.h.

flag if creation_date has been defined

Definition at line 151 of file gpiv-img.h.

Image color depth.

Definition at line 123 of file gpiv-img.h.

flag if depth has been defined

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

gchar __GpivImagePar::disclaimer[GPIV_MAX_CHARS]

Disclaimer or licence text.

Definition at line 171 of file gpiv-img.h.

flag if disclaimer has been defined

Definition at line 172 of file gpiv-img.h.

gchar __GpivImagePar::email[GPIV_MAX_CHARS]

E-mail author.

Definition at line 180 of file gpiv-img.h.

flag if email has been defined

Definition at line 181 of file gpiv-img.h.

gchar __GpivImagePar::location[GPIV_MAX_CHARS]

Location of origin.

Definition at line 153 of file gpiv-img.h.

flag if location has been defined

Definition at line 154 of file gpiv-img.h.

Number of image columns.

Definition at line 126 of file gpiv-img.h.

flag if ncolumns has been defined

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

Number of image rows.

Definition at line 129 of file gpiv-img.h.

flag if nrows has been defined

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

spatial scale, used by gpiv_post_scale()

Definition at line 135 of file gpiv-img.h.

flag if s_scale has been defined

Definition at line 136 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.

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.

flag if source has been defined

Definition at line 163 of file gpiv-img.h.

time-scale, used by gpiv_post_scale()

Definition at line 138 of file gpiv-img.h.

flag if t_scale has been defined

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

gchar __GpivImagePar::title[GPIV_MAX_CHARS]

Project name.

Definition at line 147 of file gpiv-img.h.

flag if title has been defined

Definition at line 148 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.

flag if url has been defined

Definition at line 184 of file gpiv-img.h.

gchar __GpivImagePar::usertext[GPIV_MAX_CHARS]

User comment.

Definition at line 165 of file gpiv-img.h.

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.

flag if warning has been defined

Definition at line 169 of file gpiv-img.h.

cross-correlation image pair

Definition at line 132 of file gpiv-img.h.

flag if x_corr has been defined

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

zero offset in x (column) direction, used by gpiv_post_scale()

Definition at line 141 of file gpiv-img.h.

flag if z_off_x has been defined

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

zero offset in y (row) direction, used by gpiv_post_scale()

Definition at line 144 of file gpiv-img.h.

flag if z_off_y has been defined

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


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

Generated on Sun Oct 11 09:28:51 2009 for libgpiv-0.6.1 by doxygen 1.6.1