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 (최근 30일)
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개)

Image Analyst
Image Analyst 2015년 2월 28일
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.

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by