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