mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 03:27:34 +02:00
[ui] ImageGallery: allow to visualize the list of HDR images created by LDRToHDR
Conflicts: meshroom/ui/reconstruction.py
This commit is contained in:
parent
85dd992927
commit
19d2f90554
5 changed files with 85 additions and 12 deletions
|
@ -160,6 +160,9 @@ class CameraInit(desc.CommandLineNode):
|
|||
),
|
||||
]
|
||||
|
||||
def readSfMData(self, sfmFile):
|
||||
return readSfMData(sfmFile)
|
||||
|
||||
def buildIntrinsics(self, node, additionalViews=()):
|
||||
""" Build intrinsics from node current views and optional additional views
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue