Python Forum
Image detection. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Image detection. (/thread-12619.html)



Image detection. - ThNera - Sep-03-2018

I would like to know if there is any way you can use python in order to detect images in a live game that you play. For example, detecting head/players images in the game.


RE: Image detection. - j.crater - Sep-03-2018

This is an image processing / computer vision task, which can be done in Python, as well as numerous other languages.
You need to make sure though that you can capture the screen and process the image with a high enough frequency for your needs.