Dear all,<br><br>Maybe I&#39;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...<br><br>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.<br>
<br>For example, I want to filter some data with the following filter:<br><br><i>H=[0.1 0.1 0.1<br>&nbsp;&nbsp;&nbsp;&nbsp; 0.1 0.2 0.1<br>&nbsp;&nbsp;&nbsp;&nbsp; 0.1 0.1 0.1]</i><br><br>Do I have to implement it or can I use any ITK tool?<br><br>Thanks for all responses,<br clear="all">
<br>-- <br>~~~~~~~~~~~~~~~~Fran~~~~~~~~~~~~~~~~<br>