DIP: Topic 4: What is a Digital image?

What is a Digital image?

  • We usually operate on digital (discrete) images:

  1. Sample the 2D space on a regular grid.
  2. Quantize each sample (round to nearest integer.
  3. A digital image can be defined as a two dimensional function, f (i,j), where x and y are spatial coordinates, and f intensity or gray-level of the image at that point.

  • A digital image is composed of a finite number of elements called pixels, each of which has a particular location and value.

Popular posts from this blog

DIP: Topic 2: History of DIP