Hello,
I have the following problem:
I want to use the “Fill Holes” Pligin (Process-Binary-Fill Holes). I tried:
pic = (ImagePlus)IJ.runPlugIn(“ij.plugin.filter.Binary(“fill”)”, null);
But i get the following Error in Eclipse:
The left-hand side of an assignment must be a variable
But in the CommandFinder of ImageJ I found exactly this classname.
Can anybody help me please? …and yeah I started codeing with java and imagej a few days ago