BitImageToML¶
-
MLModule¶ genre BitImageToolsauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLBitImageToolsdefinition MLBitImageTools.def see also MLToBitImage,BitImageLoad,BitImageSave,BitImageArithmetic,TypeComposer,TypeDecomposer,ImagePropertyConvertkeywords convert,binary,bitplane
Purpose¶
The module BitImageToML converts a ml.BitImage connected at the Base input to an ML image at the output connector.
Usage¶
The input is a Base connector that must be a BitImage. All other connected Base objects will lead to an invalidated image output.
Output Fields¶
The module has an ML image output representing the input BitImage; minimum and maximum values as well as the type of the output image are provided by the module’s parameters.
Parameter Fields¶
Visible Fields¶
Out Type¶
-
name:outType, type:Enum, default:unsigned int8¶ Defines the data type of the output image.
Values:
| Title | Name |
|---|---|
| int8 | int8 |
| unsigned int8 | unsigned int8 |
| int16 | int16 |
| unsigned int16 | unsigned int16 |
| int32 | int32 |
| unsigned int32 | unsigned int32 |
| float | float |
| double | double |
| int64 | int64 |
| unsigned int64 | unsigned int64 |
Background Value¶
-
name:backgroundValue, type:Double, default:0¶ Sets the value in output image used for false BitImage voxels.