Re: magic wand
Posted by
Michael Schmid on
Jun 04, 2009; 4:17pm
URL: http://imagej.273.s1.nabble.com/magic-wand-tp3692147p3692152.html
Hi Gabriel,
sorry, the statement
import ij.gui.Wand;
was missing. Please insert it at the beginning.
I had my own Wand class in the plugins and did not notice.
I had tried to upload a corrected version, but this had failed.
Michael
________________________________________________________________
On 4 Jun 2009, at 12:52, Gabriel Landini wrote:
> On Thursday 04 June 2009 11:48:26 Michael Schmid wrote:
>> an updated version of the magic wand that I posted to the list a week
>> ago is now available as 'Versatile Wand' at
>>
http://imagejdocu.tudor.lu/doku.php?
>> id=plugin:segmentation:versatile_wand:start
>
> /home/gabriel/ImageJ/plugins/Segmentation/Versatile_Wand.java:333:
> cannot find
> symbol
> symbol : class Wand
> location: class Versatile_Wand
> Wand w = new Wand(maskIp);
> ^
> /home/gabriel/ImageJ/plugins/Segmentation/Versatile_Wand.java:333:
> cannot find
> symbol
> symbol : class Wand
> location: class Versatile_Wand
> Wand w = new Wand(maskIp);
> ^
> 2 errors
> 1 warning
>
>
> Cheers
> Gabriel