summaryrefslogtreecommitdiff
path: root/src/Subsampling/include/gudhi/sparsify_point_set.h
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-22 14:40:26 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-22 14:40:26 +0000
commitc90bcb4438cd23467ece39eb9815fe66cee04740 (patch)
treeeb8e6fbd199009f211f939f303500701a0e37e44 /src/Subsampling/include/gudhi/sparsify_point_set.h
parenta288227ce65517493c73ae9ae09b44d50c6c325d (diff)
Doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1330 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a0ceaad859180b088662288aab7ff321171b985e
Diffstat (limited to 'src/Subsampling/include/gudhi/sparsify_point_set.h')
-rw-r--r--src/Subsampling/include/gudhi/sparsify_point_set.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Subsampling/include/gudhi/sparsify_point_set.h b/src/Subsampling/include/gudhi/sparsify_point_set.h
index 31ca40be..09c4af13 100644
--- a/src/Subsampling/include/gudhi/sparsify_point_set.h
+++ b/src/Subsampling/include/gudhi/sparsify_point_set.h
@@ -34,6 +34,14 @@
namespace Gudhi {
namespace subsampling {
+/**
+* \ingroup subsampling
+* \brief Outputs a subset of the input points so that the
+* squared distance between any two points
+* is greater than or equal to `min_squared_dist`.
+*
+*/
+
template <typename Kernel, typename Point_container, typename OutputIterator>
void
sparsify_point_set(