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

kinfu LS: fix volume size calculation from pointers. #1233

Merged
merged 1 commit into from
May 15, 2015

Conversation

RMonica
Copy link
Contributor

@RMonica RMonica commented May 9, 2015

tsdf_memory_end is the last valid memory address, not the first invalid.
The size must be (tsdf_memory_end - tsdf_memory_start + 1).
Apparently, a similar fix was already applied to pointer_shift.cu.

This fixes some artifacts at volume boundaries in the reconstruction.

  tsdf_memory_end is the last valid memory address, not the first invalid.
  Apparently, a similar fix was already applied to pointer_shift.cu.

  This fixes some artifacts in the reconstruction.
taketwo added a commit that referenced this pull request May 15, 2015
kinfu LS: fix volume size calculation from pointers.
@taketwo taketwo merged commit f4d152b into PointCloudLibrary:master May 15, 2015
@RMonica RMonica deleted the fix_kinfuls_volume_size branch May 16, 2015 18:56
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.

2 participants