[Insight-users] Advise to develop a median filter

Sergio Vera sergio.vera at alma3d.com
Tue Feb 22 10:12:47 EST 2011


Hi John.

Best way is to use cmake to create your itk-related projects/programs. You
will need to learn a new syntax to define projects but at low complexity
levels cmake syntax is pretty easy:

start reading this:
http://cmake.org/cmake/help/cmake_tutorial.html

On Tue, Feb 22, 2011 at 4:09 PM, john smith <mkitkinsightuser at gmail.com>wrote:

> Hi,
>
> I am using visualstudio 2010 end cmake. I am trying to develop my own
> median filter and as I have already read, firstly, I must create a header
> file (.h)  and a .txx file. After creating these files what must be done to
> build a new project using my new filter? To be more specific, what must be
> included in my source directory to build my project in a bin directory?
>
> If someone could give me some information about the building procedure of
> developing my own filter, I would appreciate it...
>
> Thanks
>
> 2011/2/22 Sergio Vera <sergio.vera at alma3d.com>
>
> Hello
>> This is a good start:
>>
>> http://www.vialab.org/methods_course/Lectures/itk_lecture7_filters1.ppt
>>
>> I would recommend you to get very confident with ITK before jumping into
>> writing your own filters as it can be a bit overwhelming at first. Sarch for
>> an already existant filter that performs similar functionality to toe one
>> you are writing and modify it instead of starting a filter from scratch.
>>
>> Regards
>>
>> On Tue, Feb 22, 2011 at 1:06 AM, john smith <mkitkinsightuser at gmail.com>wrote:
>>
>>> Hello to everyone,
>>>
>>>  I have already built some examples included in itk like this of the
>>> MegianImageFilter. Now, I am trying to develop my own code to create a
>>> median filter as a beginner. Does anybody know where I can find some usefull
>>> informations and links to begin with? Would it be usefull or necessary to
>>> register in the insight-developers emailing lists? Or can I find whatever is
>>> needed to develop my code inside this email list?
>>>
>>> Thanks in advance.
>>>
>>> _____________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Kitware offers ITK Training Courses, for more information visit:
>>> http://www.kitware.com/products/protraining.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
>>>
>>>
>>
>>
>> --
>> Sergio Vera
>>
>>  Alma IT Systems
>>  C/ Vilana, 4B, 4º 1ª
>>  08022 Barcelona
>>  T. (+34) 932 380 592
>>  www.alma3d.com
>>
>
>


-- 
Sergio Vera

 Alma IT Systems
 C/ Vilana, 4B, 4º 1ª
 08022 Barcelona
 T. (+34) 932 380 592
 www.alma3d.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110222/d0e22943/attachment.htm>


More information about the Insight-users mailing list