CGAL 5.6.1 - Shape Regularization
Shape Regularization Reference

sr_logo_120x120.png
Dmitry Anisimov, Gennadii Sytov, Simon Giraudot, Jean-Philippe Bauchet, and Florent Lafarge
Regularization of 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.
Introduced in: CGAL 5.4
Depends on: CGAL and Solvers
BibTeX: cgal:asgbl-sr-24a
License: GPL
Windows Demo: Polyhedron demo

Shape Regularization

Concepts

Segments

Free Functions

Neighbor Queries

Regularization Types

Grouping Segments

Simplifying Segments

Contours

Free Functions

Estimating Directions

Planes

Free Functions

QP Regularization

Modules

 Concepts
 Concepts, which are used to parameterize the functions and classes from CGAL::Shape_regularization.
 
 Segments
 Models and functions that can be used when regularizing segments.
 
 Contours
 Models and functions that can be used when regularizing contours.
 
 Planes
 Models and functions that can be used when regularizing planes.
 

Files

file  Shape_regularization.h
 A convenience header that includes all free functions and classes for shape regularization.
 
file  regularize_contours.h
 This header includes all classes for regularizing contours.
 
file  regularize_planes.h
 This header includes all classes for regularizing planes.
 
file  regularize_segments.h
 This header includes all classes for regularizing segments.
 

Classes

class  CGAL::Shape_regularization::QP_regularization< GeomTraits, InputRange, NeighQuery, RegType, QPSolver >
 Shape regularization algorithm based on the quadratic programming global optimization. More...