<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Modules%3AGrayscaleFillHole-Documentation-3.6</id>
	<title>Modules:GrayscaleFillHole-Documentation-3.6 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Modules%3AGrayscaleFillHole-Documentation-3.6"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GrayscaleFillHole-Documentation-3.6&amp;action=history"/>
	<updated>2026-05-05T06:59:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:GrayscaleFillHole-Documentation-3.6&amp;diff=13923&amp;oldid=prev</id>
		<title>Lorensen: Created page with 'Return to Slicer 3.6 Documentation __NOTOC__ ===Module Name=== Grayscale Fill Hole  {| |Caption 1 |[[Image:screens…'</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GrayscaleFillHole-Documentation-3.6&amp;diff=13923&amp;oldid=prev"/>
		<updated>2010-04-20T20:11:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;&lt;a href=&quot;/wiki/Documentation-3.6&quot; class=&quot;mw-redirect&quot; title=&quot;Documentation-3.6&quot;&gt;Return to Slicer 3.6 Documentation&lt;/a&gt; __NOTOC__ ===Module Name=== Grayscale Fill Hole  {| |&lt;a href=&quot;/wiki/File:ScreenshotBlank.png&quot; title=&quot;File:ScreenshotBlank.png&quot;&gt;thumb|280px|Caption 1&lt;/a&gt; |[[Image:screens…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Module Name===&lt;br /&gt;
Grayscale Fill Hole&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:screenshotBlank.png|thumb|280px|Caption 1]]&lt;br /&gt;
|[[Image:screenshotBlank.png|thumb|280px|Caption 2]]&lt;br /&gt;
|[[Image:screenshotBlank.png|thumb|280px|Caption 3]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Filtering Morphology&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Author: Bill Lorensen&lt;br /&gt;
* Contact: bill.lorensen at gmail.com&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
GrayscaleFillholeImageFilter fills holes in a grayscale&lt;br /&gt;
image.  Holes are local minima in the grayscale topography that are not&lt;br /&gt;
connected to boundaries of the image. Gray level values adjacent to a&lt;br /&gt;
hole are extrapolated across the hole.  This filter is used to smooth&lt;br /&gt;
over local minima without affecting the values of local maxima.  If you&lt;br /&gt;
take the difference between the output of this filter and the original&lt;br /&gt;
image (and perhaps threshold the difference above a small value), you'll&lt;br /&gt;
obtain a map of the local minima.  This filter uses the&lt;br /&gt;
itkGrayscaleGeodesicErodeImageFilter.  It provides its own input as the&lt;br /&gt;
'mask' input to the geodesic erosion.  The 'marker' image for the&lt;br /&gt;
geodesic erosion is constructed such that boundary pixels match the&lt;br /&gt;
boundary pixels of the input image and the interior pixels are set to&lt;br /&gt;
the maximum pixel value in the input image.  Geodesic morphology and the&lt;br /&gt;
Fillhole algorithm is described in Chapter 6 of Pierre Soille's book&lt;br /&gt;
'Morphological Image Analysis: Principles and Applications', Second&lt;br /&gt;
Edition, Springer, 2003.  A companion filter, Grayscale Grind Peak,&lt;br /&gt;
removes peaks in grayscale images.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GrayscaleFillHoleImageFilter.exe &amp;lt;std::string&amp;gt; &amp;lt;std::string&amp;gt;&lt;br /&gt;
  Where: &lt;br /&gt;
&lt;br /&gt;
   &amp;lt;std::string&amp;gt;&lt;br /&gt;
     (required)  Input volume to be filtered&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;std::string&amp;gt;&lt;br /&gt;
     (required)  Output filtered&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Source code &amp;amp; documentation===&lt;br /&gt;
&lt;br /&gt;
Source Code: [http://www.na-mic.org/ViewVC/index.cgi/trunk/Applications/CLI/]&lt;br /&gt;
&lt;br /&gt;
Documentation:&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This work is part of the National Alliance for Medical Image&lt;br /&gt;
Computing (NAMIC), funded by the National Institutes of Health&lt;br /&gt;
through the NIH Roadmap for Medical Research, Grant U54 EB005149.&lt;br /&gt;
Information on the National Centers for Biomedical Computing&lt;br /&gt;
can be obtained from [http://www.ncbcs.org/ National Centers for Biomedical Computing].&lt;br /&gt;
&lt;br /&gt;
===References===&lt;/div&gt;</summary>
		<author><name>Lorensen</name></author>
		
	</entry>
</feed>