[node] SfmTransform - manual transformation method by default

This commit is contained in:
Thomas Zorroche 2021-03-25 21:30:31 +01:00 committed by Fabien Castan
parent 8c14387b7d
commit b36f5f3f8e

View file

@ -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)