summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-04-09 08:53:50 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-04-09 08:53:50 +0000
commit1648030e27e828f92c6ae109c96190f986cdec8b (patch)
tree05f34f03b69681ba13b563b4a046a6841adf21b4
parentdf00c318bacd58ee48ddea6cdf161c35f0568873 (diff)
Doc review: Fix main page cech complex explaination
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3354 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 0871ae5a851c40e880625a08f470277f93476864
-rw-r--r--src/common/doc/main_page.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h
index 3851dde7..30d4e71b 100644
--- a/src/common/doc/main_page.h
+++ b/src/common/doc/main_page.h
@@ -42,8 +42,8 @@
</td>
</tr>
</table>
- \subsection CechComplexDataStructure Cech complex
- \image html "cech_complex_representation.png" "Cech complex representation"
+ \subsection CechComplexDataStructure Čech complex
+ \image html "cech_complex_representation.png" "Čech complex representation"
<table border="0">
<tr>
<td width="25%">
@@ -52,8 +52,8 @@
<b>Copyright:</b> GPL v3<br>
</td>
<td width="75%">
- The Cech complex is a proximity graph that allows to construct a simplicial complex from it.
- It guarantees the simplices inserted are inside a ball of a given radius.<br>
+ The Čech complex is a simplicial complex constructed from a proximity graph.<br>
+ The set of all simplices is filtered by the radius of their minimal enclosing ball.<br>
<b>User manual:</b> \ref cech_complex - <b>Reference manual:</b> Gudhi::cech_complex::Cech_complex
</td>
</tr>