RGB image to Binary Image Conversion using Simulink
이전 댓글 표시
I'm a beginner for Matlab. I need RGB image to Binary Image Conversion using Simulink. How do I do it?
답변 (1개)
Kaustubha Govind
2012년 4월 24일
2 개 추천
Did you mean RGB to Grayscale? How about using basic Simulink blocks to implement the equation here: <http://www.mathworks.com/support/solutions/en/data/1-1ASCU/index.html?product=IP&solution=1-1ASCU>
If you try want binary, perhaps you can then just set a threshold of 0.5 and round off the intensity values to a 0 or 1
카테고리
도움말 센터 및 File Exchange에서 Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!