From e0b26a41d7e8698acc8126400fe2f7ed0cc630b3 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Thu, 7 Jul 2011 21:50:43 -0400 Subject: smaller intensity threshold --- beam_trace.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beam_trace.m b/beam_trace.m index 9a56192..0896975 100644 --- a/beam_trace.m +++ b/beam_trace.m @@ -4,7 +4,7 @@ function img = beam_trace(beams, faces, borders, border_limits, img) % border similar to faces cell array which enclose the beam % i.e. it does not leave the polygon consisting of border faces - intensity_threshold = 1e-8; % intensity of the weakest beam which we still trace + intensity_threshold = 1e-3; % intensity of the weakest beam which we still trace Nbeams=size(beams)(2); if ( Nbeams == 0 ) -- cgit v1.2.3