Skip to content

Fast 2D clipper for image data

The filter takes a single execution to process N contour discrete contour values. The input is an image label map (i.e., the scalar values are assumed non-continuous). Threading execution based on using a flying edges approach is used (i.e., processing dyads at pixel origins). The output is convex polygons plus optional cell scalar data which corresponds to the labels from the input image.

Merge request reports