C# Class LoveBoot.ImageFinder

Exibir arquivo Open project: AlbinoDrought/LoveBoot Class Usage Examples

Public Properties

Property Type Description
SubImages Dictionary>

Public Methods

Method Description
FindAllMatches ( Byte>.Image source, string match = "", bool copy = true, string ignore = "" ) : Rectangle[]>.IDictionary

Draw rectangles on the ResultImage.

FindMatches ( Byte>.Image source, Byte>.Image target, bool copy = true ) : System.Drawing.Rectangle[]
ImageFinder ( ) : System
ImageFinder ( double threshold ) : System

Method Details

FindAllMatches() public method

Draw rectangles on the ResultImage.
public FindAllMatches ( Byte>.Image source, string match = "", bool copy = true, string ignore = "" ) : Rectangle[]>.IDictionary
source Byte>.Image
match string
copy bool
ignore string
return Rectangle[]>.IDictionary

FindMatches() public method

public FindMatches ( Byte>.Image source, Byte>.Image target, bool copy = true ) : System.Drawing.Rectangle[]
source Byte>.Image
target Byte>.Image
copy bool
return System.Drawing.Rectangle[]

ImageFinder() public method

public ImageFinder ( ) : System
return System

ImageFinder() public method

public ImageFinder ( double threshold ) : System
threshold double
return System

Property Details

SubImages public_oe property

public Dictionary> SubImages
return Dictionary>