Skip to content
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

Full convexity #1594

Merged
merged 89 commits into from
Nov 16, 2021
Merged

Conversation

JacquesOlivierLachaud
Copy link
Member

@JacquesOlivierLachaud JacquesOlivierLachaud commented Aug 23, 2021

PR Description

This PR completes the module on Digital Convexity with new functions related to full convexity. In particular, it provides an algorithm to check full convexity for arbitrary digital sets in nD, and proposes several helper classes for using full convexity in practice: one dedicated to local geometric analysis, the other devoted to tangency and shortest paths.

Checklist

  • Unit-test of your feature with Catch.
  • Doxygen documentation of the code completed (classes, methods, types, members...)
  • Documentation module page added or updated.
  • New entry in the ChangeLog.md added.
  • No warning raised in Debug cmake mode (otherwise, Travis C.I. will fail).
  • All continuous integration tests pass (Travis & appveyor)

@dcoeurjo dcoeurjo self-requested a review October 14, 2021 08:54
Copy link
Member

@dcoeurjo dcoeurjo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last batch, thx

src/DGtal/geometry/volumes/CellGeometry.ih Outdated Show resolved Hide resolved
src/DGtal/geometry/volumes/ConvexityHelper.h Outdated Show resolved Hide resolved
src/DGtal/geometry/volumes/DigitalConvexity.ih Outdated Show resolved Hide resolved
src/DGtal/geometry/volumes/NeighborhoodConvexityAnalyzer.h Outdated Show resolved Hide resolved
src/DGtal/geometry/volumes/NeighborhoodConvexityAnalyzer.h Outdated Show resolved Hide resolved
src/DGtal/kernel/UnorderedSetByBlock.h Outdated Show resolved Hide resolved
ChangeLog.md Outdated Show resolved Hide resolved
src/DGtal/math/LagrangeInterpolation.h Outdated Show resolved Hide resolved
@dcoeurjo dcoeurjo self-requested a review November 8, 2021 09:46
Copy link
Member

@dcoeurjo dcoeurjo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of minor questions. Otherwise, no more comments, thx

@JacquesOlivierLachaud
Copy link
Member Author

Should be fine now.

@dcoeurjo
Copy link
Member

Great, thx

@dcoeurjo dcoeurjo self-requested a review November 16, 2021 12:41
@dcoeurjo dcoeurjo self-assigned this Nov 16, 2021
Copy link
Member

@dcoeurjo dcoeurjo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good

@dcoeurjo dcoeurjo merged commit 1346979 into DGtal-team:master Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants