From a0d4d4ee1ba2991b03d489e9784653e79c8f1876 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Wed, 5 Oct 2016 11:50:37 -0300 Subject: [PATCH] Removed unused prints --- invesalius/data/styles.py | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/invesalius/data/styles.py b/invesalius/data/styles.py index 2666363..c82ba40 100644 --- a/invesalius/data/styles.py +++ b/invesalius/data/styles.py @@ -2176,7 +2176,6 @@ class FloodFillSegmentInteractorStyle(DefaultInteractorStyle): def do_rg_confidence(self, image, mask, p, bstruct): x, y, z = p if self.config.use_ww_wl: - print "Using WW&WL" ww = self.viewer.slice_.window_width wl = self.viewer.slice_.window_level image = get_LUT_value_255(image, ww, wl) @@ -2201,8 +2200,6 @@ class FloodFillSegmentInteractorStyle(DefaultInteractorStyle): t0 = mean - var * self.config.confid_mult t1 = mean + var * self.config.confid_mult - print self.config.confid_iters, self.config.confid_mult - floodfill.floodfill_threshold(image, [[x, y, z]], t0, t1, 1, bstruct, out_mask) bool_mask[out_mask == 1] = True -- libgit2 0.21.2