-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Shape_detection: Add a way to pass input normal to faces #8638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ! in Plane_face_region.h#320 looks like bug and at least the doc needs to be updated.
Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Plane_face_region.h
Show resolved
Hide resolved
Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Plane_face_region.h
Outdated
Show resolved
Hide resolved
Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Plane_face_region.h
Show resolved
Hide resolved
Successfully tested in CGAL-6.1-Ic-59 |
added missing named parameter
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Face_area_sorting.h
Outdated
Show resolved
Hide resolved
Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Plane_face_region.h
Outdated
Show resolved
Hide resolved
Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Plane_face_region.h
Show resolved
Hide resolved
Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Plane_face_region.h
Outdated
Show resolved
Hide resolved
Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Plane_face_region.h
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8638/v0/Manual/index.html |
Successfully tested in CGAL-6.1-Ic-132 |
Summary of Changes
Avoid computing them when they are known.
sort()
for exemple). PCA is also used here to estimate the flatness score of a face in its neighborhoodRelease Management
Shape_detection