coordinate features on images

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

coordinate features on images

Zummy
I am working on a project that is a swing application which draws
coordinate features on images.  Images and different sets of features
are found by querying a database.  If we were to move this to ImageJ,
would the same capabilities still be available?  Could the features be
independent of the image, such that if I do a surface plot, perhaps
the features become 3D objects, instead of affecting the surface plot?
We'd like to be able to turn sets of features on and off.

We have already implemented things found in ImageJ, such as zooming,
contrast stretch, lineout, selection regions to be shown with full
intensity etc.

I really would like a fresh start with this application.   Does
ImageJ or allied
technology provide a good way to pull coordinate features and images from
the database?  We'd like to display the features in tables too, but I figure
that can be easily (and better) done in HTML.

Has anyone deployed ImageJ as a JNLP applet?

John