From 0bb3597126875e01c0d12e2afd9a31ad678bd3d6 Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Fri, 4 Jun 2021 14:44:51 +0200 Subject: [PATCH] removed advance --- .../doc/Shape_regularization/Shape_regularization.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shape_regularization/doc/Shape_regularization/Shape_regularization.txt b/Shape_regularization/doc/Shape_regularization/Shape_regularization.txt index 5c267321378..684d7eded87 100644 --- a/Shape_regularization/doc/Shape_regularization/Shape_regularization.txt +++ b/Shape_regularization/doc/Shape_regularization/Shape_regularization.txt @@ -17,7 +17,7 @@ A closed contour before (red) and after (green) regularization. This \cgal package enables to regularize a set of segments and open or closed contours in 2D and a set of planes in 3D such that all input objects are rotated and aligned with respect -to the user-specified conditions. We also provide an advance regularization algorithm that can +to the user-specified conditions. In addition, we provide a global regularization framework that can be adjusted for the user needs and any type of geometric objects. This package can also be used in conjunction with the \ref PkgShapeDetection "Shape Detection" package. @@ -436,7 +436,7 @@ still use the old API of that function, however to avoid parameters ambiguity, w suggest to use the new API with the \ref BGLNamedParameters "Named Parameters" mechanism. -\section QP_Regularization Advance QP Regularization +\section QP_Regularization QP Regularization The shape regularization component is a generic framework that is based on the Quadratic Programming (QP) global regularization algorithm \cgalCite{cgal:bl-kippi-18}