<How to draw rectangles over ImageView in Kotlin?>...
# stackoverflow
u
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).

Here is what I have.

And here is what I would like to achieve.

Do you have any ideas how to do this?