Search found 3 matches

by havitia
Fri Jul 26, 2013 4:43 pm
Forum: Object Identification and Technologies
Topic: Bitmap feature identification
Replies: 4
Views: 2626

Re: Bitmap feature identification

Thanks, that makes sense and after searching the forum I determined that was the case.

Either way after tweaking Findoptions and Preprocessing I was able to configure almost exactly what I needed and don't need the timeout.
by havitia
Wed Jul 24, 2013 7:41 pm
Forum: Object Identification and Technologies
Topic: Bitmap feature identification
Replies: 4
Views: 2626

Re: Bitmap feature identification

Thanks, the search completes and identifies the feature. I still have one problem. When the feature is not present the search takes 20-30sec. When I set: Imaging.FindOptions myFindOptions = new Imaging.FindOptions(0.95); myFindOptions.Timeout = new Duration(500); bool rc = Imaging.Contains(image, fe...
by havitia
Tue Jul 23, 2013 9:36 pm
Forum: Object Identification and Technologies
Topic: Bitmap feature identification
Replies: 4
Views: 2626

Bitmap feature identification

I'm having difficulty identifying a bitmap feature, for example bool rc = imaging.TryFindSingle(Searchbmp, Featurebmp, out match) The searchbmp is a bitmap containing a set of buttons, and the Featurebmp is a smaller bitmap containing only one of those buttons. I've tried other method including Cont...