add output_scale to ODMMveCell

Former-commit-id: a7b3805fd3
pull/1161/head
indiajohnson-cm 2019-01-23 14:32:34 -05:00 zatwierdzone przez GitHub
rodzic f1c21171c4
commit d03d0743d8
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -49,7 +49,9 @@ class ODMApp(ecto.BlackBox):
fixed_camera_params=p.args.use_fixed_camera_params,
hybrid_bundle_adjustment=p.args.use_hybrid_bundle_adjustment),
'slam': ODMSlamCell(),
'mve': ODMMveCell(),
'mve': ODMMveCell(output_scale=p.args.smvs_output_scale),
'meshing': ODMeshingCell(max_vertex=p.args.mesh_size,
oct_tree=p.args.mesh_octree_depth,
samples=p.args.mesh_samples,