Steven,

You might want to look into Java Advanced Imaging (JAI)

        http://java.sun.com/products/java-media/jai/index.html

which, although it does not provide a wavelet transform implementation per
se, does provide an extensible API which includes a plugin architecture
for imaging operations of which wavelet transforms are presumably an
example. An outline of JAI operation implementation and sample code are
available in the jai-interest discussion list archives at

http://swjscmail1.java.sun.com/cgi-bin/wa?A2=ind0104&L=jai-interest&F=&S=&P=14850

and the prior message referred to therein.

Brian

On Fri, 30 Nov 2001, Jim White wrote:

> At 03:01 PM 10/19/2001 +0100, Bedford, Steven wrote:
> >I am just starting an MSc project looking at the Segmentation of
> >Mammographic Images (X-Ray) using 2-D Wavelet Decomposition, in order to
> >achieve this I am about to attempt the design and implementation of an Image
> >processing suite in Java (this will allow open access to other students for
> >future development). I am however more interested in the results than
> >developing the software and would prefer not to spend my time reinventing
> >the wheel. So, if any of you good people out there know of any open source
> >code that implements any sort of 2D wavelet analysis please could you let me
> >know.
>
> This is probably late to do you much good, but Googling "wavelet java" yields:
>
> http://www.bearcave.com/software/java/wavelets/
> http://cm.bell-labs.com/who/wim/cascade/
> http://galaxy.uci.agh.edu.pl/~maziarz/Wavelets/bkmrk.html
> http://elecard.com/v1/wavelet.html
> http://www-dsp.rice.edu/software/ICOMPRESS/
> http://www.mathtools.net/Java/Wavelets/
>
> etc.
>
> jim
>
> ----------------------------------------------------------------
> James P. White                 Netscape DevEdge Champion for IFC
> IFC Exchange   *   Insanely great Java   *   http://www.ifcx.org
> [EMAIL PROTECTED] Pagesmiths' home is http://www.pagesmiths.com
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA2D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to