From 4a12893035c9f619c5615a43f6a8d6cf6926bebb Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Mon, 28 May 2018 17:29:15 +0200 Subject: [PATCH] Update CHANGES.md --- Installation/CHANGES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index e2683e3b1fd..16144fd2215 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -61,6 +61,23 @@ Release date: September 2018 `CGAL::pca_estimate_normals()`, `CGAL::remove_outliers()` and `CGAL::wlop_simplify_and_regularize_point_set()`. + +### Classification + +- Added data structures to handle classification of Surface Meshes + and of Clusters. + +- Added public API to compute features in parallel. + +- **Breaking change**: features based on products/divisions of + eigenvalues are replaced by simple eigenvalue features. Features + based on statistics on the HSV color channels are replaced by + simple HSV color channel features. + +- **Breaking change**: the API of + `CGAL::Classification::Point_set_feature_generator` has been simplified. + + ### Polygon Mesh Processing - Added a new named parameter for stitching that allows to perform