[Insight-users] Does ITK implement simple functions (convolution, opening, dilation...)?

Dan Mueller dan.muel at gmail.com
Thu Nov 13 02:59:30 EST 2008


Hi Fran,

Please read section 6.6 and 11.4 of the ITK Software Guide:
    http://www.itk.org/ItkSoftwareGuide.pdf

These sections discuss neighborhood iterators and operators, including
morphological operations, which perform the operations you describe.

Hope this helps.

Regards, Dan

2008/11/13 Fran Serrano <sercha at gmail.com>:
> Dear all,
>
> Maybe I'm confusing about the using of ITK but I was wondering if I can
> implement simple functions with this library like convolution, simple
> morphological filters as dilation, openings...
>
> Does ITK provides the functions to implement them? If not, can you give me
> some ideas to perform them? Using other libraries like OpenCV is a solution.
>
> For example, I want to filter some data with the following filter:
>
> H=[0.1 0.1 0.1
>      0.1 0.2 0.1
>      0.1 0.1 0.1]
>
> Do I have to implement it or can I use any ITK tool?
>
> Thanks for all responses,
>
> --
> ~~~~~~~~~~~~~~~~Fran~~~~~~~~~~~~~~~~
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list