How to display blue color after doing imbinarize
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a picture including black, blue and green color as attached 1.JPEG. And then, when I use imbinarize, the picture shows as 2.JPEG. And I would like to get only 0 and 1 pixels for this picture.
I = imread('C:\User\1.JPEG');
I = imbinarize(I);
댓글 수: 1
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!