Home > other >  Matlab image binarization
Matlab image binarization

Time:09-23

Excuse me after binarization image I want to make 0 - Inf 1 into Inf, but why is it that a loop assignment or the original matrix?
Tupian=imread (' che. JPG);
Originalmap=im2bw (tupian, 0.5);
Finalmap=imresize (originalmap, 1.5);
Imshow (finalmap);
  • Related