Login  Register

"Interactive 3D Surface Plot" Plugin Update

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

"Interactive 3D Surface Plot" Plugin Update

Barthel, Kai Uwe
25 posts
Dear ImageJ community,

I wanted to announce an update of my interactive surface plot plugin.

New features are:
* Plot window size can be changed.
* texture mapping (may be used for image warping)
* adjustable plot grid sizes and
* several different scaling modes.

http://rsb.info.nih.gov/ij/plugins/surface-plot-3d.html

Any feedback is appreciated.

Kai Barthel


The new version may be slow to load texture images on some computers.  
Check again in a few days for an update solving this issue.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: "Interactive 3D Surface Plot" Plugin Update

Albert Cardona
298 posts
Hi Kai,

In ImageJ 1.37v, java 1.6.0 I get:


java.lang.NoSuchMethodError:
jRenderer3D.JRenderer3D.setTransformMaxDistance(I)V
    at
Interactive_3D_Surface_Plot.create3DRenderer(Interactive_3D_Surface_Plot.java:286)
    at
Interactive_3D_Surface_Plot.runApplication(Interactive_3D_Surface_Plot.java:243)
    at Interactive_3D_Surface_Plot.run(Interactive_3D_Surface_Plot.java:230)
    at ij.IJ.runUserPlugIn(IJ.java:264)
    at ij.IJ.runPlugIn(IJ.java:118)
    at ij.Executer.runCommand(Executer.java:95)
    at ij.Executer.run(Executer.java:49)
    at java.lang.Thread.run(Thread.java:620)
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: "Interactive 3D Surface Plot" Plugin Update

Barthel, Kai Uwe
25 posts
Albert,

this must be due to the fact that you are using the old version of  
ImageJ3D, that I released for the ImageJ conference. For some reason  
my plugin seems to load these old class files from these older  
imageJ3D files instead those of the jar-file.

I will update the ImageJ3D framework on my website soon.

Kai

> Hi Kai,
>
> In ImageJ 1.37v, java 1.6.0 I get:
>
>
> java.lang.NoSuchMethodError:  
> jRenderer3D.JRenderer3D.setTransformMaxDistance(I)V
>    at Interactive_3D_Surface_Plot.create3DRenderer
> (Interactive_3D_Surface_Plot.java:286)
>    at Interactive_3D_Surface_Plot.runApplication
> (Interactive_3D_Surface_Plot.java:243)
>    at Interactive_3D_Surface_Plot.run
> (Interactive_3D_Surface_Plot.java:230)
>    at ij.IJ.runUserPlugIn(IJ.java:264)
>    at ij.IJ.runPlugIn(IJ.java:118)
>    at ij.Executer.runCommand(Executer.java:95)
>    at ij.Executer.run(Executer.java:49)
>    at java.lang.Thread.run(Thread.java:620)
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

"Interactive 3D Surface Plot" Plugin Update (completed)

Barthel, Kai Uwe
25 posts
In reply to this post by Barthel, Kai Uwe
If you are interested in my "Interactive 3D Surface Plot" plugin  
please have a look at the newest version. Version 2.1 is much more  
stable, faster and offers some additional plotting options like
gradient coloring and isolines. Selections / rois are now supported  
correctly.

Kai



> Dear ImageJ community,
>
> I wanted to announce an update of my interactive surface plot plugin.
>
> New features are:
> * Plot window size can be changed.
> * texture mapping (may be used for image warping)
> * adjustable plot grid sizes and
> * several different scaling modes.
>
> http://rsb.info.nih.gov/ij/plugins/surface-plot-3d.html
>
> Any feedback is appreciated.
>
> Kai Barthel
>
>
> The new version may be slow to load texture images on some  
> computers. Check again in a few days for an update solving this issue.