Quasar > Image Analysis

Image Analysis

connected_components.q

This file contains a parallel implementation for connected components, using shared memory for fast processing.

See connected_components.q


An overview of the different functions and classes:

connected_components.qThis file contains a parallel implementation for connected components, using shared memory for fast processing.
connectedcomponents2dLabels the 4-connected components in an image. Works both for grayscale and binary images, only connecting pixels with the exact same value.