On Tuesday 28 May 2013 13:42:37 you wrote:
> I'm not sure if there is already an option, plugin or function for
> something like this.
>
> What I intend to do is shown in this image, marked with a question mark.
>
https://dl.dropboxusercontent.com/u/414433/imagej/beyond-boolean.png>
> This won't be to hard to create but maybe there are already shape based
> boolean operations available somehow?
That is not one of the common logical operations (IMP, EQV, NOR, etc), but
could be written as:
a AND reconstruct (b,a)
were "reconstruct" is a mathematical morphology operator called "binary
reconstruction". That is a reconstruction of "b" (the mask) using "a" (the
seed). Then, union the result with "a" again (with the AND).
There is a binary reconstruction plugin in the Morphology collection (from my
plugins page).
Cheers
Gabriel
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html