[ImageJ-bugs] [Bug 1203] memory leak with python script
bugzilla at fiji.sc
bugzilla at fiji.sc
Mon Dec 14 14:10:12 CST 2015
http://fiji.sc/bugzilla/show_bug.cgi?id=1203
--- Comment #14 from Aryeh Weiss <aryeh at cc.huji.ac.il> ---
adding inputIp=None works with my minimal script.
However, in my full script (which I sent to mark), it does not reduce the
"stuck" memory below about 2GB. Here is a snippet:
inputIp = inputImp.getProcessor()
inputImp.setTitle(inputPrefix+"_mono")
monoTitle = inputImp.getTitle()
rf = RankFilters()
rf.rank(inputIp, 1, RankFilters.MEDIAN)
inputIp = None
I get the processor in order to run the RankFilter.
Perhaps something else which I do allocates ImageProcessors, and I cannot free
these since I do not have access to them.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20151214/e229a47b/attachment.html>
More information about the Imagej-bugs
mailing list