university computervision week1 theory

Image Arithmetic

Source:

Idea

Image arithmetic applies standard arithmetic pointwise to images sampled on the same grid.

For two images:

Examples

  • simple addition:
  • weighted combination:

In NumPy, these operations are often lifted directly to arrays.