Re: AnalyzeSkeleton in JavaScript: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
Posted by SarahBerlin on Feb 15, 2016; 5:16pm
URL: http://imagej.273.s1.nabble.com/AnalyzeSkeleton-in-JavaScript-Exception-in-thread-AWT-EventQueue-0-java-lang-NullPointerException-tp5015617p5015640.html
Hello Ignacio.
> Can you check it you on your side?
It works and spits out some meaningful numbers. Thank you very much. :)
Sarah
ps.
As far as I see you mainly changed the following step:
> // duplicate ROI = Image_Plus (image to work on)
> imp = imp1.duplicate();
Any clue why it works with the method duplicate but not with the class
Duplicator?