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

Fix misc bugs #520

Merged
merged 3 commits into from
Oct 30, 2018
Merged

Fix misc bugs #520

merged 3 commits into from
Oct 30, 2018

Conversation

yann-lty
Copy link
Member

@yann-lty yann-lty commented Oct 29, 2018

Description

Small bugfixes in the pipeline.
Fixes #514
Fixes alicevision/Meshroom#236

Features list

  • [depthMap] Fix memory leak in SemiGlobalMatchingVolume
  • [mesh] Fix loading of OBJ with normals
  • [matching] Fix end iterator dereferencing

check iterator validity before trying to access its content
Delete internal _volumeSecondBest buffer on destruction.
see #514
add missing case of face with 6 single separators (v/t/n) in preprocessing pass
@fabiencastan fabiencastan merged commit c9b07f2 into develop Oct 30, 2018
@fabiencastan fabiencastan deleted the fix_miscBugs branch October 30, 2018 17:59
@fabiencastan fabiencastan added this to the 2019.1 milestone Jan 18, 2019
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.

Massive memory leak in SemiGlobalMatchingVolume Not possible to project textures after re-topology?
2 participants