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.
Parameter Fields¶
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.