| genre | Unary |
| status | stable |
| author | Lars Bornemann |
| package | MeVisLab/Standard |
| dll | MLBasicModules |
| definition | mlBasicModules.def |
| see also | SubImage |
| keywords | get, voxel, value, world, coordinate |
The module GetVoxelValue gets the value of an input image to a corresponding world or voxel coordinate.
The value is written into a field, so it can be used in a network.
| Input Coordinate System: Enum | Voxel value is valid: Bool |
| Output String Value: String | |
| Output Value: Double | |
| Position: String | |
| Stored String Value: String | |
| Stored Value: Double | |
| Update: Trigger | |
| Update Mode: Enum |
Sets the position which is interpreted according to Input Coordinate System.
The actual image value at the given position.
Shows the actual image value at the given position as a string.
Shows whether the output fields are valid.
Defines the update mode of this module.
Values:
| Title | Name | Description |
|---|---|---|
| Off | Off | Nothing happens if the input or any field changes. |
| Auto Clear | AutoClear | If any field or the input image changes, the output fields are reset. |
| Auto Update | AutoUpdate | The output fields are computed anew on any field or input image change. |
Shows the medical image value at the given position.
Shows the medical image value at the given position as a string.