mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-30 10:47:34 +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
|
from meshroom.core import desc
|
||||||
|
|
||||||
|
|
||||||
class IntrinsicsCalibration(desc.AVCommandLineNode):
|
class CheckerboardCalibration(desc.AVCommandLineNode):
|
||||||
commandLine = 'aliceVision_intrinsicsCalibration {allParams}'
|
commandLine = 'aliceVision_checkerboardCalibration {allParams}'
|
||||||
size = desc.DynamicNodeSize('input')
|
size = desc.DynamicNodeSize('input')
|
||||||
|
|
||||||
category = 'Other'
|
category = 'Other'
|
Loading…
Add table
Reference in a new issue