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

6D-reconstruction: let's keep the more conservative l2 norm for the detector term

parent 6463aca9
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ function par_rec = gtRecGrainsDefaultParameters(algo)
'ospace_super_sampling', 1, 'rspace_super_sampling', 1, ...
'ospace_oversize', 1.1, 'rspace_oversize', 1.2, ...
'shape_functions_type', 'none', ...
'detector_norm', 'KL', ... % Possibilities are: {'KL'} | 'l2'
'detector_norm', 'l2', ... % Possibilities are: {'l2'} | 'KL'
'tv_norm', 'l12', ... % Possibilities are: {'l12'} | 'l1' | 'ln'
'tv_strategy', 'groups' ... % Possibilities are: {'groups'} | 'volume'
);
......
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