Bender/Documentation/2.0/Modules/ChangeLabel: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
m (→‎Parameters: Update slicer-4.0-module-parameter-description.xsl url)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Introduction =
= Introduction =
The [[../ChangeLabel|Change Label]] module changes one or multiple labels of a labelmap to a new label value.
It is a wrapper around the the ITK filter [http://www.itk.org/Doxygen/html/classitk_1_1ChangeLabelImageFilter.html itkChangeLabelImageFilter].


= Details =  
= Details =  
Line 8: Line 11:


= Use Cases =
= Use Cases =
<gallery>
<gallery widths=220px perrow=5>
[[Image:BenderChangeLabel_BoneExample|thumb|200px|Change Label Example: Extracted skeleton from label 253 before and after Change Label]]
Image:BenderChangeLabel-BoneExample.png|Change Label Example: Extracted skeleton from label 253 before and after Change Label
[[Image:BenderChangeLabel_Workflow|thumb|200px|Change Label in the Workflow after execution]]
Image:BenderChangeLabel-Workflow.png|Change Label in the Workflow after execution
</gallery>
</gallery>


Line 16: Line 19:
{| width="100%"
{| width="100%"
| valign="top" |
| valign="top" |
{{#xsl: https://raw.github.com/gist/1303059/b39751f476ce0ea2b3ca3f672df002daf8aa7507/slicer-4.0-module-parameterdescription.xsl |
{{#xsl: https://gist.githubusercontent.com/jcfr/1303059/raw/91a65abd56b8fa451d03a3bcb4447c12ba9a8519/slicer-4.0-module-parameterdescription.xsl |
http://public.kitware.com/gitweb?p=Bender/Bender.git;a=blob_plain;f=Modules/CLI/ChangeLabel/ChangeLabel.xml;h=c59982b72e88f5a4315b2123158eff2fa02f260d;hb=4295a376ab9a2cf4ce962ddd05128ba5e1b9aba0 | parse=true | nocache = false}}
http://public.kitware.com/gitweb?p=Bender/Bender.git;a=blob_plain;f=Modules/CLI/ChangeLabel/ChangeLabel.xml;h=c59982b72e88f5a4315b2123158eff2fa02f260d;hb=4295a376ab9a2cf4ce962ddd05128ba5e1b9aba0 | parse=true | nocache = false}}
| align="right" | [[Image:ChangeLabelPanel-1.0.png|thumb|550px|Change Label panel]]
| align="right" | [[Image:ChangeLabelPanel-1.0.png|thumb|550px|Change Label panel]]
|}
|}
= Similar Modules =
* Bender modules: [[../FEMWorkflow| Workflow]]
* Slicer: [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.1/Modules/Editor Editor], [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.2/Modules/Threshold Threshold Scalar Volume] and all the modules in the [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.1/Modules#Filtering Filtering] category

Latest revision as of 19:38, 16 March 2014

Introduction

The Change Label module changes one or multiple labels of a labelmap to a new label value. It is a wrapper around the the ITK filter itkChangeLabelImageFilter.

Details

Author: Julien finet, Kitware
Contributor #1: Julien finet, Kitware
Acknowledgements: This work is supported by the Air Force Research Laboratories.
Contact: Julien Finet

Use Cases

Parameters

{{#xsl: https://gist.githubusercontent.com/jcfr/1303059/raw/91a65abd56b8fa451d03a3bcb4447c12ba9a8519/slicer-4.0-module-parameterdescription.xsl | http://public.kitware.com/gitweb?p=Bender/Bender.git;a=blob_plain;f=Modules/CLI/ChangeLabel/ChangeLabel.xml;h=c59982b72e88f5a4315b2123158eff2fa02f260d;hb=4295a376ab9a2cf4ce962ddd05128ba5e1b9aba0 | parse=true | nocache = false}}

Change Label panel

Similar Modules