kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
f17ddb4c6f
commit
16355fe0a9
|
@ -272,7 +272,7 @@ def config():
|
|||
|
||||
parser.add_argument('--mesh-wlop-iterations',
|
||||
metavar='<positive integer>',
|
||||
default=35,
|
||||
default=70,
|
||||
type=int,
|
||||
help=('Iterations of the Weighted Locally Optimal Projection (WLOP) simplification algorithm. '
|
||||
'Higher values take longer but produce a smoother mesh. '
|
||||
|
|
|
@ -26,7 +26,7 @@ class ODMeshingCell(ecto.Cell):
|
|||
|
||||
params.declare("wlop_iterations", 'Iterations of the Weighted Locally Optimal Projection (WLOP) simplification algorithm. '
|
||||
'Higher values take longer but produce a smoother mesh. '
|
||||
'Applies to 2.5D mesh only. ', 35)
|
||||
'Applies to 2.5D mesh only. ', 70)
|
||||
|
||||
params.declare("verbose", 'print additional messages to console', False)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue