Wavelet LibraryThe wavelet library wvlib.a provides the applications programmer with a set of tools for processing data with wavelets. The data can be of any dimensions (2-D images, 3-D animations, etc.) and of arbitrary size. Data of such general form is handled in a matrix structure.
CompilingPrograms that use the wavelet library are compiled as normal and must be linked with the wavelet library as follows:cc -o progname progfile.o -lwv -lm (The math library's rint() function is used by the thresholding function).
Base Datatypes
Man PagesDemo |