Module: Merge Mosaic ()
The module takes a Mosaic containing bricks of overlapping image data and converts them to one HxScalarField3 object. The bricks data have to be a HxScalarField3 type.
Data [required]
The Mosaic object containing the references to the blocks of image data stored on disk.
Info
Gives the information if valid mosaic is connected to this module.
Sampling
Interpolation
Interpolation method to be used during sampling of the bricks.Standard is trilinear interpolation.
NearestNeighbor can be useful if you're working with labels.
Lanczos uses a kernel of width 6 to improve the interpolation. The result will be much better but sampling takes much longer.Options
For seamless transitions between bricks, select blend.
Dimension Options
Automatic
Select automatic to use the same voxel size as in input images.
Mode
This port is only visible if automatic is not selected. It allows you to switch between specifying dimensions or the voxelsize of the result.Dimensions
The dimensions of the resulting image. To modify them, automatic must be deselected.Voxel Size
The voxel size of the result. You might either specify the dims or the voxel size.
Border
Border
Switch ON this port to extend the result by some amount to guarantee voxels with value 0 at the boundaries. You can specify the border in port SizeSize
Specifies the size of the border to be added on each side of the mosaic. The port is hidden if border is not selected.
OutputOptions
Create Objects
Click Apply to start the computation.
- data: The module creates data which is result of the interpolation of the data bricks stored in Mosaic object.
- mask: The module creates mask object which values are 0 or 1 as the result of the interpolation of the data bricks stored in Mosaic object.