Tool that takes a video and creates a 3d model from it#6
Draft
Tool that takes a video and creates a 3d model from it#6
Conversation
Owner
Author
|
The basic functionality of the tool is done. This would be done by walking along the edges if each stitch and connecting every two vertexes to the closest vertex on the other side of the edge, once for each side of the edge. The big problem is tracking, the current tracking accuracy does not seam good enough to generate nice meshes. Working on improving megasam camera tracking by supplementing it with new tracking markers might solve this. |
Owner
Author
|
Tried to move over to open3ds Tensor version... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tool that stitches together a 3D mesh baed on depth maps from various angles.
People generally use point clouds for this or KinectFusion for this. Point clouds work by give unsatisfactory results. Ans it seams like KinectFusion assumes that the depth map is more accurate than todays monocular depth maps.
Python KinectFusion
This tool just tries to stitch the models as they are.