[Small Feature] Region Growing Revision#5563
Closed
danston wants to merge 162 commits intoCGAL:masterfrom
Closed
Conversation
…n the Generic_facegraph_printer
sloriot
reviewed
Apr 11, 2021
renaming Region_growing_X subfolders to X
introducing Primitive typedef to all region types Outputiterator for region growing now needs to accept std::pair<Primitive, std::vector<std::size_t> >
moved Index out of Point_set_3
…ependent type changing seed map to vector of input data dependent type
removing unnecessary typename
Member
|
Replaced by #6702 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a revision of the
Region_growingcomponent from theShape_detectionpackage. It includes multiple small and big changes (including a few breaking changes!):RegionTypeconcept returns a boolean flag that enables to detect if the input conditions for the new region are satisfied (it is also a breaking change)Polyline_graphclass for extracting a set of polylines from a face graph, which splits this graph into a set of user-defined regions (this is necessary for the decimation algorithm in the PMP)To be yet done:
The doc files changed:
TODO:
Polygon_meshsub-namespace/headers be renamedTriangle_mesh? is not a good nameItem_to_region_index_map?DOXYGEN_NSbyDOXYGEN_RUNNING?CGAL/Shape_detection/Region_growing/internal/free_functions.hRelease Management
Shape_detectionTasks: