[nodes] Panorama/LDRToHDR: remove the "advanced" flag on some parameters

This commit is contained in:
Fabien Castan 2020-03-30 11:24:17 +02:00
parent 375070e003
commit 4bfbfc44d3
3 changed files with 1 additions and 4 deletions

View file

@ -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,