Re: Edge Enhancement
Posted by
Gabriel Landini on
URL: http://imagej.273.s1.nabble.com/Edge-Enhancement-tp5003576p5014629.html
On Tuesday 13 Oct 2015 21:42:39 you wrote:
> I would like to refer to the message below, from 2013, in which you sent me
> the code for an edge enhancement (or delineation) algorithm in ImageJ. We
> have used it several times but recently, trying to apply it to a rather
> large image (18kx15k pixels), we had a strange behavior. The plugin takes
> about 15 minutes running (on an i7 with 24 Gb RAM) and then apparently
> finishes. However, the output image is the same as the input.
> There is no error message.
Hi, Can you try removing the first statement:
setBatchMode(true);
and try again?
I guess that you might be running out of memory because that macro requires 3
images open at the same time and that might be too much for the allocated
memory.
Let me knows what happens.
Cheers
Gabriel
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html