C# Класс LoveBoot.ImageFinder

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
SubImages Dictionary>

Открытые методы

Метод Описание
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

Описание методов

FindAllMatches() публичный Метод

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
Результат Rectangle[]>.IDictionary

FindMatches() публичный Метод

public FindMatches ( Byte>.Image source, Byte>.Image target, bool copy = true ) : System.Drawing.Rectangle[]
source Byte>.Image
target Byte>.Image
copy bool
Результат System.Drawing.Rectangle[]

ImageFinder() публичный Метод

public ImageFinder ( ) : System
Результат System

ImageFinder() публичный Метод

public ImageFinder ( double threshold ) : System
threshold double
Результат System

Описание свойств

SubImages публичное свойство

public Dictionary> SubImages
Результат Dictionary>