Draw Polygon Vertices¶
Function¶
Given polygon vertices, this Step connects vertices into polygons and draws them onto the image as masks.
Usage Scenario¶
This Step is usually used to extract a mask list from a 2D image to use the mask list for subsequent Steps.
Input and Output¶
Input:
Polygons will be drawn on the 2D image input to this port.
Vertices for drawing polygons.
Output:
Masks corresponding to the drawn polygons.