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

levelset: fix evalution of segment information for points that lie on the segmentation #394

Merged
merged 3 commits into from
Jun 5, 2023

Commits on May 11, 2023

  1. CG: rewrite the algorithm for projecting points onto triangles

    The new algorithm is more precises when the point lies on the
    triangle.
    andrea-iob committed May 11, 2023
    Configuration menu
    Copy the full SHA
    70c23cf View commit details
    Browse the repository at this point in the history
  2. levelset: improve the error message displayed when no information can…

    … be extracted for a segment
    andrea-iob committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b983446 View commit details
    Browse the repository at this point in the history
  3. levelset: fix evaluation of segment information

    Levelset sign should be evaluated with the same tolerance used
    when checking if the point lies on the segmentation.
    andrea-iob committed May 11, 2023
    Configuration menu
    Copy the full SHA
    02d270b View commit details
    Browse the repository at this point in the history