mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[nodes] Panorama/LDRToHDR: remove the "advanced" flag on some parameters
This commit is contained in:
parent
375070e003
commit
4bfbfc44d3
3 changed files with 1 additions and 4 deletions
|
@ -63,7 +63,7 @@ If images have known poses, use frustum intersection else use VocabularuTree.
|
|||
' * SequentialAndVocabularyTree: Combines sequential approach with VocTree to enable connections between keyframes at different times.\n'
|
||||
' * Exhaustive: Export all image pairs.\n'
|
||||
' * Frustum: If images have known poses, computes the intersection between cameras frustums to create the list of image pairs.\n'
|
||||
' * FrustumOrVocabularyTree: If images have known poses, use frustum intersection else use VocabularuTree.\n',
|
||||
' * FrustumOrVocabularyTree: If images have known poses, use frustum intersection else use VocabularyTree.\n',
|
||||
value='VocabularyTree',
|
||||
values=['VocabularyTree', 'Sequential', 'SequentialAndVocabularyTree', 'Exhaustive', 'Frustum', 'FrustumOrVocabularyTree'],
|
||||
exclusive=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue