From 31a04c638a8dc5b76eed1a2de1953a6dd1e7b7ca Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 28 Mar 2022 17:08:47 +0100 Subject: [PATCH] PSP: Add grid_simplify_point_set() to changes.md --- Installation/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index efdef4034ec..e3a60cb1837 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -165,6 +165,8 @@ Release date: January 2022 ### [Point Set Processing](https://doc.cgal.org/5.4/Manual/packages.html#PkgPointSetProcessing3) +- Added the function [`grid_simplify_point_set()`](https://doc.cgal.org/latest/Point_set_processing_3/group__PkgPointSetProcessing3Algorithms.html#gac7c81cc8a2986e3972e86612e4f847a1) + which merges points which belong to the same cell of a grid. - Added support for [`libpointmatcher::GenericDescriptorOutlierFilter`](https://github.com/ethz-asl/libpointmatcher) that enables providing a map from a point to a weight associated with this point.