How to mask an image?

조회 수: 2 (최근 30일)
Christine Ak
Christine Ak 2013년 11월 19일
댓글: Christine Ak 2013년 11월 19일
hi I have the following code: I want to apply a mask on the image.. How I could ???
I1 = imread('eye.jpg');
figure (1)
imshow(I1)
figure(2)
binaryimage=I1>=20 & I1 <=255;
imshow(binaryimage, []);
title('binaryimage 1// Gray');

채택된 답변

Image Analyst
Image Analyst 2013년 11월 19일
  댓글 수: 1
Christine Ak
Christine Ak 2013년 11월 19일
Thxxx Alot :D :D

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by