I am a color image from which i have got 3-plane i.e. R,G,B. for each plane i divided it into 8 bit planes. Now for each bit plane i need to apply Quadtree Decomposition. Can anyone help please. Or can some one help me to use qtdecomp function for binary image. How to set threshold for the binary image.
Thank you

 채택된 답변

Image Analyst
Image Analyst 2016년 5월 19일

0 개 추천

It would be 0.5, or any value between 0 and 1, non-inclusive.

댓글 수: 4

sumit kumar
sumit kumar 2016년 5월 19일
But how it can be 0.5 as i have only 1 and 0 as my input.
sumit kumar
sumit kumar 2016년 5월 19일
I need to apply Quadtree Decomposition on bit planes not on the image itself.
Image Analyst
Image Analyst 2016년 5월 19일
Yeah, so? You said that you already have the bitplanes: "for each plane i divided it into 8 bit planes", so is there still a problem?
sumit kumar
sumit kumar 2016년 5월 19일
Suppose sir i have a bit plane like [1 1 1 1 1 0 1 0 ; 0 1 0 0 1 1 0 1 ; 1 1 1 1 1 0 1 0 ; 0 1 0 0 1 1 0 1 ;] Now in that case will the threshold 0.5 works as 0.5*0=0 and 0.5*1=0.5. Another thing is do i need to change the code for the block diagram representation code?
Thank You

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

질문:

2016년 5월 18일

댓글:

2016년 5월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by