From f81e76fc676f79660cc47fbe96f5ee591cb169c9 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Mon, 9 Apr 2018 09:21:49 +0000 Subject: Add an algorithm section git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3357 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 17324da3ced1ff07a46b1c0d2abe782b5e706279 --- src/Cech_complex/doc/Intro_cech_complex.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Cech_complex') diff --git a/src/Cech_complex/doc/Intro_cech_complex.h b/src/Cech_complex/doc/Intro_cech_complex.h index a1d6f5dd..244609a9 100644 --- a/src/Cech_complex/doc/Intro_cech_complex.h +++ b/src/Cech_complex/doc/Intro_cech_complex.h @@ -40,8 +40,11 @@ namespace cech_complex { * proximity graph that allows to construct a * simplicial complex * from it. + * * The input shall be a point cloud in an Euclidean space. * + * \subsection cechalgorithm Algorithm + * * The filtration value of each edge of the `Gudhi::Proximity_graph` is computed from * `Gudhi::Minimal_enclosing_ball_radius` function. * @@ -50,7 +53,7 @@ namespace cech_complex { * * Vertex name correspond to the index of the point in the given range (aka. the point cloud). * - * \image html "cech_one_skeleton.png" "Cech complex proximity graph representation" + * \image html "cech_one_skeleton.png" "Čech complex proximity graph representation" * * When creating a simplicial complex from this proximity graph, Cech_complex inserts the proximity graph into the * simplicial complex data structure, and then expands the simplicial complex when required. -- cgit v1.2.3