Draw Objects
The Draw Objects operator draws the detected objects in the frame.
Configuration Parameters
None
Input
Input |
Type |
Description |
---|---|---|
objectsIn |
python.cv.objects |
The list containing the objects to be drawn. |
imageIn |
message.python.image |
A matrix containing the image to draw the objects. |
Output
Output |
Type |
Description |
---|---|---|
imageOut |
message.python.image |
A matrix containing the image with the objects drawn. |