[Insight-users] surface textures?

Luis Ibanez luis.ibanez@kitware.com
Sat, 15 Mar 2003 22:49:03 -0500


Hi Markus,

CGAL is an excelent example of a library
based on Generic Programming.

Some of the elements present in ITK were
inspired in CGAL's design.

I would not say that one library fit into
the other. Each one stands on its own, and
have a very specific and independent purpose.
They certainly can be used together.

It is reasonable to combines both libraries
in a complex application. You could use
CGAL functionalities for performing all
the computational geometry tasks of your
surface fitting problem for which ITK
doesn't have any counter part.



Regards,


       Luis


------------------------
Markus Louw wrote:
  > Hi Luis
  >
  > What do you think of the good old CGAL library?   Do you think it
could fit
  > into ITK?
  >
  > Markus
  >