| genre | BitImageTools |
| status | stable |
| author | Wolf Spindler |
| package | MeVisLab/Standard |
| dll | MLBitImageTools |
| definition | MLBitImageTools.def |
| see also | BitImageLoad, BitImageSave, BitImageToML, BitImageArithmetic, TypeDecomposer, TypeComposer, ImagePropertyConvert |
| keywords | load, save, io, bit, binary, bitplane |
The module MLToBitImage converts an ML input image to a ml::BitImage object which is provided at the Base output connector. The conversion from the non binary input data is done by applying a threshold interval to determine which voxels shall become true and which ones false in the output BitImage.
Connect an ML input image and set an interval which specifies the value range to be converted to true output values and which ones to false. If necessary, press Update to get the conversion result at the output.
| Apply Mode: Enum |
| Int Max: Double |
| Int Min: Double |
| Src Box Mode: Enum |
| Src Box Origin: String |
| Status: String |
| Update: Trigger |
| Update Mode: Enum |
Sets the minimum (incl.) limit of the interval which defines true bit image values.
Sets the maximum (excl.) limit of the interval which defines true bit image values.
Defines how the source box is to be set in the created BitImage.
Values:
| Title | Name | Description |
|---|---|---|
| Auto | Auto | Uses the source box of the connected ML image as box. |
| Empty | Empty | Always sets an empty source box. |
| User | User | Set source box given by Src Box Origin and extent of the created BitImage. |
Shows the origin of the source box of the created BitImage if Src Box Mode is set to User.
Defines what to do on input changes.
Values:
| Title | Name | Description |
|---|---|---|
| Off | Off | Any change of the input image is ignored, the output image is left unchanged. This can be considered a caching mode. |
| Auto Update | AutoUpdate | On each change of the input image the output image is immediately updated. |
| Auto Clear | AutoClear | The output image is invalidated on any input change. The user needs to press Update to update the output when needed. |
Defines what to do on parameter changes.
Values:
| Title | Name | Description |
|---|---|---|
| Off | Off | Any parameter change is ignored, the output image is left unchanged. This can be considered a caching mode. |
| Auto Apply | AutoApply | On each change of any relevant parameter the output image is immediately updated. |
| Auto Clear | AutoClear | The output image is invalidated on any change of any relevant parameter. The user needs to press Update to update the output when needed. |