mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 18:31:58 +02:00
[ui] reconstruction: remove dead code
This commit is contained in:
parent
b2bb1e12c2
commit
a17fdf33b5
1 changed files with 0 additions and 3 deletions
|
@ -490,9 +490,6 @@ class Reconstruction(UIGraph):
|
||||||
elif p.lower() == "panoramafisheyehdr":
|
elif p.lower() == "panoramafisheyehdr":
|
||||||
# default panorama fisheye hdr pipeline
|
# default panorama fisheye hdr pipeline
|
||||||
self.setGraph(multiview.panoramaFisheyeHdr())
|
self.setGraph(multiview.panoramaFisheyeHdr())
|
||||||
elif p.lower() == "colorcheckerdetection":
|
|
||||||
# test color checker detection pipeline
|
|
||||||
self.setGraph(multiview.colorCheckerDetection())
|
|
||||||
else:
|
else:
|
||||||
# use the user-provided default photogrammetry project file
|
# use the user-provided default photogrammetry project file
|
||||||
self.load(p, setupProjectFile=False)
|
self.load(p, setupProjectFile=False)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue