diff options
Diffstat (limited to 'matlab/algorithms')
-rw-r--r-- | matlab/algorithms/DART/examples/example3.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matlab/algorithms/DART/examples/example3.m b/matlab/algorithms/DART/examples/example3.m index f6e360e..1c04f86 100644 --- a/matlab/algorithms/DART/examples/example3.m +++ b/matlab/algorithms/DART/examples/example3.m @@ -7,7 +7,7 @@ addpath('..'); % % Configuration -proj_count = 30; +proj_count = 20; dart_iterations = 20; filename = 'cylinders.png'; outdir = './'; @@ -55,7 +55,7 @@ D.smoothing.full3d = 'yes'; D.smoothing.gpu_core = gpu_core; D.masking.random = 0.1; -D.masking.conn = 6; +D.masking.conn = 4; D.masking.gpu_core = gpu_core; D.output.directory = outdir; |