mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[SfmTransfer] Copy intrinsics parameters
This commit is contained in:
parent
8e24687c68
commit
6c495aeae3
1 changed files with 3 additions and 2 deletions
|
@ -34,9 +34,10 @@ This node allows to transfer poses and/or intrinsics form one SfM scene onto ano
|
|||
description="Matching Method:\n"
|
||||
" * from_viewid: Align cameras with same view Id\n"
|
||||
" * from_filepath: Align cameras with a filepath matching, using 'fileMatchingPattern'\n"
|
||||
" * from_metadata: Align cameras with matching metadata, using 'metadataMatchingList'\n",
|
||||
" * from_metadata: Align cameras with matching metadata, using 'metadataMatchingList'\n"
|
||||
" * from_intrinsicid: Copy intrinsics parameters\n",
|
||||
value='from_viewid',
|
||||
values=['from_viewid', 'from_filepath', 'from_metadata'],
|
||||
values=['from_viewid', 'from_filepath', 'from_metadata', 'from_intrinsicid'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue