mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[nodes] renamed IntrinsicsCalibration to CheckerboardCalibration
This commit is contained in:
parent
a931e1b4e2
commit
13b76f4be3
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ __version__ = '1.0'
|
|||
from meshroom.core import desc
|
||||
|
||||
|
||||
class IntrinsicsCalibration(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_intrinsicsCalibration {allParams}'
|
||||
class CheckerboardCalibration(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_checkerboardCalibration {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
|
||||
category = 'Other'
|
Loading…
Add table
Reference in a new issue