OpenCV-Android-Object-Detection icon indicating copy to clipboard operation
OpenCV-Android-Object-Detection copied to clipboard

How we can convert or get actual points from detected points so I can draw point on the UI

Open dgaurav-163 opened this issue 6 years ago • 0 comments

Requirement - I have to detect red color point on UI via camera and show color detected point on UI. I am doing this thing on Android Application.

I am able to get color detection point using JavaCameraView class. When I draw detected point on UI then it's draw on different position. I think, There is difference between detected points and actual points. Getting detected points from JavaCameraView.

How we can convert or get actual points from detected points so I can draw point on the UI.

Please provide me solution.

dgaurav-163 avatar Jan 24 '19 09:01 dgaurav-163