Réponses (1)

Francesco Pignatelli
Francesco Pignatelli le 26 Juil 2022

0 votes

I=load('TFRON_V209_12-11-2013_1.jpg')
level = graythresh(I)
BW = imbinarize(I,level);

Community Treasure Hunt

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

Start Hunting!

Translated by