I just realized that I could use GrayscaleErodeImageFilter and GrayscaleDilateImageFilter. <div><br></div><div>-Robert<br><br><div class="gmail_quote">On Wed, Dec 8, 2010 at 5:34 PM, robert tamburo <span dir="ltr">&lt;<a href="mailto:robert.tamburo@gmail.com">robert.tamburo@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I was looking for a filter that would compute the minimum/maximum value within a region across the entire image and place that value in the output image at the input pixel&#39;s location. Two filters by the name of itkMinimumImageFilter and itkMaximumImageFilter exist in BasicFilters, but do not offer this functionality. Instead, they take two images as input and output the pairwise minimum/maximum at each pixel location.<div>

<br></div><div>I&#39;ve produced the desired functionality in two filters, but before I submit these filters to the Insight Journal, do these filters exist elsewhere by some other name? </div><div><br></div><div>Also, the naming convention of these two filters in ITK doesn&#39;t seem very descriptive and is inconsistent with the naming convention of itkMeanImageFilter and itkNoiseImageFilter (although the name, in my opinion, should be itkStandardDeviationImageFilter).</div>

<div><br></div><div><br></div>
</blockquote></div><br></div>