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/purifyMichael
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
>