Python Forum
Image detection program for computer game
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image detection program for computer game
#1
I'm focusing on creating an application that can capture a small image of a computer game character and spit out information regarding that character to the user via a GUI.

Over the past couple of weeks, I have been making myself familiar with the basics of Tkinter, such as creating frames, widgets and assigning functions. I have also dived into the basics of OpenCV with things like object detection and feature matching. However, I am uncertain of a starting point for tackling the above project.

Am I making the right decision to study OpenCV for the above or should I use a different module(s)? Also, would I need some sort of database to retrieve character information after an image has been read?

As you could probably tell I am quite new to Python and any direction is appreciated!

Thank you
Reply


Messages In This Thread
Image detection program for computer game - by Somethinggeneric - Nov-05-2017, 07:10 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020