mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[node] SfmTransform - manual transformation method by default
This commit is contained in:
parent
8c14387b7d
commit
b36f5f3f8e
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ def panoramaHdrPipeline(graph):
|
|||
|
||||
panoramaOrientation = graph.addNewNode('SfMTransform',
|
||||
input=panoramaEstimation.output,
|
||||
method='from_single_camera')
|
||||
method='manual')
|
||||
|
||||
panoramaWarping = graph.addNewNode('PanoramaWarping',
|
||||
input=panoramaOrientation.output)
|
||||
|
|
Loading…
Add table
Reference in a new issue