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 14, 2023
1 parent 3a9db82 commit 06c8138
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 06c8138

Please sign in to comment.