how to get co-efficient from an image
이전 댓글 표시
I have an image plz tell how to get co-efficient as output
댓글 수: 3
Walter Roberson
2012년 1월 2일
You will need to expand on your question. Which co-efficients are you referring to?
Consider that in the code
IMG = imread('lena256.tif');
then the array IMG could be termed to be the "coefficients" of the image.
FIR
2012년 1월 2일
FIR
2012년 1월 2일
답변 (1개)
Walter Roberson
2012년 1월 2일
K = dec2bin(I) - '0';
I did specifically say to subtract the character '0' not the number 0.
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!