Convert a vigra::MultiArray<5, T> to a CImgList-Object.
The data is copied for compatibility reasons. Please note that this conversion is not always possible if the MultiArray is strided or has too many dimensions! Dimensions are mapped the following way: 0->X, 1->Y, 2->Z, 3->V, 4->ListIndex.
input slots | |
InputSlot< vigra::MultiArray< 5, T > > | in |
The vigra::MultiArray object to be converted. | |
output slots | |
OutputSlot< CImgList< T > > | out |
The same image but with a CImgList<T> data structure around it. | |
parameters |
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.