You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

function f = HaePalikka()
 I = imread('PrikkojaJaLevyja.bmp');
 imshow(I), title('kuva');
 L = bwlabel(I);%numeroi alueet
 Maara=max(L(:))%hae kpl määrä kuvasta
  • No labels
You must log in to comment.