|
On Wednesday 07 Mar 2012 20:09:48 kuba wrote:
> run("BinaryDilateNoMerge4 ", "iterations=-1");
>
> but I got an error saying that 8 bit binary image is required.
Hi kuba,
Yes, because this is applied to binary images, or stacks of binary images, not
colour ones when one slice is binary and the others are not.
> So, I do not understand why it does not apply this morphological operation
> to channel2,
Because the plugin is meant to process a whole stack of binary images and your
composite is not so.
> I can not split channels because I have to use Channel1 to see which outline
> are ok, and which are missing. Any idea how to fix this problem.
You can split channels and merge them back after processing the channel you
want.
Or you can duplicate the channel to process, apply the plugin, and copy it
back into the composite image.
Cheers
Gabriel
|