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