UnresolvedExternal / ImageSearcher

UI for control of set of image patterns. API for searching subpictures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageSearcher

UI for control of set of image patterns. API for searching subpictures.

Example of usage:

void PrintBananasPositions(Bitmap plentyOfFruits)
{
	var templateStore = BitmapStore.Load("C:\\fruitsTemplates.store");

	foreach (var position in templateStore.GetPositions("banana"))
		Console.WriteLine("Banana found at {0}", position);
}

About

UI for control of set of image patterns. API for searching subpictures.


Languages

Language:C# 100.0%