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

depth_image_proc register cover all angles with fill_upsampling_holes #722

Open
wants to merge 7 commits into
base: noetic
Choose a base branch
from

Commits on Dec 24, 2022

  1. reformatting the depth register code some, can factor some things out…

    … and increase clarity more but not sure if it will result in performance changes
    lucasw committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    ec5980d View commit details
    Browse the repository at this point in the history
  2. make the filled upsampling holes more filled in more relative angle c…

    …ases, but it still reduces to a sliver from some angles
    lucasw committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    ac8c09d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b303b75 View commit details
    Browse the repository at this point in the history
  4. Now fully cover the area to fill with rectangles in the target image …

    …for depth_image_proc register when filling holes, eliminating the sliver effect from some angles (low angles will stil have them, would need to use depth values from adjacent pixels to avoid that)
    lucasw committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    7554850 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b8c45f View commit details
    Browse the repository at this point in the history
  6. basic depth_image_proc unit test of a camera situated behind the dept…

    …h camera, next try a camera at an angle to the depth points next
    lucasw committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    28c6ac4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b14afe View commit details
    Browse the repository at this point in the history