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?

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?

Risposte (1)

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.

2 Commenti

its IR light in dark so its hard to detect, and thank you.
So you get an IR sensor, like a CCD camera with the IR filter removed.

Accedi per commentare.

Categorie

Scopri di più su Images in Centro assistenza e File Exchange

Richiesto:

il 28 Feb 2015

Commentato:

il 28 Feb 2015

Community Treasure Hunt

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

Start Hunting!

Translated by