I\'m trying to track a laser dot using OpenCV on an Android device. I want to use this laserdot to draw on a canvas which is placed upon my cameraview.
I\'ve convert
Finally went with the bounding box technique mentioned by karlphilip above.