mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +02:00
[nodes] add node categories
This commit is contained in:
parent
3d33134ca9
commit
e18f815af9
47 changed files with 58 additions and 10 deletions
|
@ -8,6 +8,7 @@ class ImageMatching(desc.CommandLineNode):
|
|||
commandLine = 'aliceVision_imageMatching {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
|
||||
category = 'Sparse Reconstruction'
|
||||
documentation = '''
|
||||
The goal of this node is to select the image pairs to match. The ambition is to find the images that are looking to the same areas of the scene.
|
||||
Thanks to this node, the FeatureMatching node will only compute the matches between the selected image pairs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue