[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
Extracts image properties from an Andor SIF file header. More...
#include <vigra/sifImport.hxx>
Public Member Functions | |
const char * | getFileName () const |
const ptrdiff_t | getOffset () const |
const int | height () const |
SIFImportInfo (const char *filename) | |
const int | stacksize () const |
const int | width () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SIFImportInfo &info) |
Extracts image properties from an Andor SIF file header.
See readSIF() for a usage example. This object must be used to read the image header of an Andor SIF file and enquire its properties.
#include <vigra/hdf5impex.hxx>
Namespace: vigra
SIFImportInfo | ( | const char * | filename | ) |
Construct SIFImportInfo object.
The header of the Andor SIF file \a filename is accessed to read the image properties.
const int width | ( | ) | const |
Get the width in pixels.
const int height | ( | ) | const |
Get the height in pixels.
const int stacksize | ( | ) | const |
Get the stacksize, that is the number of images contained in the dataset.
const ptrdiff_t getOffset | ( | ) | const |
Get the offset to the beginning of the actual data. Everything before this point belongs to the variable lenght header.
const char* getFileName | ( | ) | const |
Get the filename of this SIF object.
|
friend |
Output all information such as shutter, Temperature etc. as human readable output.
Usage:
#include <vigra/sifImport.hxx>
Namespace: vigra
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|