mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[pipeline] Simplify MV-PS pipeline
Pose transfert in SfMTransfert
This commit is contained in:
parent
2519a57e76
commit
47bbce4ddf
2 changed files with 1164 additions and 5 deletions
|
@ -32,12 +32,13 @@ This node allows to transfer poses and/or intrinsics form one SfM scene onto ano
|
|||
name="method",
|
||||
label="Matching Method",
|
||||
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_intrinsicid: Copy intrinsics parameters.\n",
|
||||
" - from_viewid: Match cameras based on viewId.\n"
|
||||
" - from_filepath: Match cameras with a filepath matching, using 'fileMatchingPattern'.\n"
|
||||
" - from_metadata: Match cameras with matching metadata, using 'metadataMatchingList'.\n"
|
||||
" - from_poseid: Match cameras based on poseId.\n"
|
||||
" - from_intrinsicid: Match cameras based on intrinsicId.\n",
|
||||
value="from_viewid",
|
||||
values=["from_viewid", "from_filepath", "from_metadata", "from_intrinsicid"],
|
||||
values=["from_viewid", "from_filepath", "from_metadata", "from_poseid", "from_intrinsicid"],
|
||||
),
|
||||
desc.StringParam(
|
||||
name="fileMatchingPattern",
|
||||
|
|
1158
meshroom/pipelines/MultiView Photometric Stereo.mg
Normal file
1158
meshroom/pipelines/MultiView Photometric Stereo.mg
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue