Search found 3 matches
- Sun Jan 01, 2012 11:43 pm
- Forum: General Discussion
- Topic: Image Recognition - best practices
- Replies: 0
- Views: 8247
Image Recognition - best practices
Hi I was just wondering what the best practices are for Image recognition. A couple of questions that keep coming up in my head are (numbered for easy answers): 1 - Is a large or small image better to scan for? What I think is that it could be both depending on what the area you are looking for look...
- Tue Dec 27, 2011 10:36 am
- Forum: Beginners
- Topic: If and AND issue
- Replies: 2
- Views: 6650
- Mon Dec 26, 2011 11:27 pm
- Forum: Beginners
- Topic: If and AND issue
- Replies: 2
- Views: 6650
If and AND issue
Hi Let>fleetcount=0 If>instance>=21 Let>fleetcount=15 Endif That works fine, a bit of background first I guess, instance is derived from user input: Input>instance,Enter Instance ... How do I do: If > instance > 10 and instance <15 Endif I've tried all combinations of using {} and {( )} and it doesn...