Documentation/4.8/Modules/LSContrastEnhancer

From Slicer Wiki
Jump to: navigation, search
Home < Documentation < 4.8 < Modules < LSContrastEnhancer


For the latest Slicer documentation, visit the read-the-docs.



Introduction and Acknowledgements

Extension: LesionSpotlight
Webpage: http://dcm.ffclrp.usp.br/csim/
Author: Antonio Carlos da S. Senra Filho, CSIM Laboratory (University of Sao Paulo, Department of Computing and Mathematics)
Contact: Antonio Carlos da S. Senra Filho, <email>acsenrafilho@usp.br</email>

CSIM Laboratory  
University of Sao Paulo  
CAPES Brazil  

Module Description

LSContrastEnhancer-icon.png

This module offers a method to increase the contrast of structures confined in a defined regions of the image. This method is specially useful for the hyperintense Multiple Sclerosis lesion segmentation due to the previous increase of signal contrast between the MS lesion and the surounding area (usually denoted as the normal appearing white matter).

Use Cases

  • Use Case 1: Increase signal contrast of abnormal voxels in white matter brain region
    • There are some lesion segmentation approaches that relies on the voxel intensity level presented in the lesion signal, where the LS Contrast Enhancer module can be helpful to increasing the signal contrast between lesions and surrounding brain tissues (mainly normal appearing white matter)


Panels and their use

User Interface

Input/Output Parameters:

  • Input Volume
  • Output Volume
    • Output enhanced volume

Noise Attenuation Parameters:

  • Conductance
    • The conductance regulates the diffusion intensity in the neighbourhood area. Choose a higher conductance if the input image has strong noise seem in the whole image space.
  • Number Of Iterations
    • The number of iterations regulates the numerical simulation of the anomalous process over the image. This parameters is also related with the de-noising intensity, however it is more sensible to the noise intensity. Choose the higher number of iterations if the image presents high intensity noise which is not well treated by the conductance parameter
  • Q Value
    • The anomalous parameter (or q value) is the generalization parameters responsible to give the anomalous process approach on the diffusion equation. See the reference paper[1] to choose the appropriate q value (at moment, only tested in MRI T1 and T2 weighted images)

Registration Parameters: (based on BRAINSFit module)

  • Is brain extracted
    • Is the input data (T1 and T2-FLAIR) already brain extracted?
  • Percentage Of Samples
    • Percentage of voxel used in registration
  • Initiation Method
    • Initialization method used for the MNI152 registration
  • Interpolation
    • Choose the interpolation method used to register the standard space to input image space. Options: Linear, NearestNeighbor, B-Spline

Lesion Enhancement Function Parameters:

  • Weighting Enhancement
    • Weighting enhancement value, in percentage, that will be used to increase the lesion signal in the image
  • Threshold Method
    • Choose the threhsold method for the lesion enhancement procedure. Options: MaximumEntropy, Otsu, Moments, Intermodes and IsoData
  • Number Of Bins
    • Number Of Bins for the histogram calculation
  • Flip Object
    • Flip object in the image. This inform if the dark part of the histogram that should be enhanced
  • Label Map Threshold
    • Threshold for the lesion label map


Similar Modules

N/A

References

  • paper

Information for Developers