Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Code Block
X = bwlabel(I,8);
P=(X<1); % labeloinnista saadun numeron mukaan eri väriseksi
V=(X==1);
S=(X>1);
RGB=cat(3,P,V,S)*255 %tehdään 24-bittinen rgb-kuva
imshow(RGB)