electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

Discrete cosine transform DCT (urgent)


Post new topic  Reply to topic    EDAboard.com Forum Index -> Digital Signal Processing -> Discrete cosine transform DCT (urgent)
Author Message
yuna



Joined: 27 Sep 2006
Posts: 13


Post13 Oct 2006 4:47   

Discrete cosine transform DCT (urgent)


Dear all,

I am doing the palm print recognition.May i know is it somebody know how to calculate the DCT of the image?
i have try a few method....in the MATLAB..
i use the DCT or DCT2 in MATLAB but the result is not good....
I hope somebody can help me...
My source code is as below....I have try 3 method to calculate the DCT of image...

DCTfm1 = dct2(I);

max(max(DCTfm1))
min(min(DCTfm1))
ans =
18.0219
ans =
-6.2640
---------------------------------------------------------------------------------------------
logofDCT = log(DCTfm1);
max(max(logofDCT))
min(min(logofDCT))
ans =
-13.8896 + 3.1416i
ans =
-1.4010
---------------------------------------------------------------------------------------------
a = I;
b=im2col(a,[8 8],'distinct');
mean(b);
max(b);
a1=mean(b)./max(b);
[max_a1,k] = max(a1)

max_a1 =
0.2985
k =
87
--------------------------------------------------------------------------------------------

I want to ask whether which method above is better to used in the propagation of neural network.?May be i did wrong in my source code.....please guide me...

If you have any source code or file which related with the DCT or neural network, please e-mail to me....
yuna_free(at)yahoo.com

Please.............. i really hope somebody can guide me...

Thanks in advance.....
Back to top
Google
AdSense
Google Adsense




Post13 Oct 2006 4:47   

Ads




Back to top
4ass2005



Joined: 05 Oct 2006
Posts: 2


Post27 Oct 2006 3:50   

Discrete cosine transform DCT (urgent)


Hi ,
I think you need to go trough this book ,
Digital Image Proceessing in Matlab by Gonzales
They have sample program which does it also the working principle of DCT
Hope this helps...
Thanx
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> Digital Signal Processing -> Discrete cosine transform DCT (urgent)
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
Discrete Cosine Transform (DCT) Coefficient (1)
Discrete Cosine Transform (1)
Discrete cosine transform .. help!! (24)
Help needed Discrete cosine Transform (4)
Solution manual of "Discrete Cosine Transform" (1)
dicsrete cosine transform (8)
Radix-4 Fast Cosine Transform (5)
Diff between discrete cosine and wavelet (5)
image compression using wavelet transform & DCT (7)
Discrete Time Fourier Transform or Discrete Fourier Transfor (4)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS