Replicate

MLModule
genre Subimage
status stable
author Mathias Schlueter
package MeVisLab/Standard
dll MLGeometry1
definition MLGeometry1.def
see also SubImage, ConcatenateImages
keywords Replicate, Clone, Copy, Multiple

Purpose

The module Replicate replicates an image according to the specified number of replicas in each image dimension.

Details

Fractional numbers of replicas lead to a replication of a fraction of the input image.

For example, the replication vector 1.5 1 1 1 1 1 leads to a replication of the first half of the input image in x-direction.

The output page size is equal to the input page size. Arbitrary page sizes are allowed.

Windows

Default Panel

../../../Modules/ML/MLGeometry1/mhelp/Images/Screenshots/Replicate._default.png

Input Fields

input0

name: input0, type: Image

Output Fields

output0

name: output0, type: Image

Parameter Fields

Field Index

C: Float Z: Float
Reset: Trigger  
Status: String  
T: Float  
U: Float  
V: String  
X: Float  
Y: Float  

Visible Fields

V

name: replicationVector, type: String, default: 1 1 1 1 1 1

Sets the replication values as a 6 dimensional vector with floating point entries.

X

name: replicationVectorX, type: Float, default: 1

Sets the number of replications in x-dimension.

Y

name: replicationVectorY, type: Float, default: 1

Sets the number of replications in y-dimension.

Z

name: replicationVectorZ, type: Float, default: 1

Sets the number of replications in z-dimension.

C

name: replicationVectorC, type: Float, default: 1

Sets the number of replications in c-dimension.

T

name: replicationVectorT, type: Float, default: 1

Sets the number of replications in t-dimension.

U

name: replicationVectorU, type: Float, default: 1

Sets the number of replications in u-dimension.

Status

name: status, type: String, default: Ok

Shows the status of this module.

Reset

name: reset, type: Trigger

If pressed, the default replication vector 1 1 1 1 1 1 is set.