Round¶
-
MLModule
¶ genre Image
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLBasicModules
definition mlBasicModules.def keywords Ceil
,Floor
,Truncate
Purpose¶
The module Round
converts a float image to an int 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 int. |