English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

can anyone tell me how to read jpeg image in matlab and how to decompose it into detail and approximation image (using wavelet transform) and how to disply that detail and approximated version of it.

2006-09-29 02:33:50 · 2 answers · asked by vinay damle 1 in Science & Mathematics Engineering

2 answers

1. Set your working directory to the location of the jpeg.
2. type: a = imread('filename.jpg')
3. type: image(a)

filename.jpg should be replaced with your jpeg's file name.
After step 2, it should create a variable out of the jpeg called a.
After step 3, a new window should open with the picture displayed.

This worked with Matlab version 7.0.4.365 (R14) Service Pack 2.

2006-09-29 14:40:12 · answer #1 · answered by SkyWayGuy 3 · 0 0

convert it to a bitmap image ang use imread(); to read it...

2006-09-29 10:24:45 · answer #2 · answered by ashwin_hariharan 3 · 0 0

fedest.com, questions and answers