Skip to content

Add ImageConnectivity worklet

Li-Ta Lo requested to merge ollielo/vtk-m:connected_component into master

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.

Merge request reports