[ui] new pipeline hdriFisheye

Setup the 2 fisheye options on LDRToHDR and PanoramaInit nodes.
This commit is contained in:
Fabien Castan 2020-03-20 17:57:16 +01:00
parent e88651ba01
commit 7b8405c5f6
3 changed files with 17 additions and 0 deletions

View file

@ -426,6 +426,9 @@ class Reconstruction(UIGraph):
elif p.lower() == "hdri":
# default hdri pipeline
self.setGraph(multiview.hdri())
elif p.lower() == "hdrifisheye":
# default hdri pipeline
self.setGraph(multiview.hdriFisheye())
else:
# use the user-provided default photogrammetry project file
self.load(p, setupProjectFile=False)