Read 5D vigra::MultiArray from a HDF5 file.
Read data from a HDF5 file into a 5D vigra multiarray. Data with more than 5 dimensions is not supported. Loading a Region-of-interest(ROI) is only supported for Datasets which are 5D.
input slots | |
InputSlot< Roi< int > * > | roi |
roi input to select region to read (optional) | |
output slots | |
OutputSlot< vigra::MultiArray< 5, T > > | out |
The vigra::MultiArray object to be read from a hdf5 file. | |
parameters | |
Parameter< std::string > | filename |
filename to read from | |
Parameter< std::string > | pathInFile |
path to the data within the hdf5 file |
This Module subclasses TemplatedParameteredObject< T >.
For documentation of parameters and slots inherited by this base class,
please have a look at the corresponding Module reference.
This module is templated. There are instances with T=int,float,double.
An additional parameter called templatetype
may be used to select which instantiation you want.
The detailed doxygen documentation beyond the parameters/slots may be found here.