Monday, May 24, 2010

Where can I find a Wavelet image compression and decomposition code for visual basic 6 ?

I need the code for my graduation project, Wavelet image compression code is needed for Visual Basic 6 ... please help

Where can I find a Wavelet image compression and decomposition code for visual basic 6 ?
You know, the Haar Wavelet is very easy to code. Although there are wavelet bases that might be better suited to images, you might consider just writing this code yourself. This might actually be easier than trying to locate a visual basic implementation. Why are you writing this in basic, anyway?





To get started, type "wavelet tutorial" into google, and you'll see a whole bunch of links. They'll probably all talk about the Haar basis, and probably use it as an example of the 2D wavelet, which is what you want.


No comments:

Post a Comment