BetSelection.cc

Public software => Community Software => Topic started by: Cristal2000 on March 21, 2013, 10:28:36 PM

Title: My second program...
Post by: Cristal2000 on March 21, 2013, 10:28:36 PM
Other small program, very simple and lightweight....  :o

you can import the numbers from txt file
You can save the numbers on txt file

you can order statistics
from more delay or by more frequently

is my second little program in VB and it's free  :cheer:

   (http://i45.tinypic.com/wsmjoi.png)


unfortunately I do not have much free time, and I can not study much the VB  :'(
is really a simple program  :thumbsup:
Title: Re: My second program...
Post by: Biagle on March 21, 2013, 10:39:22 PM
thank you Cristal2000
Title: Re: My second program...
Post by: Blood Angel on March 21, 2013, 11:01:42 PM
Thank you. Nice job!
Title: Re: My second program...
Post by: esoito on March 21, 2013, 11:51:34 PM
Well done!!!   :thumbsup: :thumbsup:

It's not easy to do what you have done...
Title: Re: My second program...
Post by: VLS on March 22, 2013, 12:58:04 AM
Congrats!!  :) :thumbsup: :nod:
Title: Re: My second program...
Post by: weddings on March 22, 2013, 08:40:21 PM
Well done cristal. Are you in the stage where you can capture numbers from casinos?
Title: Re: My second program...
Post by: Cristal2000 on March 23, 2013, 08:04:31 AM
weddings
are not able to capture the numbers of the casino
I do not have much knowledge on vb, I started studying for a short time

certainly good programmers who are here, are able to do so
Title: Re: My second program...
Post by: Superman on March 23, 2013, 08:40:28 AM
Quoteare not able to capture the numbers of the casino

Its easier than you think,

get the coordinates of the marquee that displays the last spun number

create a image checksum of that number, do that until you have 37 different numbers/checksums

store those checksums in an ini file

then every tool you build for that casino can get the spun checksum and compare it to your ini file which will tell it what the number was

HTH
Title: Re: My second program...
Post by: VLS on March 23, 2013, 01:27:18 PM
+1 on comparing based on the image's pixels directly.

I've seem some "solutions" dealing with optically recognizing the number by invoking external OCR libraries (http://en.wikipedia.org/wiki/Comparison_of_optical_character_recognition_software). In my opinion they are over-complicating the matter.
Title: Re: My second program...
Post by: Stepkevh on April 26, 2013, 09:04:55 PM
that's a way i didn't use afterall the OCR invoking.
it wasn't exactly accurate  :)

but pixelrecognizing was the way to go for me  ;)
Title: Re: My second program...
Post by: nOrMy2o0o on April 27, 2013, 03:25:22 AM
Good jod!  :cheer: