<meta http-equiv="content-type" content="text/html; charset=utf-8"><div>On Wed, Feb 23, 2011 at 12:25 PM, john smith <span dir="ltr">&lt;<a href="mailto:mkitkinsightuser@gmail.com">mkitkinsightuser@gmail.com</a>&gt;</span> wrote:</div>
<div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello to everyone,<br><br>I am using visualstudio 2010 and cmake. I am trying to develop my own median filter. I would like to know if the only files need to be created are the .<i>h </i>file and the .<i>txx</i>, like those that already exist in the<i> InsightToolkit-3.20.0\Code</i>. What is more, I would like to know the steps of building my new filter after writting the code in the mentioned files. Must I insert the new .<i>h </i>and .<i>txx </i>files in the source file of the itktoolkit, and rebuild the itktoolkit from the begin?<br>

<br>Thanks<br><br></blockquote><div> </div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>There is no reason to put the filter in the ITK directory. It is just like a normal class that you would write - it can live in the same directory as the rest of your project. Take a look at this:</div>
<div><br></div><a href="http://www.itk.org/Wiki/ITK/Examples/Developer/ImageFilter">http://www.itk.org/Wiki/ITK/Examples/Developer/ImageFilter</a><div><a href="http://www.itk.org/Wiki/ITK/Examples/Developer/ImageFilter"></a><br>
</div><div>David </div></div></div>