mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[nodes] add basic node documentation
This commit is contained in:
parent
327f1c684d
commit
3657cbb0be
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ class NodalSfM(desc.AVCommandLineNode):
|
|||
|
||||
category = 'Sparse Reconstruction'
|
||||
documentation = '''
|
||||
A Structure-From-Motion node specifically designed to handle pure rotation camera movements.
|
||||
'''
|
||||
|
||||
inputs = [
|
||||
|
|
|
@ -11,6 +11,7 @@ class RelativePoseEstimating(desc.AVCommandLineNode):
|
|||
|
||||
category = 'Sparse Reconstruction'
|
||||
documentation = '''
|
||||
Estimate relative pose between each pair of views that share tracks.
|
||||
'''
|
||||
|
||||
inputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue