mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[nodes] SfMTransform: new from_center_camera
This commit is contained in:
parent
2405030858
commit
b317de71ee
1 changed files with 2 additions and 1 deletions
|
@ -39,9 +39,10 @@ The transformation can be based on:
|
|||
" * auto_from_cameras: Use cameras\n"
|
||||
" * auto_from_landmarks: Use landmarks\n"
|
||||
" * from_single_camera: Use a specific camera as the origin of the coordinate system\n"
|
||||
" * from_center_camera: Use the center camera as the origin of the coordinate system\n"
|
||||
" * from_markers: Align specific markers to custom coordinates",
|
||||
value='auto_from_landmarks',
|
||||
values=['transformation', 'manual', 'auto_from_cameras', 'auto_from_landmarks', 'from_single_camera', 'from_markers'],
|
||||
values=['transformation', 'manual', 'auto_from_cameras', 'auto_from_landmarks', 'from_single_camera', 'from_center_camera', 'from_markers'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue