[Insight-users] Minimum/Maximum Image Filters

Ryan Smith ryanleesmith at gmail.com
Thu Dec 9 11:16:26 EST 2010


Hi Robert-

You might take a look at the itk::RegionalMaximaFilter.

Here is a previous response that helped me with a similar task:

http://public.kitware.com/pipermail/insight-users/2010-September/038088.html

Cheers-
-Ryan

On Thu, Dec 9, 2010 at 9:37 AM, robert tamburo <robert.tamburo at gmail.com>wrote:

> I just realized that I could use GrayscaleErodeImageFilter and
> GrayscaleDilateImageFilter.
>
> -Robert
>
>
> On Wed, Dec 8, 2010 at 5:34 PM, robert tamburo <robert.tamburo at gmail.com>wrote:
>
>> 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.
>>
>> 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?
>>
>> 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).
>>
>>
>>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20101209/9b6ef9d7/attachment.htm>


More information about the Insight-users mailing list