mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-02 11:46:45 +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',
|
panoramaOrientation = graph.addNewNode('SfMTransform',
|
||||||
input=panoramaEstimation.output,
|
input=panoramaEstimation.output,
|
||||||
method='from_single_camera')
|
method='manual')
|
||||||
|
|
||||||
panoramaWarping = graph.addNewNode('PanoramaWarping',
|
panoramaWarping = graph.addNewNode('PanoramaWarping',
|
||||||
input=panoramaOrientation.output)
|
input=panoramaOrientation.output)
|
||||||
|
|
Loading…
Add table
Reference in a new issue