-
Notifications
You must be signed in to change notification settings - Fork 1.6k
add detect sharp corners #5710
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
Open
kabirkedia
wants to merge
41
commits into
CGAL:main
Choose a base branch
from
kabirkedia:kabir-add_detect_sharp_corners
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
add detect sharp corners #5710
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
0617ce4
add detect_sharp_corners
kabirkedia df235f8
Removing unnecessary braces
kabirkedia 670cd96
add detect_sharp_corners to examples
kabirkedia 3fba7dd
Fix minor errors
kabirkedia bb207d7
Fix detect_sharp_corners
kabirkedia 3798400
Fix detect_features
kabirkedia 4cb4a8d
Add parametrs::all_default
kabirkedia 375a7e3
add vertex_is_feature_t
kabirkedia e9a935a
fix VIFMap
kabirkedia abea70b
fix is_sharp_corner
kabirkedia deb97c1
add vertex_is_feature
kabirkedia cb85293
add detect_sharp
kabirkedia 05ec248
add demo file for detect_sharp_corners
kabirkedia a2c3cdc
add plugin for detect_sharp_corners
kabirkedia 9b9aaad
Fix polyhedron_detect_sharp_corners.h
kabirkedia 60e1794
fix compilation (missing :)
janetournois 1501e64
remove trailing whitespaces
janetournois bf53b46
Update detect_features.h
kabirkedia 4910a9e
fix detect
kabirkedia 1cacf6d
fix detect_sharp_corners
kabirkedia cbc026c
adjust loop for detect_sharp_corners
kabirkedia d291713
fix is_sharp_corners
kabirkedia ef33f0e
add the detect_corners functionality
kabirkedia 18dd21d
Delete Polyhedron_demo_detect_sharp_corners.h
kabirkedia 7f21a47
remove trailing whitespaces
kabirkedia 5c095f3
Delete Detect_sharp_corners_plugin.cpp
kabirkedia 8e4f4d0
Update Polyhedron_demo_detect_sharp_edges.h
kabirkedia 0fe54b3
fix compilation
janetournois 9ef2d6a
add framework for sharp corners detection in demo
janetournois 71a5fa3
Enrich Plugin
kabirkedia a8f212e
fix counter
janetournois 3db1dc1
reorder parameters for consistency with detect_sharp_edges
janetournois 5e9d258
add const ref's
janetournois fadd423
remove useless template parameters
janetournois cfc959d
extract parameters from np before calling subfunctions
janetournois b450ce5
uncomment example code
janetournois cd66eb9
count incident sharp edges to detect 1st sharp corners
janetournois 736b714
simplify 2nd loop
janetournois d6b0299
Merge remote-tracking branch 'cgal/master' into kabir-add_detect_shar…
janetournois 70a759a
remove trailing whitespaces
janetournois e7d9d54
Fixed detect_sharp_corners plugin
kabirkedia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
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.
todo : add documentation for the function