1 / 14

INTRODUCTION TO DIGITAL IMAGES

INTRODUCTION TO DIGITAL IMAGES. Image Definition. A digital image is a numeric representation (normally binary) of a two-dimensional image. Depending on whether or not the image resolution is fixed, it may be of vector or raster type.

lilike
Télécharger la présentation

INTRODUCTION TO DIGITAL IMAGES

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. INTRODUCTION TO DIGITAL IMAGES

  2. Image Definition A digital image is a numeric representation (normally binary) of a two-dimensional image. Depending on whether or not the image resolution is fixed, it may be of vector or raster type. Without qualifications, the term "digital image" usually refers to raster images also called bitmap images.

  3. Vectors Vector graphics is the use of geometrical primitives such as points, lines, curves, and shapes or polygon, which are all based on mathematical expressions, to represent images in computer graphics.

  4. Rasters It is a data structure representing a generally rectangular grid of pixels

  5. Black To White 0 26 52 78 104 130 156 182 208 234 255

  6. GrayScale Image

  7. Primary Colors For human applications, three primary colors are usually used, since human color vision is trichromatic

  8. Pixel In digital imaging, a pixel or picture element is a single point in a raster image, or the smallest addressable screen element in a display device; it is the smallest unit of picture that can be represented or controlled.

  9. Channels Pixels are made of combinations of primary colors. A channel in this context is the grayscale image of the same size as a color image, made of just one of these primary colors.

  10. Digital Image Formal Definition An image may be defined as a two dimensional function f(x , y), where x and y are spatial coordinates and the amplitude f at any pair of coordinates is called the intensity or gray level of the image at that point.

  11. Image Depth 2 bit 4 bit 1 bit

  12. IMAGE DEPTH (contd.) 8 bit 24 bit

  13. IMAGE AS A MATRIX Lets Move To Matlab

  14. Commands imread(‘image filename’) – Loads image as a matrix imshow(‘variable’) – Shows the image in the Matlab image viewer

More Related