Add ImageConnectivity worklet
ImageConnectivity worklet implements a parallel connected component labeling algorithm for 2D structured grids/images. For each pixel, it search for the pixel's 6 neighbors and classify them as the same connected component if their corresponding "color" field have the same value.