[nodes] add basic node documentation

This commit is contained in:
Loïc Vital 2023-09-25 17:34:33 +02:00
parent 327f1c684d
commit 3657cbb0be
2 changed files with 2 additions and 0 deletions

View file

@ -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 = [

View file

@ -11,6 +11,7 @@ class RelativePoseEstimating(desc.AVCommandLineNode):
category = 'Sparse Reconstruction'
documentation = '''
Estimate relative pose between each pair of views that share tracks.
'''
inputs = [