[nodes] Exposed all attributes that are connected in default pipelines

This commit is contained in:
Aurore LAFAURIE 2024-09-12 14:19:04 +02:00 committed by Fabien Castan
parent fbfe83e371
commit 23310ad3b0
14 changed files with 30 additions and 0 deletions

View file

@ -82,6 +82,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
name="featuresFolders",
label="Features Folders",
description="Folder(s) containing the extracted features and descriptors.",
exposed=True,
),
desc.ListAttribute(
elementDesc=desc.File(
@ -93,6 +94,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
name="matchesFolders",
label="Matches Folders",
description="Folder(s) in which the computed matches are stored.",
exposed=True,
),
desc.ChoiceParam(
name="describerTypes",
@ -102,6 +104,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
value=["dspsift"],
exclusive=False,
joinChar=",",
exposed=True,
),
desc.ChoiceParam(
name="localizerEstimator",