where to find an index of algorithms

View: New views
5 Messages — Rating Filter:   Alert me  

where to find an index of algorithms

by Juan Cardelino :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,
         I've tested ITK some years ago, used it for some algorithms
but never decided to make the switch. Now I'm re-thinking about it.
And I would like to update myself and see whats new since I've used it
back in 2005. I'm wondering where's the best place to start, because
I've downloaded the software guide and it is (apparently) at the same
version as in 2005.
Any comments will be helpful. Thanks in advance.
Regards,
             Juan
_____________________________________
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

Re: where to find an index of algorithms

by Luis Ibanez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Juan,

It is not trivial to make a list of what is new in ITK since 2005.

You can find a detailed list of new classes by looking at the
Wiki pages for each one of the releases,...

           http://www.itk.org/Wiki/ITK#Releases

but this is quite detailed,
and involves at least ten releases.


You may find useful the groups page
of the Doxygen documentation:

http://public.kitware.com/Insight/Doxygen/html/modules.html


as well as the alphabetical page:

http://public.kitware.com/Insight/Doxygen/html/classes.html


If you need information about specific algorithms,
please give us a more detailed description of the
kind of problems that you would be interested in
solving with ITK.


      Regards,


            Luis


-----------------------------------------------------------------------------------------------------
On Wed, Nov 4, 2009 at 6:51 AM, Juan Cardelino <juan.cardelino@...> wrote:

> Hello,
>         I've tested ITK some years ago, used it for some algorithms
> but never decided to make the switch. Now I'm re-thinking about it.
> And I would like to update myself and see whats new since I've used it
> back in 2005. I'm wondering where's the best place to start, because
> I've downloaded the software guide and it is (apparently) at the same
> version as in 2005.
> Any comments will be helpful. Thanks in advance.
> Regards,
>             Juan
> _____________________________________
> 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
>
_____________________________________
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

Re: where to find an index of algorithms

by Juan Cardelino :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Luis,
               Thanks for your answer. Sorry for the late answer but I
went on a trip and it was hard to find your answer among the bulk of
mails I got.

On Sun, Nov 8, 2009 at 7:37 PM, Luis Ibanez <luis.ibanez@...> wrote:
> Hi Juan,
>
> It is not trivial to make a list of what is new in ITK since 2005.
>

That's exactly what I was afraid of :D

> You can find a detailed list of new classes by looking at the
> Wiki pages for each one of the releases,...
>
>           http://www.itk.org/Wiki/ITK#Releases
>
> but this is quite detailed,
> and involves at least ten releases.
>
>
> You may find useful the groups page
> of the Doxygen documentation:
>
> http://public.kitware.com/Insight/Doxygen/html/modules.html
>
>
> as well as the alphabetical page:
>
> http://public.kitware.com/Insight/Doxygen/html/classes.html
>

Ok. I'll give it a try.

>
> If you need information about specific algorithms,
> please give us a more detailed description of the
> kind of problems that you would be interested in
> solving with ITK.
>

I just need a few different algorithms to test in an application. I
have code available  for many algorithms, but all programmed with
different libraries or in different languages or with some
restrictions/simplifications. Besides, as I kinda lost touch with ITK,
I though about this application with the double purpose of solving my
problem and udpate my knowledge on ITK.
So rather that looking for a single algorithm, I want to test a
battery of them and see which one is suitable.

>
>      Regards,
>
>
>            Luis
>
>
_____________________________________
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

Re: where to find an index of algorithms

by Bill Lorensen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Juan,

Actually, there is a script in the itk binary tree, NewSince.csh. If
you are running linux, you can run it with a start and end date. It
will (after a time) list all new code in the toolkit between those two
dates.

For example,
./NewSince.csh "January 1, 2005"  TODAY
a list of what has been added.

If you have trouble generating the list, let me know and I'll send it
to you. It is too large for the mailing list.

Bill

On Fri, Nov 20, 2009 at 11:17 AM, Juan Cardelino
<juan.cardelino@...> wrote:

