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

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

◆ author

gchar __GpivImagePar::author[GPIV_MAX_CHARS]

Author name.

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

◆ author__set

gboolean __GpivImagePar::author__set

flag if author has been defined

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

◆ comment

gchar __GpivImagePar::comment[GPIV_MAX_CHARS]

Comment from other image formats.

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

◆ comment__set

gboolean __GpivImagePar::comment__set

flag if comment has been defined

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

◆ copyright

gchar __GpivImagePar::copyright[GPIV_MAX_CHARS]

Copyright text.

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

◆ copyright__set

gboolean __GpivImagePar::copyright__set

flag if copyright has been defined

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

◆ creation_date

gchar __GpivImagePar::creation_date[GPIV_MAX_CHARS]

Date of origin.

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

◆ creation_date__set

gboolean __GpivImagePar::creation_date__set

flag if creation_date has been defined

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

◆ depth

guint __GpivImagePar::depth

Image color depth.

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

◆ depth__set

gboolean __GpivImagePar::depth__set

flag if depth has been defined

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

◆ disclaimer

gchar __GpivImagePar::disclaimer[GPIV_MAX_CHARS]

Disclaimer or licence text.

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

◆ disclaimer__set

gboolean __GpivImagePar::disclaimer__set

flag if disclaimer has been defined

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

◆ email

gchar __GpivImagePar::email[GPIV_MAX_CHARS]

E-mail author.

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

◆ email__set

gboolean __GpivImagePar::email__set

flag if email has been defined

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

◆ location

gchar __GpivImagePar::location[GPIV_MAX_CHARS]

Location of origin.

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

◆ location__set

gboolean __GpivImagePar::location__set

flag if location has been defined

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

◆ ncolumns

guint __GpivImagePar::ncolumns

Number of image columns.

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

◆ ncolumns__set

gboolean __GpivImagePar::ncolumns__set

flag if ncolumns has been defined

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

◆ nrows

guint __GpivImagePar::nrows

Number of image rows.

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

◆ nrows__set

gboolean __GpivImagePar::nrows__set

flag if nrows has been defined

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

◆ s_scale

gfloat __GpivImagePar::s_scale

spatial scale, used by gpiv_post_scale()

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

◆ s_scale__set

gboolean __GpivImagePar::s_scale__set

flag if s_scale has been defined

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

◆ software

gchar __GpivImagePar::software[GPIV_MAX_CHARS]

Program that generated the image.

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

◆ software__set

gboolean __GpivImagePar::software__set

flag if software has been defined

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

◆ source

gchar __GpivImagePar::source[GPIV_MAX_CHARS]

Camera name and type.

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

◆ source__set

gboolean __GpivImagePar::source__set

flag if source has been defined

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

◆ t_scale

gfloat __GpivImagePar::t_scale

time-scale, used by gpiv_post_scale()

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

◆ t_scale__set

gboolean __GpivImagePar::t_scale__set

flag if t_scale has been defined

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

◆ title

gchar __GpivImagePar::title[GPIV_MAX_CHARS]

Project name.

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

◆ title__set

gboolean __GpivImagePar::title__set

flag if title has been defined

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

◆ url

gchar __GpivImagePar::url[GPIV_MAX_CHARS]

URL of program, author, image and/or data.

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

◆ url__set

gboolean __GpivImagePar::url__set

flag if url has been defined

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

◆ usertext

gchar __GpivImagePar::usertext[GPIV_MAX_CHARS]

User comment.

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

◆ usertext__set

gboolean __GpivImagePar::usertext__set

flag if usertext has been defined

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

◆ warning

gchar __GpivImagePar::warning[GPIV_MAX_CHARS]

Warning message.

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

◆ warning__set

gboolean __GpivImagePar::warning__set

flag if warning has been defined

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

◆ x_corr

gboolean __GpivImagePar::x_corr

cross-correlation image pair

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

◆ x_corr__set

gboolean __GpivImagePar::x_corr__set

flag if x_corr has been defined

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

◆ z_off_x

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.

◆ z_off_x__set

gboolean __GpivImagePar::z_off_x__set

flag if z_off_x has been defined

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

◆ z_off_y

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.

◆ z_off_y__set

gboolean __GpivImagePar::z_off_y__set

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 for libgpiv-0.6.1 by doxygen 1.8.13