mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 08:26:32 +02:00
Merge pull request #264 from alicevision/dev_keyframeAndRig
New camera rig workflow
This commit is contained in:
commit
3f4a5b203f
4 changed files with 144 additions and 52 deletions
|
@ -24,6 +24,16 @@ class ConvertSfMFormat(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
group='', # exclude from command line
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='describerTypes',
|
||||
label='Describer Types',
|
||||
description='Describer types to keep.',
|
||||
value=['sift'],
|
||||
values=['sift', 'sift_float', 'sift_upright', 'akaze', 'akaze_liop', 'akaze_mldb', 'cctag3', 'cctag4', 'sift_ocv', 'akaze_ocv'],
|
||||
exclusive=False,
|
||||
uid=[0],
|
||||
joinChar=',',
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='views',
|
||||
label='Views',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue