An image can be modeled as a function that returns light intensity at a point.
Analog image model
Here:
- : bounded continuous parameters specifying an infinitely small, zero-width region within the image
- : intensity at that point, continuous but bounded within intensity limits
The analog image is generated by scanning through their bounds.
Digital image model
are discrete, so each now specifies a small but finite region. returns the average intensity of that region as a discrete value.
Here:
- : number of rows and columns, giving the size of the digital image
- Each matrix element is a pixel, a discrete approximation of the average intensity of the region it represents