|
I have been quite pleased with the Threshold Blur plugin to clean up my segmented images. Upon attempting to compile and run it on my new Mac (Lion, Java 14.0.3), I get the following error and am hoping someone can point me in the right direction so I can successfully use this plugin.
Thank you,
Paul Stutzman
/Applications/ImageJ/plugins/Filters/thresholded_blur.java:47: class Thresholded_Blur is public, should be declared in a file named Thresholded_Blur.java
public class Thresholded_Blur implements ExtendedPlugInFilter, DialogListener {
^
1 error
|