Round¶
-
MLModule¶ genre Imageauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLBasicModulesdefinition mlBasicModules.def keywords Ceil,Floor,Truncate
Purpose¶
The module Round converts a float image to an integer image using Round, Floor, or Ceil.
Parameter Fields¶
Visible Fields¶
Round Mode¶
-
name:roundMode, type:Enum, default:Round¶ Defines the conversion mode.
Values:
| Title | Name | Description |
|---|---|---|
| Round | Round | Applies a round() to all values. |
| Ceil | Ceil | Applies a ceil() to all values. |
| Floor | Floor | Applies a floor() to all values. |
| Truncate | Truncate | Just casts the input float values to integer. |