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'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'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'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>