DRAW_POINTS
DrawPointsStep
is one of pipeline step that configures how to draw 2-D points on an image.
Configs | Descriptions |
noClassColor | Color belongs to non-label data. |
classColors | This is an optional field which specifies the mapping of colors to use for each class. The color can be a hex or HTML string like |
points | Name of the input data fields containing the points to be drawn. Accepts both single points and lists of points. Accepts both relative and absolute addressed points. |
radius | Optional. Point radius on drawn image in pixels. Default is |
image | An optional field, specifying the name of the image to be drawn on. |
width | Must be provided when |
height | Must be provided when |
imageToNDArrayConfig | Used to account for the fact that n-dimensional array from |
ouputName | Name of the output image. Default is named as |
Last updated