-
-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix InterfaceOpenMVG and InterfaceVisualSFM build #951
Conversation
* Improve depth-map estimation in textureless areas using multi-resolution * Add texture sharpening * Ground plane estimation * Estimate volume from the reconstructed mesh * Texture transfer between two meshes * Automatic Region-Of-Interest estimation * Simplify build with vcpkg * Add tests * Add Continuous Integration action * Various bug fixes
InterfaceOpenMVG and InterfaceVisualSFM are not buid because they are deprecated, none should be used: if you point this PR to master I will merge only the fixes, not the CMake change |
I've changed the target branch and removed the CMake, though this risks the having the build fail in the future. If they are truly deprecated, then we should just remove the code and also the documentation pointing to their usage. Right now the doc still suggests using InterfaceOpenMVG. |
good point, I will remove them, thank you |
can you pls point me where in the documentation you see |
Oh, I guess the outdated documentation is in OpenMVG https://openmvg.readthedocs.io/en/latest/software/MVS/OpenMVS/ |
OpenMVG is not my repo, pls post an issue there |
Add InterfaceOpenMVG and InterfaceVisualSFM to the default builds. Fix broken build with old interfaces.