BitImageToML¶
-
MLModule
¶ genre BitImageTools
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLBitImageTools
definition MLBitImageTools.def see also MLToBitImage
,BitImageLoad
,BitImageSave
,BitImageArithmetic
,TypeComposer
,TypeDecomposer
,ImagePropertyConvert
keywords 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 which 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 given by the module 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.