I'm working with OpenCV, and I am trying to extract the score from the scoreboard from a soccer video, and compare score changes to detect goals automatically. what is the best way to do that ?
I found that i can use OCR (optical character recognition), and other says that it can be done using SVM ...
I'm not asking a whole code, but if anyone has any example link or you can just type a walkthrough, it is of great help.
what i'm trying to do is something like that: ( As i can't post pics, please see the link below: https://docs.google.com/document/d/1Dxsjt4Wo_bjVDBh3VTa5ZMjzxKus9rdicEhO_jXdpY8/edit?usp=sharing )
1/ detect the score box [the score can be in any corner of the video, i.e automatically detected]
2/ Score detection
3/ and finally compare results and detect changes ==> goals