Physical Computing

Table of Contents

Morphological operations

Useful for analysing shapes in images Used on binary images

Operates by applying a kernel (structuring element of 0 and 1) to each pixel in input

there is a designated center pixel

instead of multiplication/addition, it is applied using a hit (dilation) or fit (erosion) operation

procedure:

  1. Structuring element is placed on top of image
  2. Center of structuring element is placed at position of pixel in focus
  3. The value of that pixel is calculated by applying structuring element

operations

screenshot.png

screenshot.png