Search found 5 matches
- Tue Apr 18, 2017 9:52 pm
- Forum: Beginners
- Topic: Text Recognition
- Replies: 2
- Views: 4259
Text Recognition
Hi guys, I want to do some statistics about a game and I need to read some texts from an image and save every thing in a text file. I need to read the different coloured areas and save them like this: Vampire Rune(1) ATK +36 HP +6% CRI Rate +5% CRI Dmg +4% Resistance +7% I was thinking about the " G...
- Sat Mar 04, 2017 10:35 am
- Forum: Beginners
- Topic: Image recognition fail
- Replies: 6
- Views: 8438
Re: Image recognition fail
This is the code i use, the number 0.7 is the color tolerance and i've found that raising it, the program can find the image more easily. I've tried to lower it down until 0.1 but nothing happens SetFocus>Mobizen Mirroring WaitScreenImage>C:\Users\Desktop\MacroTest\start.bmp,0.7 FindImagePos>C:\User...
- Fri Mar 03, 2017 8:34 pm
- Forum: Beginners
- Topic: Image recognition fail
- Replies: 6
- Views: 8438
Re: Image recognition fail
Yes, i'm using the Correlation Coefficient. Otherwise the program can't detect any of the images... I've tried raising up the tolerance step by step until i reached 10 and nothing
- Thu Mar 02, 2017 8:40 pm
- Forum: Beginners
- Topic: Image recognition fail
- Replies: 6
- Views: 8438
Image recognition fail
Hi, the other day I was writing a code for a mobile game to automate some processes, I mirror the phone screen trough the Mobizen application and using a WaitScreenImage and a FindImagePos to find the specific button to press. The first time it worked fine, but when I returned the day after the prog...
- Tue Feb 28, 2017 9:58 pm
- Forum: Beginners
- Topic: Detect diffrent immages
- Replies: 1
- Views: 5946
Detect diffrent immages
Hi, I need to determinate different immages that pops up with a random but short period of time (from 30 secs to 5 mins). What i want to do is a WaitScreenImage , FindImagePos and LClick an image, if that image didn't show up i want to check if another one comes up and do the same thing as the first...