OpenCV-Android-Object-Detection
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
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.