Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Drawing

Image Drawing

Select a function from the list below.

IconNameDescription
DrawArcDraws an arc on an image.
DrawBoxDraws a box on an image.
DrawCircleDraws a circle on an image.
DrawCoordinateSystemDraws a pair of arrows representing a coordinate system on an image.
DrawDimensionLineDraws a dimension line on an image.
DrawEllipseDraws an ellipse on an image.
DrawGridImageDraws an image as a tile on an image considered to be a grid of tiles.
DrawImageDraws an image on another one.
DrawLineDraws a line on an image.
DrawPathDraws a path on an image.
DrawPointDraws a point on an image.
DrawRectangleDraws a rectangle on an image.
DrawRegionDraws a region on an image.
DrawRegionOfInterestDraws a region of interest on an image.
DrawSegmentDraws a segment on an image.
DrawShapeRegionDraws a ShapeRegion object on an image.
DrawStringDraws a string on an image.
DrawVectorDraws a vector at an associated initial point on an image.

Select Filter Equivalent below.

IconNameDescription
DrawArcs_PaletteDraws arcs on an image with multiple colors.
DrawArcs_SingleColorDraws arcs on an image with a single color.
DrawArcs_TwoColorsDraws arcs on an image with two colors, depending on the status of each arc (usually: green or red for pass/fail status).
DrawBoxes_PaletteDraws boxes on an image with multiple colors.
DrawBoxes_SingleColorDraws boxes on an image with a single color.
DrawBoxes_TwoColorsDraws boxes on an image with two colors, depending on the status of each box (usually: green or red for pass/fail status).
DrawCircles_PaletteDraws circles on an image with multiple colors.
DrawCircles_SingleColorDraws circles on an image with a single color.
DrawCircles_TwoColorsDraws circles on an image with two colors, depending on the status of each circle (usually: green or red for pass/fail status).
DrawCoordinateSystems_PaletteDraws coordinate systems on an image with multiple colors.
DrawCoordinateSystems_SingleColorDraws coordinate systems on an image with a single color.
DrawCoordinateSystems_TwoColorsDraws coordinate systems on an image with two colors, depending on the status of each coordinate system (usually: green or red for pass/fail status).
DrawDimensionLines_PaletteDraws dimension lines on an image with multiple colors.
DrawDimensionLines_SingleColorDraws dimension lines on an image with a single color.
DrawDimensionLines_TwoColorsDraws dimension lines on an image with two colors, depending on the status of each dimension line (usually: green or red for pass/fail status).
DrawEllipses_PaletteDraws ellipses on an image with multiple colors.
DrawEllipses_SingleColorDraws ellipses on an image with a single color.
DrawEllipses_TwoColorsDraws ellipses on an image with two colors, depending on the status of each ellipse (usually: green or red for pass/fail status).
DrawImagesDraws an array of images on an image.
DrawLines_PaletteDraws lines on an image with multiple colors.
DrawLines_SingleColorDraws lines on an image with a single color.
DrawLines_TwoColorsDraws lines on an image with two colors, depending on the status of each line (usually: green or red for pass/fail status).
DrawPaths_PaletteDraws paths on an image with multiple colors.
DrawPaths_SingleColorDraws paths on an image with a single color.
DrawPaths_TwoColorsDraws paths on an image with two colors, depending on the status of each path (usually: green or red for pass/fail status).
DrawPoints_PaletteDraws points on an image with multiple colors.
DrawPoints_SingleColorDraws points on an image with a single color.
DrawPoints_TwoColorsDraws points on an image with two colors, depending on the status of each point (usually: green or red for pass/fail status).
DrawRectangles_PaletteDraws rectangles on an image with multiple colors.
DrawRectangles_SingleColorDraws rectangles on an image with a single color.
DrawRectangles_TwoColorsDraws rectangles on an image with two colors, depending on the status of each rectangle (usually: green or red for pass/fail status).
DrawRegions_PaletteDraws regions on an image with multiple colors.
DrawRegions_SingleColorApart from drawing can also be used to "clear" a part of an image.
DrawRegions_TwoColorsDraws regions on an image with two colors, depending on the status of each region (usually: green or red for pass/fail status).
DrawRegionsOfInterest_PaletteDraws regions of interest on an image with multiple colors.
DrawRegionsOfInterest_SingleColorApart from drawing can also be used to "clear" a part of an image.
DrawRegionsOfInterest_TwoColorsDraws regions of interest on an image with two colors, depending on the status of each region (usually: green or red for pass/fail status).
DrawSegments_PaletteDraws segments on an image with multiple colors.
DrawSegments_SingleColorDraws segments on an image with a single color.
DrawSegments_TwoColorsDraws segments on an image with two colors, depending on the status of each segment (usually: green or red for pass/fail status).
DrawShapeRegions_PaletteDraws ShapeRegion objects on an image with multiple colors.
DrawShapeRegions_SingleColorDraws ShapeRegion objects on an image with a single color.
DrawShapeRegions_TwoColorsDraws ShapeRegion objects on an image with two colors, depending on the status of each ShapeRegion (usually: green or red for pass/fail status).
DrawStringLabels_PaletteDraws strings (text) on an image with multiple colors.
DrawStringLabels_SingleColorDraws strings (text) on an image with a single color.
DrawStringLabels_TwoColorsDraws strings (text) on an image with two colors, depending on the status of each string (usually: green or red for pass/fail status).
DrawStrings_PaletteDraws strings (text) on an image with multiple colors.
DrawStrings_SingleColorDraws strings (text) on an image with a single color.
DrawStrings_TwoColorsDraws strings (text) on an image with two colors, depending on the status of each string (usually: green or red for pass/fail status).
DrawVectors_PaletteDraws vectors at associated initial points on an image with multiple colors.
DrawVectors_SingleColorDraws vectors on an image with a single color.
DrawVectors_TwoColorsDraws vectors on an image with two colors, depending on the status of each vector (usually: green or red for pass/fail status).