Back to Adaptive Vision Library Lite website

You are here: Start » Image Drawing

Image Drawing

Select a function from the list below.

Icon Name Description
DrawArc Draws an arc on an image.
DrawBox Draws a box on an image.
DrawCircle Draws a circle on an image.
DrawCoordinateSystem Draws a pair of arrows representing a coordinate system on an image.
DrawDimensionLine Draws a dimension line on an image.
DrawEllipse Draws an ellipse on an image.
DrawGridImage Draws an image as a tile on an image considered to be a grid of tiles.
DrawImage Draws an image on another one.
DrawLine Draws a line on an image.
DrawPath Draws a path on an image.
DrawPoint Draws a point on an image.
DrawRectangle Draws a rectangle on an image.
DrawRegion Draws a region on an image.
DrawRegionOfInterest Draws a region of interest on an image.
DrawSegment Draws a segment on an image.
DrawShapeRegion Draws a ShapeRegion object on an image.
DrawString Draws a string on an image.
DrawVector Draws a vector at an associated initial point on an image.
VisualizeHeatMap Colorizes heat-map and blends it with background image

Select Filter Equivalent below.

Icon Name Description
DrawArcs_Palette Draws arcs on an image with multiple colors.
DrawArcs_SingleColor Draws arcs on an image with a single color.
DrawArcs_TwoColors Draws arcs on an image with two colors, depending on the status of each arc (usually: green or red for pass/fail status).
DrawBoxes_Palette Draws boxes on an image with multiple colors.
DrawBoxes_SingleColor Draws boxes on an image with a single color.
DrawBoxes_TwoColors Draws boxes on an image with two colors, depending on the status of each box (usually: green or red for pass/fail status).
DrawCircles_Palette Draws circles on an image with multiple colors.
DrawCircles_SingleColor Draws circles on an image with a single color.
DrawCircles_TwoColors Draws circles on an image with two colors, depending on the status of each circle (usually: green or red for pass/fail status).
DrawCoordinateSystems_Palette Draws coordinate systems on an image with multiple colors.
DrawCoordinateSystems_SingleColor Draws coordinate systems on an image with a single color.
DrawCoordinateSystems_TwoColors Draws 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_Palette Draws dimension lines on an image with multiple colors.
DrawDimensionLines_SingleColor Draws dimension lines on an image with a single color.
DrawDimensionLines_TwoColors Draws 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_Palette Draws ellipses on an image with multiple colors.
DrawEllipses_SingleColor Draws ellipses on an image with a single color.
DrawEllipses_TwoColors Draws ellipses on an image with two colors, depending on the status of each ellipse (usually: green or red for pass/fail status).
DrawImages Draws an array of images on an image.
DrawLines_Palette Draws lines on an image with multiple colors.
DrawLines_SingleColor Draws lines on an image with a single color.
DrawLines_TwoColors Draws lines on an image with two colors, depending on the status of each line (usually: green or red for pass/fail status).
DrawPaths_Palette Draws paths on an image with multiple colors.
DrawPaths_SingleColor Draws paths on an image with a single color.
DrawPaths_TwoColors Draws paths on an image with two colors, depending on the status of each path (usually: green or red for pass/fail status).
DrawPoints_Palette Draws points on an image with multiple colors.
DrawPoints_SingleColor Draws points on an image with a single color.
DrawPoints_TwoColors Draws points on an image with two colors, depending on the status of each point (usually: green or red for pass/fail status).
DrawRectangles_Palette Draws rectangles on an image with multiple colors.
DrawRectangles_SingleColor Draws rectangles on an image with a single color.
DrawRectangles_TwoColors Draws rectangles on an image with two colors, depending on the status of each rectangle (usually: green or red for pass/fail status).
DrawRegions_Palette Draws regions on an image with multiple colors.
DrawRegions_SingleColor Apart from drawing can also be used to "clear" a part of an image.
DrawRegions_TwoColors Draws regions on an image with two colors, depending on the status of each region (usually: green or red for pass/fail status).
DrawRegionsOfInterest_Palette Draws regions of interest on an image with multiple colors.
DrawRegionsOfInterest_SingleColor Apart from drawing can also be used to "clear" a part of an image.
DrawRegionsOfInterest_TwoColors Draws 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_Palette Draws segments on an image with multiple colors.
DrawSegments_SingleColor Draws segments on an image with a single color.
DrawSegments_TwoColors Draws segments on an image with two colors, depending on the status of each segment (usually: green or red for pass/fail status).
DrawShapeRegions_Palette Draws ShapeRegion objects on an image with multiple colors.
DrawShapeRegions_SingleColor Draws ShapeRegion objects on an image with a single color.
DrawShapeRegions_TwoColors Draws ShapeRegion objects on an image with two colors, depending on the status of each ShapeRegion (usually: green or red for pass/fail status).
DrawStringLabels_Palette Draws strings (text) on an image with multiple colors.
DrawStringLabels_SingleColor Draws strings (text) on an image with a single color.
DrawStringLabels_TwoColors Draws strings (text) on an image with two colors, depending on the status of each string (usually: green or red for pass/fail status).
DrawStrings_Palette Draws strings (text) on an image with multiple colors.
DrawStrings_SingleColor Draws strings (text) on an image with a single color.
DrawStrings_TwoColors Draws strings (text) on an image with two colors, depending on the status of each string (usually: green or red for pass/fail status).
DrawVectors_Palette Draws vectors at associated initial points on an image with multiple colors.
DrawVectors_SingleColor Draws vectors on an image with a single color.
DrawVectors_TwoColors Draws vectors on an image with two colors, depending on the status of each vector (usually: green or red for pass/fail status).