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

[fuseCut] added a parameter to filter points based on number of observations #885

Merged
merged 4 commits into from
Dec 1, 2020

Commits on Sep 10, 2020

  1. new param minVis

    raphael2692 authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    928d69e View commit details
    Browse the repository at this point in the history
  2. Update DelaunayGraphCut.cpp

    Added a condition in DelaunayGraphCut::fuseFromDepthMaps to filter out points based on their number of observations (passed via the minVis parameter).
    raphael2692 authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    07b6f80 View commit details
    Browse the repository at this point in the history
  3. new parameter minVis

    raphael2692 authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    2ce4a31 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. post-review update

    add counter for points filtered out (not enough observation)
    add info log for total count
    add info log for parameter minVis in log header
    raphael2692 authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    3eca2c4 View commit details
    Browse the repository at this point in the history