Skip to content

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

Notifications You must be signed in to change notification settings

UnresolvedExternal/ImageSearcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages