From 0ac885fcb1f5c34a5cbd5b6a694a8c3177d60192 Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <WillemJan.Palenstijn@uantwerpen.be>
Date: Tue, 2 Jul 2013 14:13:22 +0000
Subject: Fix typo in 2D DART example script

---
 matlab/algorithms/DART/examples/example3.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'matlab/algorithms')

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;
-- 
cgit v1.2.3