Relative Content

Tag Archive for pythonopencvimage-processinggame-automation

implementation or ideas for detecting objects in a game

I am trying to figure out a good method to detect the red border in this game with python and struggling getting alot of false positives or missing it completely with my current method. I am currently using open cv and just performing some template matching with small screenshots of the red border. Anyone have any ideas of how to better find this border in this image and see the actual boundries?