How to mask an image?

1 visualización (últimos 30 días)
Christine Ak
Christine Ak el 19 de Nov. de 2013
Comentada: Christine Ak el 19 de Nov. de 2013
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');

Respuesta aceptada

Image Analyst
Image Analyst el 19 de Nov. de 2013

Más respuestas (0)

Categorías

Más información sobre Author Block Masks en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by