Scripting the ZAxisProfiler
Posted by
Greg on
Nov 22, 2016; 4:16pm
URL: http://imagej.273.s1.nabble.com/Scripting-the-ZAxisProfiler-tp5017612.html
Hi,
I was wondering if the ZProfiler API documentation/implementation is complete?
Starting from
https://imagej.nih.gov/ij/developer/api/ij/plugin/ZAxisProfiler.htmlI always get a Java Null pointer exception when trying to run it e.g. like:
zprof = ZAxisProfiler()
zprof.getPlot()
which for me isn't suprising as there is no way of initialising it on an ImagePlus and Roi, or am I missing sth?
Best,
Greg