필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

related to image processing?

조회 수: 1 (최근 30일)
aman
aman 2014년 3월 12일
마감: MATLAB Answer Bot 2021년 8월 20일
hi, A threshold is defined as t=2^n, where n=floor(log2(max(A))); where A is the linear matrix. We would decrease n at each step (pass) by one. Each coefficient is tested against a threshold. Significance means the coefficient is greater than the threshold. For a newly significant coefficient it's sign bit is coded and the coefficient which is found significant in previous pass it's nth bit is sent.
The coefficients are the wavelet transformed values. suppose it is 8 so it's binary equivalent will be 1000. It's sign will be 1 and nth bit will be 1.By transmission I mean the output.Can any body help me in making this program?
  댓글 수: 1
John D'Errico
John D'Errico 2014년 3월 13일
Please don't title every post of yours exactly the same "related to image processing". This is confusing and it does not help anyone else who may be able to learn from your post.

답변 (1개)

Image Analyst
Image Analyst 2014년 3월 12일
편집: Image Analyst 2014년 3월 12일
Can you give an example? I really don't understand what will happen with this: "I will transfer it's nth bit and the coefficient which is above t-1 in this check but was less than t, then I will transfer it's sign."
Let's say the number (pixel value) is 23 and the threshold is 15. What is the "nth bit"? What is "the coefficient"? How can you be above than t-1 (14) but less than t (15)? What is the sign you are taking- is it of the pixel value, the bit, or the threshold? And what is the sign anyway? Why is the sign not always positive??? And where are you transferring the sign to?

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by