Physical Computing

Table of Contents

Neighborhood processing

Value of pixel in output is determined by value of same pixel in input and the neighbours.

Use small neighbourhood of pixel in input to get new brightness value in output.

screenshot.png

Filtering (applying filter or mask to entire image):

Correlation/convolution in an image:

example kernels:

screenshot.png