mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[nodes] PanoramaEstimation: use rotation matrix by default
This commit is contained in:
parent
ff34102190
commit
215ef1eb48
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue