how i can create a mask to convert the colour?

2 visualizaciones (últimos 30 días)
Ashim Chakraborty
Ashim Chakraborty el 4 de Abr. de 2016
j=adapthisteq(g); subplot(2,5,9); imshow(j); title('AH') level = graythresh(j); BW = im2bw(j,level); figure,imshow(BW);

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by