summaryrefslogtreecommitdiff
path: root/src/Subsampling/include/gudhi/sparsify_point_set.h
diff options
context:
space:
mode:
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(