Path: news.mathworks.com!not-for-mail
From: "Betelhem " <bech_mat@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: location of image coefficients after wavelet decomposition usinf wavedec2
Date: Mon, 9 Nov 2009 00:43:01 +0000 (UTC)
Organization: Oklahoma State University
Lines: 10
Message-ID: <hd7oil$ko0$1@fred.mathworks.com>
Reply-To: "Betelhem " <bech_mat@yahoo.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257727381 21248 172.30.248.38 (9 Nov 2009 00:43:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Nov 2009 00:43:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1596445
Xref: news.mathworks.com comp.soft-sys.matlab:583445


Hello,

I trying to do an image processing on a 256x256 image of a person. I want to find the location of the image coefficients corresponding to the face part of the original image after wavelet decomposition.
The command that I am using for the wavelet decomposition is:
                                 [Wc, Wl] = wavedec2(I, 4, 'db8');
Could someone please tell me how the wavelet coefficients are exactly arranged?

I would really appreciate your help.

Thank you in advance.