[nodes] PanoramaEstimation: use rotation matrix by default

This commit is contained in:
Fabien Castan 2020-02-25 14:21:47 +01:00
parent ff34102190
commit 215ef1eb48

View file

@ -97,9 +97,10 @@ class PanoramaEstimation(desc.CommandLineNode):
label='Relative Rotation Method',
description="Method for relative rotation :\n"
" * from essential matrix\n"
" * from homography matrix",
" * from homography matrix\n"
" * from rotation matrix",
values=['essential_matrix', 'homography_matrix', 'rotation_matrix'],
value='homography_matrix',
value='rotation_matrix',
exclusive=True,
uid=[0],
advanced=True,