Draw on Image
 
Annotates an image with drawings based on tabular data.
| Algorithms: | 
circle Draws (non-filled) circles from given X,Y points with givenradii 
x:Column name containing X-coordinatesy:Column name containing Y-coordinatesradius:Column name containing radiired color:A number (0-1) or column name containing colors for first imagechannel.green color:A number (0-1) or column name containing colors for second imagechannel, ignored for non RGB imagesblue color:A number (0-1) or column name containing colors for third imagechannel, ignored for non RGB imagesalpha value:A number (0-1) or column name containing alpha values used forblending the drawings over the image. 
1.0 is opaque, 0.0 transparentforce colors:If true then forces output to be RGBfilled circle Draws filled circles from given X,Y points with given radii 
x:Column name containing X-coordinatesy:Column name containing Y-coordinatesradius:Column name containing radiired color:A number (0-1) or column name containing colors for first imagechannel.green color:A number (0-1) or column name containing colors for second imagechannel, ignored for non RGB imagesblue color:A number (0-1) or column name containing colors for third imagechannel, ignored for non RGB imagesalpha value:A number (0-1) or column name containing alpha values used forblending the drawings over the image. 
1.0 is opaque, 0.0 transparentforce colors:If true then forces output to be RGBlines Draws lines from coordinates (X,Y) to coordinates (X2,Y2) 
x:Column name containing X-coordinatesy:Column name containing Y-coordinatesx2:Column name containing X2-coordinatesy2:Column name containing Y2-coordinatesred color:A number (0-1) or column name containing colors for first imagechannel.green color:A number (0-1) or column name containing colors for second imagechannel, ignored for non RGB imagesblue color:A number (0-1) or column name containing colors for third imagechannel, ignored for non RGB imagesalpha value:A number (0-1) or column name containing alpha values used forblending the drawings over the image. 
1.0 is opaque, 0.0 transparentforce colors:If true then forces output to be RGBsymbols Draws a symbol defined by number of vertices. Negative valuesare drawn as convex objects. Eg, triangles have N=3,squares N=4, hexagons N=6, stars N=-6 
x:Column name containing X-coordinatesy:Column name containing Y-coordinatesradius:Column name containing radiired color:A number (0-1) or column name containing colors for first imagechannel.green color:A number (0-1) or column name containing colors for second imagechannel, ignored for non RGB imagesblue color:A number (0-1) or column name containing colors for third imagechannel, ignored for non RGB imagesalpha value:A number (0-1) or column name containing alpha values used forblending the drawings over the image. 
1.0 is opaque, 0.0 transparentN:Column name containing number of verticesforce colors:If true then forces output to be RGB | 
|---|
| Inputs: | image : image 
 table : table 
 | 
|---|
| Outputs: | output : image 
 | 
|---|
- Input ports:
- 
| image: | image Image to draw on | 
|---|
 | table: | table Table used for drawing | 
|---|
 
 
- Output ports:
- 
| output: | image Resulting image | 
|---|
 
 
- Configuration:
- 
- algorithm
- (no description)
- x
- (no description)
- y
- (no description)
- x2
- (no description)
- y2
- (no description)
- N
- (no description)
- radius
- (no description)
- red color
- (no description)
- green color
- (no description)
- blue color
- (no description)
- alpha value
- (no description)
- force colors
- (no description)
 
- 
class node_draw.ImageDraw[source]