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

Optimizing the confidence map alignment #421

Merged
merged 9 commits into from
Mar 15, 2022

Conversation

OanaMariaVatavu
Copy link
Contributor

@OanaMariaVatavu OanaMariaVatavu commented Mar 11, 2022

Adding

  1. Confidence map improvements(device level) for
    • U8 case (standard LR-check)
      - 30+ FPS at full resolution
    • U16 case (LR-check + subpixel)
      - 28 FPS at THE_720_P resolution (limited by subpixel calculation+unoptimised threshold SW Filter)
      - 25 FPS at THE_800_P resolution (limited by subpixel calculation+unoptimised thresholding SW Filter)
  2. A new example(rgb_depth_confidence_aligned.cpp) to validate the confidence alignment

Modify

  • Confidence map alignment according to the RGB-depth alignment

[ToDo]

  • Optimizing the thresholding SW Filter - will follow up in a different PR

@OanaMariaVatavu OanaMariaVatavu merged commit bdc9ad8 into develop Mar 15, 2022
@OanaMariaVatavu OanaMariaVatavu deleted the confidence_map_alignment_opt branch March 15, 2022 13:50
@OanaMariaVatavu OanaMariaVatavu restored the confidence_map_alignment_opt branch March 15, 2022 13:50
@SzabolcsGergely SzabolcsGergely deleted the confidence_map_alignment_opt branch April 13, 2022 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants