OpenMVS Changes over upstream f57daf5b (last merge on 355) - #3
Draft
DodgySpaniard wants to merge 25 commits into
Draft
OpenMVS Changes over upstream f57daf5b (last merge on 355)#3DodgySpaniard wants to merge 25 commits into
DodgySpaniard wants to merge 25 commits into
Conversation
From merge e2f3c4b from Piero Toffanin
From Merge e2f3c4b from Piero Toffanin
From Merge e2f3c4b from Piero Toffanin
Cherry-pick of cdcseacave#1272
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.
Instead of merging, all ODM changes are now a rebase, meaning we carry a delta of exactly what differs from upstream. To make it explicit and will hopefully reduce this distance over time.
These are all the changes from 355, which las merge was on f57daf5b (we created the branch develop-v220 to carry these changes and make the diff here)
$ git log --online on develop:
`
f57daf5 (origin/develop-v220, develop-v220) interface: add depth and mask importer to RTMV
a5707ae interface: add Nerfstudio and RTMV importer (cdcseacave#1047)
a84072d build: enable SSE on non-ARM systems only (cdcseacave#1042)
b58a687 common: save/load results as point-cloud/mesh PLY instead of MVS files
742eabf common: remove all usages of cv::String (cdcseacave#1028)
028c806 common: fix some warnings
a12e182 io: support images with .jpeg file extension (cdcseacave#1027)
5347df2 transform: simplify transform matrix parsing (cdcseacave#1026)
d2d874d common: v2.2.0 <<<<<
`