Borrar filtros
Borrar filtros

how to do masking of color image?

2 visualizaciones (últimos 30 días)
Manoj Kumar
Manoj Kumar el 19 de Mayo de 2014
Comentada: Image Analyst el 2 de Jun. de 2014
HI,
How to do masking for the color image;
thanks
  1 comentario
Image Analyst
Image Analyst el 19 de Mayo de 2014
Editada: Image Analyst el 19 de Mayo de 2014
Your images didn't show up.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 19 de Mayo de 2014
Here's how to mask an RGB image with a logical mask image (courtesy of Sean de Wolski):
% Mask the image using bsxfun() function
maskedRgbImage = bsxfun(@times, rgbImage, cast(mask, class(rgbImage)));
  6 comentarios
Manoj Kumar
Manoj Kumar el 2 de Jun. de 2014
Hi Image analyst,
can you please remove the attached file as it should be confidential..
thank you...
Image Analyst
Image Analyst el 2 de Jun. de 2014
Done.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by