| genre | Binary |
| status | stable |
| authors | Mathias Schlueter, Horst Hahn |
| package | MeVisLab/Standard |
| dll | MLGeometry1 |
| definition | MLGeometry1.def |
| see also | SubImage, Replicate |
| keywords | concatenation, copy, merge, combine |
The module ConcatenateImages concatenates two images in in an arbitrarily selectable dimension.
Alternatively, an offset vector can be specified which defines the position of the second image relative to position of the first images inside the output image.
Voxels in the output image which are not covered by any of the two concatenated input images are filled with zero.
If the two input images are overlapping, the values of the second input image are taken for the output image. This only can happen, if the Dimension is set to offset.
It is possible to use negative components for the offset vector.
The minimum (maximum) value of the output image is set to the minimum (maximum) of the two input minimum (maximum) values.
If data types of the two input images are different, the datatype of the output image includes the range of the output image and has a precision of at least the input datatype with highest precision. Otherwise no concatenation is performed.