convertion of 64 coefficients into 12 coefficients
2 ビュー (過去 30 日間)
古いコメントを表示
hi.. i want to extract the color feature.. for that i m using color layout descriptor.. in this process i had find the 64 dct coefficients for each Y, Cb,Cr color space... now in my paper they recommended to use 12 coeffients.. 6 for Y and 3 for Cb,Cr... how can convert like this... please help me with matlab codes...
thanks in advance..
0 件のコメント
回答 (2 件)
Walter Roberson
2013 年 1 月 21 日
reduced_Y_dct = y_dct(1:6);
2 件のコメント
Walter Roberson
2013 年 1 月 21 日
I do not see the relevance of that. You asked how to reduce down to 6 coefficients for Y and I showed you. If you want to reduce to a particular number of DC coefficients and a particular number of AC coefficients, then say so, and indicate which variables the DC and AC coefficients are stored in.
Elad
2013 年 7 月 6 日
Change the code such that you choose the number of coefficients (clusters) you want for each color plane.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Modify Image Colors についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!