I know this is very specific, but I would like to hear some ideas on detecting objects on a captured image while the object I desire to detect is on another picture.
The methods I tried:
-
Template Matching - Seems the most promising, but didn’t detect for me, probably because of the light sources.
-
Haar Cascades - Out-of-date, cannot use in OpenCV 4.
-
Hough Lines - Didn’t seem effective in my task.
-
Arithmetic Operations on Images - Couldn’t check how close the subtracted image was to the original. I still need to find a way.
I am interested to hear what you have to say. Thank you for reading through this.
Here are the links for all method’s documentation (I can only put 2 links into a post, that’s why I put it into a Pastebin).