Pb with 3D Object Counter or BoneJ

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Pb with 3D Object Counter or BoneJ

muggles
Hello everyone,

I tried to use BoneJ or 3D Object Counter to treat my tomotgraphy data. When I used the Particle analyser, this error message showed in the Exception window:

java.lang.NoSuchMethodError: isosurface.MeshProperties.compute(Ljava/util/List;Ljavax/vecmath/Point3d;[[D)D
        at customnode.CustomTriangleMesh.<init>(CustomTriangleMesh.java:32)
        at org.doube.bonej.ParticleCounter.getSurfaceVolume(ParticleCounter.java:955)
        at org.doube.bonej.ParticleCounter.run(ParticleCounter.java:262)
        at ij.IJ.runUserPlugIn(IJ.java:183)
        at ij.IJ.runPlugIn(IJ.java:150)
        at ij.Executer.runCommand(Executer.java:127)
        at ij.Executer.run(Executer.java:64)
        at java.lang.Thread.run(Thread.java:619)

Can you help me to correct this error, or more simply to get particles' information (volume, surface, position, etc.)

Thank you very much.

Yang