From d83e3f03bafd28664bd91e59a58a1fac8081fe76 Mon Sep 17 00:00:00 2001 From: fgodi Date: Tue, 27 Sep 2016 09:12:30 +0000 Subject: more details on bottleneck distance git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneck_integration@1570 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b784a4721fca70c5a556ef0251241ad153a2b301 --- src/Bottleneck_distance/doc/Intro_bottleneck_distance.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h b/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h index 9a792048..8e99ad73 100644 --- a/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h +++ b/src/Bottleneck_distance/doc/Intro_bottleneck_distance.h @@ -35,7 +35,11 @@ namespace bottleneck_distance { * * \section bottleneckdefinition Definition * - * Bottleneck distance is blablabla... + * Bottleneck distance mesures the similarity between two persistence diagrams. + * It's the shortest distance b for which there exists a perfect matching between + * the points of the two diagrams (+ all the diagonal points) such that + * any couple of matched points are at distance at most b. + * */ /** @} */ // end defgroup bottleneck_distance -- cgit v1.2.3