siu
08-15-2004, 08:57 PM
I've seen a lot the fact that:
The image is divided into a matrix or array of small picture elements, or pixels. Each pixel is represented by a numerical value.
I need the matrix of pixels in order to be able to apply haar wavelet transform for several purposes like image compression, image recognition, etc.. Can anybody tell me how to be able to extract that matrix of pixels from an image? is there a way of reading each value? What type of images does it support (jpg, gif, png, bmp) ?
The image is divided into a matrix or array of small picture elements, or pixels. Each pixel is represented by a numerical value.
I need the matrix of pixels in order to be able to apply haar wavelet transform for several purposes like image compression, image recognition, etc.. Can anybody tell me how to be able to extract that matrix of pixels from an image? is there a way of reading each value? What type of images does it support (jpg, gif, png, bmp) ?