> Hi Luis,
>               Thanks for your answer. Sorry for the late answer but I
> went on a trip and it was hard to find your answer among the bulk of
> mails I got.
>
> On Sun, Nov 8, 2009 at 7:37 PM, Luis Ibanez <luis.ibanez@...> wrote:
>> Hi Juan,
>>
>> It is not trivial to make a list of what is new in ITK since 2005.
>>
>
> That's exactly what I was afraid of :D
>
>> You can find a detailed list of new classes by looking at the
>> Wiki pages for each one of the releases,...
>>
>>           http://www.itk.org/Wiki/ITK#Releases
>>
>> but this is quite detailed,
>> and involves at least ten releases.
>>
>>
>> You may find useful the groups page
>> of the Doxygen documentation:
>>
>> http://public.kitware.com/Insight/Doxygen/html/modules.html
>>
>>
>> as well as the alphabetical page:
>>
>> http://public.kitware.com/Insight/Doxygen/html/classes.html
>>
>
> Ok. I'll give it a try.
>
>>
>> If you need information about specific algorithms,
>> please give us a more detailed description of the
>> kind of problems that you would be interested in
>> solving with ITK.
>>
>
> I just need a few different algorithms to test in an application. I
> have code available  for many algorithms, but all programmed with
> different libraries or in different languages or with some
> restrictions/simplifications. Besides, as I kinda lost touch with ITK,
> I though about this application with the double purpose of solving my
> problem and udpate my knowledge on ITK.
> So rather that looking for a single algorithm, I want to test a
> battery of them and see which one is suitable.
>
>>
>>      Regards,
>>
>>
>>            Luis
>>
>>
> _____________________________________
> 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
>
_____________________________________
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

Re: where to find an index of algorithms

by Juan Cardelino :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you bill. I will give it atry and let you know.

On Fri, Nov 20, 2009 at 3:39 PM, Bill Lorensen <bill.lorensen@...> wrote:

> Juan,
>
> Actually, there is a script in the itk binary tree, NewSince.csh. If
> you are running linux, you can run it with a start and end date. It
> will (after a time) list all new code in the toolkit between those two
> dates.
>
> For example,
> ./NewSince.csh "January 1, 2005"  TODAY
> a list of what has been added.
>
> If you have trouble generating the list, let me know and I'll send it
> to you. It is too large for the mailing list.
>
> Bill
>
> On Fri, Nov 20, 2009 at 11:17 AM, Juan Cardelino
> <juan.cardelino@...> wrote:
>> Hi Luis,
>>               Thanks for your answer. Sorry for the late answer but I
>> went on a trip and it was hard to find your answer among the bulk of
>> mails I got.
>>
>> On Sun, Nov 8, 2009 at 7:37 PM, Luis Ibanez <luis.ibanez@...> wrote:
>>> Hi Juan,
>>>
>>> It is not trivial to make a list of what is new in ITK since 2005.
>>>
>>
>> That's exactly what I was afraid of :D
>>
>>> You can find a detailed list of new classes by looking at the
>>> Wiki pages for each one of the releases,...
>>>
>>>           http://www.itk.org/Wiki/ITK#Releases
>>>
>>> but this is quite detailed,
>>> and involves at least ten releases.
>>>
>>>
>>> You may find useful the groups page
>>> of the Doxygen documentation:
>>>
>>> http://public.kitware.com/Insight/Doxygen/html/modules.html
>>>
>>>
>>> as well as the alphabetical page:
>>>
>>> http://public.kitware.com/Insight/Doxygen/html/classes.html
>>>
>>
>> Ok. I'll give it a try.
>>
>>>
>>> If you need information about specific algorithms,
>>> please give us a more detailed description of the
>>> kind of problems that you would be interested in
>>> solving with ITK.
>>>
>>
>> I just need a few different algorithms to test in an application. I
>> have code available  for many algorithms, but all programmed with
>> different libraries or in different languages or with some
>> restrictions/simplifications. Besides, as I kinda lost touch with ITK,
>> I though about this application with the double purpose of solving my
>> problem and udpate my knowledge on ITK.
>> So rather that looking for a single algorithm, I want to test a
>> battery of them and see which one is suitable.
>>
>>>
>>>      Regards,
>>>
>>>
>>>            Luis
>>>
>>>
>> _____________________________________
>> 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
>>
>
_____________________________________
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