C# 클래스 LoveBoot.ImageFinder

파일 보기 프로젝트 열기: AlbinoDrought/LoveBoot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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>