Skip to content

Commit

Permalink
[nodes] DepthMap: Remove option sgmMaxSideXY
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoire-dl committed Nov 23, 2022
1 parent 1383861 commit faafb45
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions meshroom/nodes/aliceVision/DepthMap.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,6 @@ class DepthMap(desc.CommandLineNode):
range=(-1, 10, 1),
uid=[0],
),
desc.IntParam(
name='sgmMaxSideXY',
label='Max Side',
description='Max side in pixels used to automatically decide for sgmScale/sgmStep if not defined.',
value=700,
range=(-1, 1000, 1),
uid=[0],
),
desc.IntParam(
name='sgmMaxTCamsPerTile',
label='Max Nb Neighbour Cameras Per Tile',
Expand Down

0 comments on commit faafb45

Please sign in to comment.