MATLAB VIDEO AND IMAGE PROCESSING BLOCKSET 3 User's Guide Page 132

  • Download
  • Add to my manuals
  • Print
  • Page
    / 252
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 131
5 Geometri c Transformation
Cropping an Image
You can use the Selector block to cro p your image or video stream. In this
examp le, you learn how to use th e S elector block to trim an image down to a
particular region of interest:
1 Define an intensity image in the MATLAB workspace. At the MATLAB
command prompt, type
I = imread('coins.png ');
I
is a 246-by-300 m atrix of 8-bit unsigned integer values.
2 To view the image this matrix represents, at the MATLAB command
prompt, type
imshow(I)
3 Create a new Simulink model, and add to it the blocks shown in the
following table.
5-20
Page view 131
1 2 ... 127 128 129 130 131 132 133 134 135 136 137 ... 251 252

Comments to this Manuals

No comments