This tool smooths an image already loaded in CaPTk, to remove any high frequency intensity variations (i.e., noise), using the SUSAN algorithm [1].
REQUIREMENTS:
- An image loaded in CaPTk.
USAGE:
- Load an image in CaPTk.
- Launch the tool using the 'Preprocessing' -> 'Denoise-SUSAN' menu option.
- Specify the output filename.
- Click on 'Save'.
- The output image is saved in the specified folder and automatically loaded in CaPTk.
- This can also be used from the command line:
${CaPTk_InstallDir}/bin/Preprocessing.exe -i C:/test/image.nii.gz -o C:/test/image_smooth.nii.gz -ss
Reference:
- S.M.Smith, J.M.Brady. "SUSAN-A new approach to low level image processing", International Journal of Computer Vision. 23(1):45-78, 1997, DOI:10.1023/A:1007963824710