Skip to content

Commit

Permalink
[nodes] renamed IntrinsicsCalibration to CheckerboardCalibration
Browse files Browse the repository at this point in the history
  • Loading branch information
mugulmd committed Sep 27, 2023
1 parent a931e1b commit 13b76f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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'
Expand Down

0 comments on commit 13b76f4

Please sign in to comment.