Difference between revisions of "Slicer3:Module:LabelBinaryImages-Documentation"

From Slicer Wiki
Jump to: navigation, search
(New page: ==Binary Thresholding and Labeling== {| |+ |__TOC__ |} ==GENERAL INFORMATION== ===Module Type&Category=== The type of this module is CLI and is under the category Segmentation in Slice...)
 
Line 21: Line 21:
 
The purpose of this module is defining different labels in an image after morphological operations. This module performs thresholding in the first step and then implements labeling by using the information of connectedness in given input.  
 
The purpose of this module is defining different labels in an image after morphological operations. This module performs thresholding in the first step and then implements labeling by using the information of connectedness in given input.  
  
The input of this module is the last eroded image. And after this process, the labeled binary image is taken to dilation process. After LabelBinaryImages module, the output shows us different labeled areas. For instance, in this project, the input is eroded spheres and then after this module the output is an image with three different labeled areas
+
The input of this module is the last eroded image. And after this process, the labeled binary image is taken to dilation process. After LabelBinaryImages module, the output shows us different labeled areas. For instance, in this project, the input is eroded spheres and then after this module the output is an image with three different labeled areas:background as 0, one of the spheres is 1 and the other one is 2. The sphere with bigger area is labeled as 1.  
:background as 0, one of the spheres is 1 and the other one is 2. The sphere with bigger area is labeled as 1.  
 
  
 
The results can be seen in the section called ''Screen shots''.
 
The results can be seen in the section called ''Screen shots''.

Revision as of 15:16, 28 August 2008

Home < Slicer3:Module:LabelBinaryImages-Documentation

Binary Thresholding and Labeling

GENERAL INFORMATION

Module Type&Category

The type of this module is CLI and is under the category Segmentation in Slicer 3. The name of this module is LabelBinaryImages in Slicer 3.

Authors, Collaborators&Contact

  • Author: Bike Kilic, MSc student in Northeastern University
  • Contact: kilicbike@gmail.com

Module Description

The purpose of this module is defining different labels in an image after morphological operations. This module performs thresholding in the first step and then implements labeling by using the information of connectedness in given input.

The input of this module is the last eroded image. And after this process, the labeled binary image is taken to dilation process. After LabelBinaryImages module, the output shows us different labeled areas. For instance, in this project, the input is eroded spheres and then after this module the output is an image with three different labeled areas:background as 0, one of the spheres is 1 and the other one is 2. The sphere with bigger area is labeled as 1.

The results can be seen in the section called Screen shots.