Image filtering and feature enhancement

Image filtering and feature enhancement is one of the first steps in many image processing applications. For this purpose, ThunderSTORM provides several low-pass and band-pass convolution-based image filters. Users may also choose not to use a filter and leave the input data as it is for further processing.

  • Input:

    A raw image I of size m\times n pixels.

  • Output:

    A filtered image F of size m\times n pixels.