QB64.org Forum
Active Forums => Programs => Topic started by: Zeppelin on June 20, 2019, 11:15:33 pm
-
Hey Everyone,
Its been awhile (I've gone on an endeavour into game development and C#, and continue to)...
Anyway I thought a shot at (non-deep learning) AI would be a good idea.
It works fine as long as the inputted image is drawn to fit the entire area. (Anyone know how to make a image scale/stretch to fit the screen)
I've included a image as an example input. :)
Feel free to optimise, bug fix, steal, whatever.
Zep.
-
Hi Zeppelin,
_PUTIMAGE can stretch and shrink images pretty easy but I think you mean have the foreground figure edges expand to the edges of the image frame which can be done but with a little more trouble. BTW yours is first I've seen work but with your sample... ;-) and as you say non-deep learning AI.
-
Cool stuff. Not so accurate but I like the main mechanism for detecting the numbers in the code.