Borrar filtros
Borrar filtros

how do I make a binary image by specifying a threshold? for example more than intensity 200 be 1 and less than be 0?

4 visualizaciones (últimos 30 días)
how do I make a binary image by specifying a threshold? for example more than intensity 200 be 1 and less than be 0?

Respuesta aceptada

Walter Roberson
Walter Roberson el 23 de Dic. de 2015
Or just
BW = YourImage > 200;

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by