<?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%3AGrayscaleGrindPeak-Documentation-3.6</id>
	<title>Modules:GrayscaleGrindPeak-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%3AGrayscaleGrindPeak-Documentation-3.6"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GrayscaleGrindPeak-Documentation-3.6&amp;action=history"/>
	<updated>2026-04-27T20:34:48Z</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:GrayscaleGrindPeak-Documentation-3.6&amp;diff=13959&amp;oldid=prev</id>
		<title>Lorensen: Created page with 'Return to Slicer 3.6 Documentation  __NOTOC__ ===Module Name=== GrayscaleGrindPeak  {| |Caption 1 |[[Image:screens…'</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:GrayscaleGrindPeak-Documentation-3.6&amp;diff=13959&amp;oldid=prev"/>
		<updated>2010-04-21T14:34:00Z</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=== GrayscaleGrindPeak  {| |&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;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Module Name===&lt;br /&gt;
GrayscaleGrindPeak&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;
===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;
GrayscaleGrindPeakImageFilter removes peaks in a grayscale&lt;br /&gt;
image. Peaks are local maxima 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;
peak are extrapolated through the peak.  This filter is used to smooth&lt;br /&gt;
over local maxima without affecting the values of local minima.  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 maxima.  This filter uses the&lt;br /&gt;
GrayscaleGeodesicDilateImageFilter.  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 minimum pixel value in the input image.  This filter is the dual to&lt;br /&gt;
the GrayscaleFillholeImageFilter which implements the Fillhole&lt;br /&gt;
algorithm.  Since it is a dual, it is somewhat superfluous but is&lt;br /&gt;
provided as a convenience.  Geodesic morphology and the Fillhole&lt;br /&gt;
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 Fill Hole, fills&lt;br /&gt;
holes in grayscale images.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
 GrayscaleGrindPeakImageFilter.exe &lt;br /&gt;
   [--returnparameterfile&lt;br /&gt;
   &amp;lt;std::string&amp;gt;]&lt;br /&gt;
   [--processinformationaddress&lt;br /&gt;
   &amp;lt;std::string&amp;gt;] [--xml] [--echo]&lt;br /&gt;
   [--] [--version] [-h] &amp;lt;std::string&amp;gt;&lt;br /&gt;
   &amp;lt;std::string&amp;gt;&lt;br /&gt;
 Where: &lt;br /&gt;
&lt;br /&gt;
   --returnparameterfile &amp;lt;std::string&amp;gt;&lt;br /&gt;
     Filename in which to write simple return parameters (int, float,&lt;br /&gt;
     int-vector, etc.) as opposed to bulk return parameters (image,&lt;br /&gt;
     geometry, transform, measurement, table).&lt;br /&gt;
&lt;br /&gt;
   --processinformationaddress &amp;lt;std::string&amp;gt;&lt;br /&gt;
     Address of a structure to store process information (progress, abort,&lt;br /&gt;
     etc.). (default: 0)&lt;br /&gt;
&lt;br /&gt;
   --xml&lt;br /&gt;
     Produce xml description of command line arguments (default: 0)&lt;br /&gt;
&lt;br /&gt;
   --echo&lt;br /&gt;
     Echo the command line arguments (default: 0)&lt;br /&gt;
&lt;br /&gt;
   --,  --ignore_rest&lt;br /&gt;
     Ignores the rest of the labeled arguments following this flag.&lt;br /&gt;
&lt;br /&gt;
   --version&lt;br /&gt;
     Displays version information and exits.&lt;br /&gt;
&lt;br /&gt;
   -h,  --help&lt;br /&gt;
     Displays usage information and exits.&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;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Usability issues===&lt;br /&gt;
&lt;br /&gt;
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer3 bug tracker. Please select the '''usability issue category''' when browsing or contributing.&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>