[Insight-users] Grayscale Morphology

Richard Beare richard.beare at gmail.com
Mon Jun 22 19:53:19 EDT 2009


There is a bit more in:

http://hdl.handle.net/1926/555

The source code examples are the best place to start - the document
above has references to the darcs repository where this stuff lives.
You'll probably want to use the moving histogram methods if the
structuring elements have funny shapes (i.e. not lines or rectangles).

On Tue, Jun 23, 2009 at 6:28 AM, Neal R. Harvey<harve at lanl.gov> wrote:
> Can anyone direct me to some documents that describe how to use ITK's
> grayscale morphological operators?
> I am assuming that itk::GrayscaleFunctionErodeImageFilter and
> GrayscaleFunctionDilateImageFilter and the operators I
> am after. I want to perform morphological operations with greyscale
> (function) structuring elements that I have defined myself.
> For example, I would like to implement a grayscale hit-or-miss filter that
> uses, for its "hit" and "miss" structuring elements,
> examples of target and background extracted from images. I can't find a
> complete document that describes how to do this.
> I was able to find an incomplete 4-page document entitled "Consolidated
> Morphology"
> (http://www.insight-journal.org/browse/publication/124) but this was far
> from complete and didn't provide all the necessary information
> that I would need to proceed.
>
> Thanks and regards
>
> Harve
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.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
>


More information about the Insight-users mailing list