[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
|   | Import of Images from Andor Cameras |  | 
| Classes | |
| class | SIFImportInfo | 
| Extracts image properties from an Andor SIF file header.  More... | |
| Functions | |
| std::ostream & | operator<< (std::ostream &os, const SIFImportInfo &info) | 
| void | readSIF (const SIFImportInfo &info, MultiArrayView< 3, float > array) | 
| Read the image data specified by the given vigra::SIFImportInfo object and write them into the given 'array'.  More... | |
| void | readSIFBlock (const SIFImportInfo &info, Shape3 offset, Shape3 shape, MultiArrayView< 3, float > array) | 
| Read parts of the image data from an Andor SIF file specified with an SIFImportInfo object and write them into the MultiArray array.  More... | |
Read an Andor SIF file into a MultiArrayView.
| void vigra::readSIF | ( | const SIFImportInfo & | info, | 
| MultiArrayView< 3, float > | array | ||
| ) | 
Read the image data specified by the given vigra::SIFImportInfo object and write them into the given 'array'.
The array must have the correct number of dimensions and shape for the dataset represented by 'info'.
Declaration:
Usage:
#include <vigra/sifImport.hxx>
 Namespace: vigra
| void vigra::readSIFBlock | ( | const SIFImportInfo & | info, | 
| Shape3 | offset, | ||
| Shape3 | shape, | ||
| MultiArrayView< 3, float > | array | ||
| ) | 
Read parts of the image data from an Andor SIF file specified with an SIFImportInfo object and write them into the MultiArray array.
| std::ostream& vigra::operator<< | ( | std::ostream & | os, | 
| const SIFImportInfo & | info | ||
| ) | 
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
 |