IMAGE REGISTRATION
Self-similarity Context (SSC)
Date Published: | |
Last Modified: |
Overview
The SSC (Self-similarity Context) is a image registration algorithm that is designed to work well against images of different modalities.
It is described in the publication Towards Realtime Multimodal Fusion for Image-Guided Interventions using Self-Similarities (cached local copy). One of the authors, Mattias P. Heinrich, is also the author of the Modality Independent Neighbourhood Descriptor publication, which SSC builds upon. I recommend you read the Modality Independent Neighbourhood Descriptor (MIND) page to learn about the shared concepts before continuing on with this tutorial.
The main advantage of SSC over MIND is it’s higher resilience to noise, due to exclusion of the pixel you are calculating the descriptor for from the descriptor pixels search space pairs. Instead of each pixel in the search space being compared to the descriptor pixel, search space pixels are compared with neighbouring search space pixels, which captures the “structural context” surrounding the descriptor pixel.

Related Content:
- Modality Independent Neighbourhood Descriptor (MIND)
- July 2019 Updates
- Image Processing
- Image Processing
- Convolution
Tags:
- programming
- signal processing
- image processing
- image registration
- self-similarity context
- SSC
- modality independent neighbourhood descriptor
- MIND