Skip to content
  • Will Schroeder's avatar
    Fast 2D clipper for image data · f8f36720
    Will Schroeder authored
    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.
    f8f36720