MATLAB VIDEO AND IMAGE PROCESSING BLOCKSET 3 Betriebsanweisung Seite 192

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 252
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 191
7 Analysis and Enhancement
I= double(imread('circles.png'));
I= imnoise(I,'salt & peppe r',0.02);
I
is a 256-by-256 matrix of 8-bit unsigned integer values.
2 To view the image this matrix represents, at the MATLAB command
prompt, type
imshow(I)
The intens
ity image contains noise that you want your model to eliminate.
3 Create a new Simulink model, and add to it the blocks shown in the
following table.
7-36
Seitenansicht 191
1 2 ... 187 188 189 190 191 192 193 194 195 196 197 ... 251 252

Kommentare zu diesen Handbüchern

Keine Kommentare