English 中文(简体)
如何利用游戏记分板了解详情
原标题:How to approach scanning a game scoreboard for details

我想能够从游戏记分板的屏幕中提取数据,并寻求关于如何开始的指导。 我想与许多决议和方面比率组合合作(计分板根据游戏分辨率和方面比率加以扩大和移动)。

我在下面附上一个例子,包括我想摘录的内容。

  • Green circles: Whether each player on survivor team escaped (first 3) or died (last one)
  • Red box: Character name
  • Yellow box: left to right, 4 perks (each identifiable), 1 offering, 1 item and then 2 addons
  • Orange box: Score for each player

Note that I ve obscured player names and chat. Annotated scoreboard

首先,我尝试利用开放式投票中心,以发现横向线路在记分板上的位置,以尝试和估计在哪些地方没有效果,将Im置于错误方向。

Before I spend more time trying to learn something new, I want a plan for how to do it. Loosely in my head, it s the following, but I d like some suggestions on the best way to achieve it.

我认为,我需要一些物体探测(可能使用Tensorflow——建议得到鼓励),以便把物品放在记分板上(例如, per、发价、物品和添加物)。

然后,在我搬走了座椅的位置之后,我可以使用一些物体分类,确定每个物体中哪一个是固定/起飞/项目/处理。 然后,我可以利用这些地点,找到位于欧安办事处的地区,以找出特征名称、记分等。

在现实世界中,我没有真正做任何与计算机远景和TensorFlow有关的事情,因此,我们非常赞赏这一指导。 感谢!

问题回答

If you re doing this for streaming or recording, you may want to check out the free OCR plugin for OBS or ScoreSight which allow for setting up OCR for regions of a screen capture. You can then use the OCR d information to display on screen or save to file.

我是这些工具的开发者。 回答问题!





相关问题
ABBYY Mobile OCR Engine for Iphone [closed]

I am looking to use/buy a OCR solution for my next iPhone app. Searching through the answers on this site didn t really help me a lot. Did anybody ever use ABBYY Mobile OCR Engine for iPhone? What ...

Zinnia (handwriting recognition) and PHP integration

Can anyone please provide some instructions or steps on how to integrate zinnia (handrecognition system) with regular php? A sample of how it works could be found here. Thank you.

Open source OCR for Chinese [closed]

I ve searched around for open source OCR for Chinese. But without any luck there rarely seems to be some open source OCR (for Chinese) that are usable. So I am here wondering: Is there any open ...

Using Ruby And Ubuntu With Optical Character Recognition

I am a university student and it s time to buy textbooks again. This quarter there are over 20 books I need for classes. Normally this wouldn t be such a big deal, as I would just copy and paste the ...

Fraktur recognition with OCRopus/Tesseract on Linux

I am trying to perform recognition of a german text with fraktur typeface with ocropus but It doesn t seem to be using deu-f package. Here are the steps I performed. Compiled and installed tesseract ...

Good opensource OCR in C# [closed]

Is there a good open source OCR implementation in C#? I am trying to solve the following problem. I have a document which contains boxes and people enter their id number in the box. Now I want to ...

Python Tesseract can t recognize this font

I have this image: I want to read it to a string using python, which I didn t think would be that hard. I came upon tesseract, and then a wrapper for python scripts using tesseract. So I started ...

Chinese handwriting recognition

I m looking for handwriting recognition solution. I ve found one here, which is a flash application. What s the principle of how it works? Does it make any queries to db to find the character?

热门标签