| genre | Histogram |
| status | work-in-progress |
| authors | Jan Rexilius, Andreas Tappenbeck |
| package | MeVisLab/Standard |
| dll | MLJointHist |
| definition | MLJointHist.def |
| keywords | joint, histogram, 2D |
The module JointHistogram generates a 2D histogram and the associated 1D histograms from two input images.
For an example we use simulated T1- and T2-weighted MR images. The images were obtained from the BrainWeb MR simulator.
T1-weighted image:
T2-weighted image:
Resulting 2D histogram:
| &Apply: Trigger | Minimum (minImgY): Float | Status: String |
| Auto: Bool | Out Of Range Count: Integer | Step Size X: Float |
| Auto update (autoUpdateImgX): Bool | Output Size X: Integer | Step Size Y: Float |
| Auto update (autoUpdateImgY): Bool | Output Size Y: Integer | Use integer values (wholeNumberedImgX): Bool |
| debugLevel: Integer | outputbinSizeX: Float | Use integer values (wholeNumberedImgY): Bool |
| Maximum (maxImgX): Float | outputbinSizeY: Float | Y-Image Mode: Enum |
| Maximum (maxImgY): Float | Reset (resetMinMaxValuesX): Trigger | |
| Minimum (minImgX): Float | Reset (resetMinMaxValuesY): Trigger |
If checked, the module computes the minimum and the maximum values anew if the first input image is changed.
If checked, the module computes the minimum and the maximum values anew if the second input image is changed.
If checked, the module computes anew on any field change.
Shows the number of bins of the (x-) histogram.
Shows the number of bins of the (y-) histogram.
Sets the step size of the x-histogram.
Use this parameter to change the overall size of the histogram.
Sets the step size of the y-histogram.
Use this parameter to change the overall size of the histogram.
Sets the maximum treshold value for voxel values in the first image.
Sets the maximum treshold value for voxel values in the second image.
Sets the minimum treshold value for voxel values in the first image.
Sets the minimum treshold value for voxel values in the second image.
If pressed, the minimum and the maximum value of the first image are reset to the actual image range.
The values are set to 0 if no image is attached.
If pressed, the minimum and the maximum value of the second image are reset to the actual image range.
The values are set to 0 if no image is attached.
If checked, the step size is being calculated with integer precision.
Otherwise, it is calculated in float precision.
If checked, the step size is being calculated with integer precision.
Otherwise, it is calculated in float precision.
Defines the dimension that is read out of the second inout image.
Values:
| Title | Name |
|---|---|
| input0 - X Coordinate | XDimension |
| input0 - Y Coordinate | YDimension |
| input0 - Z Coordinate | ZDimension |
| input0 - C Coordinate | CDimension |
| input0 - T Coordinate | TDimension |
| input0 - U Coordinate | UDimension |
| input1 - Image Values | InputImage |