-
-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Fix typos and improve Doxygen related pages documentation
Fix typos in Doxygen related pages various documentation modules. Take advantage of the commit to improve the `Geometry` related pages documentation.
- Loading branch information
1 parent
7eefc2f
commit 2e481c4
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
/** | ||
\page GeometryPage Geometry Concepts | ||
|
||
Insight provide basic classe to represent geometrical concepts, alghought | ||
the aim of the toolkit is not computational geometry, some of these elements | ||
are necessary for common procedures in image processing. | ||
|
||
This document present the different geometric concepts used in the toolkit, | ||
ITK provides basic classes to represent geometrical concepts. Despite | ||
not being a computational geometry modelling toolkit, ITK offers a set | ||
of such elements necessary for common procedures in image processing. | ||
|
||
This document presents the different geometric concepts used in the toolkit, | ||
as well as their relationships and how they can effectively be used. | ||
|
||
At the beggining there was the Point | ||
|
||
The toolkit supports representing meshes of different nature and points | ||
through the itk::Mesh, itk::QuadEdgeMesh, and itk::Point classes. | ||
|
||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters