university computervision week1 theory

Local Operators

Source:

Idea

Local or point operators process an image pixel by pixel.

At each location, the output value depends on the input value at the same location.

General form:

and pointwise:

Typical examples

  • negation:
  • add a scalar:
  • logarithmic transform:
  • thresholding:

Important idea

These operators change values, not pixel coordinates.

So they are different from geometric operations like interpolation or warping.