|
Re: Questions About Vision Programming [Java, but applies to other languages]
Quote:
Originally Posted by manderson5192
2) Are there methods to draw on/edit the images we receive from the axis cam? Specifically, I'd like to be able to "paint" a brightly-colored dot/rectangle/plus-sign at the coordinates of the centers of the ellipses detected. If possible, I'd also like to draw a bounding box (maybe even an actual ellipse) around/on the detected ellipse. The purpose of this feature is to gauge the performance/accuracy of the ellipse detection while we change some of the settings in the default code. The image could be drawn-on by the cRIO's code, but I suppose it could also be drawn by the dashboard code on the classmate pc...
|
The default dashboard does draw the detected ellipse.
|