Feeds
질문
i'm a master student ,i have a home work about DCT, i have the code but it does not work ;please help me
i=imread('image065.jpg'); DCT=zeros(8,8); DCT(1:8,1)=1/sqrt(8); for p=1:8 for q=2:8 DCT(p,q)=1/2 *cos((2...
7년 초과 전 | 답변 수: 1 | 0
질문
7년 초과 전 | 답변 수: 1 | 0