Ask Your Question

cakeby's profile - activity

2017-07-07 12:04:51 -0600 commented question Best approach between Template Matching and Image Recognition

Just saw your edit. I get it man. I will get my hands dirty right now using a tutorial and trying to use it to solve my problem. Thanks!

2017-07-07 11:47:39 -0600 commented question Best approach between Template Matching and Image Recognition

I want to create an overlay app for Android that can add information about the fight based on the current leaders of the team. I need to identify the leaders by recognizing the icons that are on-screen at a specific spot. I know I have not started coding yet but I felt like I had to find a potential solution before heading in.

2017-07-07 11:33:35 -0600 commented question Best approach between Template Matching and Image Recognition

Yea I did it many times trying to understand what I have to do to convince you :D I've been searching for days now, reading on many approaches (Tensorflow, OpenCV, SikuliX, ...) but still none of them seems to fit my situation.

2017-07-07 11:30:55 -0600 received badge  Editor (source)
2017-07-07 11:25:14 -0600 commented question Best approach between Template Matching and Image Recognition

So you mean I need to try an approach that might not be the best and then ask the same question again?

2017-07-07 10:57:01 -0600 asked a question Best approach between Template Matching and Image Recognition

Hello guys.

I am trying to identify the heroes used in a mobile Android game at runtime. This game has thousands of heroes so I feel like Template matching (http://docs.opencv.org/master/de/da9/...) is not the most efficient way of dealing with this because I would have to find a match for each of them. Scaling might also be an issue depending on the device. I also took a look at Image Recognition but I don't understand how I could do this in my case (offline and using custom images)

Any hint to what to look for would be welcome. Thanks