This is a tool to be used inside ImageJ.
These installation instructions have been tried with ImageJ 1.41o
To install it, extract the jar (using your favorite extractor) to the folder “ImageJ/plugins/Tools”
Notice that the CONTENTS of the .jar must be in the directory “ImageJ/plugins/Tools” and not “ImageJ/plugins/Tools/LiveWire/”.
So, you will see the plugins in places like “ImageJ/plugins/Tools/LiveWire1DTool_.class”.
Then, you need to install the LiveWire buttons through a macro.
This is simple. Start ImageJ then, go to “Plugins→Macro>Install…”. Point to the extracted file: “ImageJ/plugins/Tools/LiveWire.txt”. This will install the LiveWire buttons to ImageJ toolbar.
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at ij.IJ.runUserPlugIn(IJ.java:177)
at ij.IJ.runPlugIn(IJ.java:146)
at ij.Executer.runCommand(Executer.java:122)
at ij.Executer.run(Executer.java:59)
at ij.IJ.run(IJ.java:244)
at ij.macro.Functions.doRun(Functions.java:551)
at ij.macro.Functions.doFunction(Functions.java:74)
at ij.macro.Interpreter.doStatement(Interpreter.java:200)
at ij.macro.Interpreter.doBlock(Interpreter.java:512)
at ij.macro.Interpreter.runMacro(Interpreter.java:127)
at ij.macro.MacroRunner.run(MacroRunner.java:126)
at java.lang.Thread.run(Unknown Source)
Please, upgrade your java version to 1.6, known as 6, and these errors will be gone.
http://www.java.com/en/download/manual.jspIf you are sure you are with the right Java version, try updating your ImageJ. Some versions come with Java installed and they might be old Java versions.
FAQCan I make multiple selections with LiveWire?Sure. But you will need to use the ROI Manager.
Go to
Analyze -> Tools -> ROI Manager Make your selection. Click the
Add[t] button of ROI Manager (you can just type t if you want). Now create another selection and click the
Add button again.
You can click the
Show All to see them all, click the
Measure to see some data as well save the selections.