Modules:GaussianBlurBatch-Documentation-3.4

From Slicer Wiki
Jump to: navigation, search
Home < Modules:GaussianBlurBatch-Documentation-3.4

Return to Slicer 3.4 Documentation

Gallery of New Features

Module Name

Gaussian Blur Module and Gaussian Blur BatchMake Module:

Gaussian Blur GUI
Gaussian Blur BatchMake GUI
Input
3 images
Output
Gaussian blur filter has been applied with a sigma varying from 1 to 10

General Information

Module Type & Category

Type: CLI

Category: Filtering

Authors, Collaborators & Contact

  • Author: Stephen Aylward
  • Contact: stephen.aylward at kitware.com

Module Description

Convolves the image with a Gaussian kernel wherein the Gaussian has a standard deviation specified by the user (GUI field "sigma") and the kernel width in each dimension is 6 times the standard deviation of the Gaussian.-

Usage

Input volume = <grayscale image>
Output volume = <new image>
Sigma = <std dev of gaussian for convolution>

Examples, Use Cases & Tutorials

  • Use to reduce noise

Quick Tour of Features and Use

  • Set the sigma value to control the amount of blur. Larger sigma = more blur.

Development

Dependencies

None

Known bugs

Don't use paths with space characters. Follow this link to the Slicer3 bug tracker.

Usability issues

Follow this link to the Slicer3 bug tracker. Please select the usability issue category when browsing or contributing.

Source code & documentation

Source Code: GaussianBlurBatchMakeModule.cxx

XML Description: GaussianBlurBatchMakeModule.xml

Documentation:

More Information

Acknowledgment

This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on the National Centers for Biomedical Computing can be obtained from National Centers for Biomedical Computing.

References