PageToImageExtent

MLModule
genre ITKTools
author Wolf Spindler
package FMEwork/ReleaseMeVis
dll MLITKManualBinding
definition MLITKManualBinding.def
see also SetPageExtent, ImagePropertyConvert, Info
keywords page, image, extent, size, global

Purpose

This module by default sets the page extent of an image to the extent of the input image. This is for example useful to test whether a module behaves identically for global and page based image processing. Note that inappropriate page extents - especially if page extent are set to the image extent - can cause significant negative side effects in MeVisLab image processing. Use this module with care.

Windows

Default Panel

../../../Modules/ML/MLITKManualBinding/mhelp/Images/Screenshots/PageToImageExtent._default.png

Parameter Fields

Field Index

Set C: Bool
Set T: Bool
Set U: Bool
Set X: Bool
Set Y: Bool
Set Z: Bool

Visible Fields

Set X

name: setX, type: Bool, default: TRUE

If enabled then the x-page extent is set to the x-image extent.

Set Y

name: setY, type: Bool, default: TRUE

If enabled then the y-page extent is set to the y-image extent.

Set Z

name: setZ, type: Bool, default: TRUE

If enabled then the z-page extent is set to the z-image extent.

Set C

name: setC, type: Bool, default: TRUE

If enabled then the c-page extent is set to the c-image extent.

Set T

name: setT, type: Bool, default: TRUE

If enabled then the t-page extent is set to the t-image extent.

Set U

name: setU, type: Bool, default: TRUE

If enabled then the u-page extent is set to the u-image extent.