[Insight-users] Need advise to develop my own filter

David Doria daviddoria at gmail.com
Wed Feb 23 12:37:23 EST 2011


On Wed, Feb 23, 2011 at 12:25 PM, john smith <mkitkinsightuser at gmail.com>wrote:

> Hello to everyone,
>
> 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 .*h *file and the .*txx*, like those that already exist in the*InsightToolkit-3.20.0\Code
> *. 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 .*h
> *and .*txx *files in the source file of the itktoolkit, and rebuild the
> itktoolkit from the begin?
>
> Thanks
>
>
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:

http://www.itk.org/Wiki/ITK/Examples/Developer/ImageFilter
<http://www.itk.org/Wiki/ITK/Examples/Developer/ImageFilter>
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110223/3a31a260/attachment.htm>


More information about the Insight-users mailing list