mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
Merge pull request #1390 from alicevision/dev/nodeSfmTransformCamerasXAxis
[nodes] SfMTransform: add auto_from_cameras_x_axis
This commit is contained in:
commit
277384f5ef
1 changed files with 2 additions and 1 deletions
|
@ -38,13 +38,14 @@ The transformation can be based on:
|
||||||
" * transformation: Apply a given transformation\n"
|
" * transformation: Apply a given transformation\n"
|
||||||
" * manual: Apply the gizmo transformation (show the transformed input)\n"
|
" * manual: Apply the gizmo transformation (show the transformed input)\n"
|
||||||
" * auto_from_cameras: Use cameras\n"
|
" * auto_from_cameras: Use cameras\n"
|
||||||
|
" * auto_from_cameras_x_axis: Use X axis of all cameras\n"
|
||||||
" * auto_from_landmarks: Use landmarks\n"
|
" * auto_from_landmarks: Use landmarks\n"
|
||||||
" * from_single_camera: Use a specific camera as the origin of the coordinate system\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_center_camera: Use the center camera as the origin of the coordinate system\n"
|
||||||
" * from_markers: Align specific markers to custom coordinates\n"
|
" * from_markers: Align specific markers to custom coordinates\n"
|
||||||
" * from_gps: Align with the gps positions from the image metadata",
|
" * from_gps: Align with the gps positions from the image metadata",
|
||||||
value='auto_from_landmarks',
|
value='auto_from_landmarks',
|
||||||
values=['transformation', 'manual', 'auto_from_cameras', 'auto_from_landmarks', 'from_single_camera', 'from_center_camera', 'from_markers', 'from_gps'],
|
values=['transformation', 'manual', 'auto_from_cameras', 'auto_from_cameras_x_axis', 'auto_from_landmarks', 'from_single_camera', 'from_center_camera', 'from_markers', 'from_gps'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue