Announcement: ImageJ-based tool, Theba

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

Announcement: ImageJ-based tool, Theba

Per Christian Henden
Hi,

I've made available an image processing application Jens Bache-Wiig and I
developed as part of our master's thesis in image processing.
The source code weighs in at about 19000 lines and is written in Java. It's
freely available (in the public domain) and uses Imagej.

The Theba application is an interactive tool as well as a programming
framework. It aims to aid material scientists in the segmentation and
analysis of three-dimensional volumes. It was primarily made for wood fiber
segmentation, but efforts have been made to keep the base architecture as
open, modular and reusable as possible to enable expansion and
experimentation in other areas as well.
To put it another way, Theba is a plugin-based image analysis framework for
doing segmentation and measurements of 3D volumes. It comes with
implementations for segmentation of tubular objects (tracker-based) and a
wide range of measurement plugins.

The application's home page is http://www.pvv.org/~perchrh/theba/
The files are hosted at http://sourceforge.net/projects/theba/.

I am looking for developers that want to help with (and eventually take
ownership of)  the project.  Email me your sourceforge.net id (create a new
account if necessary) and I will add you to the project, giving you
write-access to the svn (cvs) repository.

I'm also interested in helping you out to integrate features from Theba into
your application.

-Per Christian Henden
Reply | Threaded
Open this post in threaded view
|

Re: Announcement: ImageJ-based tool, Theba

Per Christian Henden
On Sunday 11 March 2007 16:08, Per Christian Henden wrote:
> Hi,
>
> The application's home page is http://www.pvv.org/~perchrh/theba/
> The files are hosted at http://sourceforge.net/projects/theba/.

A clarificiation:
The file to download is the theba-1.0.2-release.zip

To the ones that downloaded theba.jar and/or had problems running Theba:
Please download the above zip-file instead, as it includes some other required files.

I've removed the jar-files from the release area now to avoid any confusion.

-Per Christian Henden