Skip to content
Snippets Groups Projects
Commit f3196084 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

6D-rec: updated default lambda parameter

parent d2fb04cf
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ function par_rec = gtRecGrainsDefaultParameters(algo) ...@@ -13,7 +13,7 @@ function par_rec = gtRecGrainsDefaultParameters(algo)
case {'6DL1', '6DTV', '6DTVL1'} case {'6DL1', '6DTV', '6DTVL1'}
par_6D_rec_opts = struct( ... par_6D_rec_opts = struct( ...
'grid_edge', 7, 'num_interp', 0, ... 'grid_edge', 7, 'num_interp', 0, ...
'lambda', 1e-1, 'volume_downscaling', 1, ... 'lambda', 1e-2, 'volume_downscaling', 1, ...
'ospace_super_sampling', 1, 'rspace_super_sampling', 1, ... 'ospace_super_sampling', 1, 'rspace_super_sampling', 1, ...
'ospace_oversize', 1.1, 'rspace_oversize', 1.2, ... 'ospace_oversize', 1.1, 'rspace_oversize', 1.2, ...
'shape_functions_type', 'none'); 'shape_functions_type', 'none');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment