i have black images and black images contains small white led, how could i convert the images in black to 0 (binary) and the images in small led to 1?

1 visualización (últimos 30 días)
i have black images and black images contains small white led, how could i convert the images in black to 0 (binary) and the images in small led to 1?

Respuestas (1)

Image Analyst
Image Analyst el 28 de Feb. de 2015
You forgot to attach the images, but it sounds like you just threshold them
binaryImage = grayImage > someValue;
someValue would be some gray level, like 128 or whatever.

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by