Login  Register

Re: 3D binary Reconstruct

Posted by Michael Doube on Jun 01, 2010; 10:18am
URL: http://imagej.273.s1.nabble.com/3D-binary-Reconstruct-tp3688121p3688122.html

Eric,

Try Purify in BoneJ, which does exactly what you wish for.  It's
multithreaded or if your stacks are huge and you have lots of RAM, you
can run in it linear (O(n)) time.

http://bonej.org/purify

Michael

On 31/05/10 10:37, Eric Badel wrote:
> Hi,
> I have a binary stack I need to clean (remove smallest particles). I
> simply apply a binary erosion then I would like to apply a
> binaryreconstruct. I use the G. Landini's Morphology tools but the
> binaryreconstruction does not work on stack.
> Any other suggestions ?
> Thank you
> Eric
>