How to draw rectangles over ImageView in Kotlin?
I have created an application to detect objects. I have already got a list of coordinates of bounding boxes and I would like to draw these bounding boxes in pictures (ImageViews).
And here is what I would like to achieve.▾
Do you have any ideas how to do this?