 |
Quick Tour Here is a quick tour of selected functions and operators in the ImageProcessing package. For a detailed discussion and additional examples, follow the links at the end of each section to the complete Digital Image Processing User's Guide documentation. All the examples shown here are taken from the User's Guide. | Out[2]= | ![Out[2]=](HTMLImages/QuickTour.en/QuickTour.en_i_3.gif) |
This loads an example image. | Out[4]//MatrixForm= | ![Out[4]//MatrixForm=](HTMLImages/QuickTour.en/QuickTour.en_i_6.gif) |
| Out[6]//MatrixForm= | ![Out[6]//MatrixForm=](HTMLImages/QuickTour.en/QuickTour.en_i_9.gif) |
| Out[7]= | ![Out[7]=](HTMLImages/QuickTour.en/QuickTour.en_i_11.gif) |
The RGB color scheme is just one of many color representation methods used in practice. The letters R, G, and B stand for red, green, and blue, the three primary colors used to synthesize any one of 224 or approximately 16 million colors. Equal quantities of the three color values result in shades of gray in the range {0, 255}. Other supported color models include monochrome; HSV, which stands for hue, saturation, value; and CMYK, which stands for cyan, magenta, yellow, black. The latter has found application primarily in the printing and graphics markets. HSV is useful in color image processing since it separates the color information from brightness.
Getting Started: Example Images.
User's Guide: Sections 2.1, 2.2, 2.3.
| Out[3]= | ![Out[3]=](HTMLImages/QuickTour.en/QuickTour.en_i_15.gif) |
| Out[4]//InputForm= | ![Out[4]//InputForm=](HTMLImages/QuickTour.en/QuickTour.en_i_17.gif) |
| Out[5]//InputForm= | ![Out[5]//InputForm=](HTMLImages/QuickTour.en/QuickTour.en_i_19.gif) |
| Out[6]//InputForm= | ![Out[6]//InputForm=](HTMLImages/QuickTour.en/QuickTour.en_i_21.gif) |
User's Guide: Section 2.4.
| Out[3]= | ![Out[3]=](HTMLImages/QuickTour.en/QuickTour.en_i_25.gif) |
| Out[4]= | ![Out[4]=](HTMLImages/QuickTour.en/QuickTour.en_i_27.gif) |
| Out[6]= | ![Out[6]=](HTMLImages/QuickTour.en/QuickTour.en_i_30.gif) |
User's Guide: Section 2.5.
| Out[3]= | ![Out[3]=](HTMLImages/QuickTour.en/QuickTour.en_i_34.gif) |
| Out[4]= | ![Out[4]=](HTMLImages/QuickTour.en/QuickTour.en_i_36.gif) |
| Out[6]= | ![Out[6]=](HTMLImages/QuickTour.en/QuickTour.en_i_39.gif) |
| Out[8]= | ![Out[8]=](HTMLImages/QuickTour.en/QuickTour.en_i_42.gif) |
| Out[10]= | ![Out[10]=](HTMLImages/QuickTour.en/QuickTour.en_i_45.gif) |
User's Guide: Sections 3.2, 3.3, 3.4, 7.2.
| Out[3]= | ![Out[3]=](HTMLImages/QuickTour.en/QuickTour.en_i_49.gif) |
| Out[5]= | ![Out[5]=](HTMLImages/QuickTour.en/QuickTour.en_i_52.gif) |
| Out[7]= | ![Out[7]=](HTMLImages/QuickTour.en/QuickTour.en_i_55.gif) |
User's Guide: Sections 5.2, 5.3, 7.3.
| Out[3]= | ![Out[3]=](HTMLImages/QuickTour.en/QuickTour.en_i_59.gif) |
| Out[4]= | ![Out[4]=](HTMLImages/QuickTour.en/QuickTour.en_i_61.gif) |
User's Guide: Sections 5.6, 7.3.
| Out[4]= | ![Out[4]=](HTMLImages/QuickTour.en/QuickTour.en_i_66.gif) |
| Out[5]//MatrixForm= | ![Out[5]//MatrixForm=](HTMLImages/QuickTour.en/QuickTour.en_i_68.gif) |
| Out[7]= | ![Out[7]=](HTMLImages/QuickTour.en/QuickTour.en_i_71.gif) |
User's Guide: Sections 8.4, 8.7.
|