mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +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":
|
||||
# default panorama fisheye hdr pipeline
|
||||
self.setGraph(multiview.panoramaFisheyeHdr())
|
||||
elif p.lower() == "colorcheckerdetection":
|
||||
# test color checker detection pipeline
|
||||
self.setGraph(multiview.colorCheckerDetection())
|
||||
else:
|
||||
# use the user-provided default photogrammetry project file
|
||||
self.load(p, setupProjectFile=False)
|
||||
|
|
Loading…
Add table
Reference in a new issue