C# Class LoveBoot.ImageFinder

Afficher le fichier Open project: AlbinoDrought/LoveBoot Class Usage Examples

Méthodes publiques

Свойство Type Description
SubImages Dictionary>

Méthodes publiques

Méthode 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 méthode

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
Résultat Rectangle[]>.IDictionary

FindMatches() public méthode

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

ImageFinder() public méthode

public ImageFinder ( ) : System
Résultat System

ImageFinder() public méthode

public ImageFinder ( double threshold ) : System
threshold double
Résultat System

Property Details

SubImages public_oe property

public Dictionary> SubImages
Résultat Dictionary>