[opengtl-commits] [423] ++dox |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 423
Author: cyrille
Date: 2008-10-06 13:33:47 +0200 (Mon, 06 Oct 2008)
Log Message:
-----------
++dox
Modified Paths:
--------------
trunk/OpenGTL/OpenGTL/GTLGlue.doxy
Modified: trunk/OpenGTL/OpenGTL/GTLGlue.doxy
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLGlue.doxy 2008-10-02 06:52:50 UTC (rev 422)
+++ trunk/OpenGTL/OpenGTL/GTLGlue.doxy 2008-10-06 11:33:47 UTC (rev 423)
@@ -1,12 +1,15 @@
/**
- * @addtogroup GTLFuser GTLFuser Library
+ * @addtogroup GTLGlue GTLGlue Library
* @version 0.9.6
* @author Cyrille Berger
*
* This library allows to create an image processing pipeline (see \ref Pipeline ) containing a graph
- * of Shiva and CTL processing nodes (see \ref ProcessingNode).
+ * of Shiva and CTL processing nodes (see \ref ProcessingNode ).
*
* The main interest of the library is that it will first generate a program calling all the processing
* functions, then run optimisation on this program before executing it, which allow to create a faster
* pipeline than by doing individual call, one by one.
+ *
+ * GTLGlue offers to create a single program that get applied to a set of images from a given chain of
+ * algorithms.
*/