|
Re: How do you draw a bounding box using GRIP?
So we are using the GRIP generated code on our roboRIO and we encountered the same problem. We tried blurring the image to turn what we detected into one large blob, but that didn't work as well as we had hoped. What we settled on was looking at each of the contours and then averaging the x values of both in order to find the x coordinates between the pieces of tape.
__________________
"It works when its not broken."
|