C# 클래스 Strabo.Core.SymbolRecognition.ScanImage

파일 보기 프로젝트 열기: spatial-computing/strabo-learning-ocr-transformation 1 사용 예제들

공개 메소드들

메소드 설명
ScanByImageDimension ( string inputPath, Byte>.Image &element, Byte>.Image &test, Byte>.Image &gElement, TextWriter log ) : void
ScanByPixel ( string inputPath, Byte>.Image test, Byte>.Image element, int everyOtherColoumn, int everyOtherRow ) : void
ScanByPixel ( string inputPath, int everyOtherColoumn, int everyOtherRow, Byte>.Image &element, Byte>.Image &test, Byte>.Image &gElement, TextWriter log ) : void
SetImages ( string positivePath, string negativePath, string testPath, Byte>.Image &Positives, Byte>.Image &Negatives, Byte>.Image &test ) : void

비공개 메소드들

메소드 설명
SetImages ( string inputPath, Byte>.Image &element, Byte>.Image &test, Byte>.Image &gElement, Byte>.Image &gTest ) : void

메소드 상세

ScanByImageDimension() 공개 메소드

public ScanByImageDimension ( string inputPath, Byte>.Image &element, Byte>.Image &test, Byte>.Image &gElement, TextWriter log ) : void
inputPath string
element Byte>.Image
test Byte>.Image
gElement Byte>.Image
log System.IO.TextWriter
리턴 void

ScanByPixel() 공개 메소드

public ScanByPixel ( string inputPath, Byte>.Image test, Byte>.Image element, int everyOtherColoumn, int everyOtherRow ) : void
inputPath string
test Byte>.Image
element Byte>.Image
everyOtherColoumn int
everyOtherRow int
리턴 void

ScanByPixel() 공개 메소드

public ScanByPixel ( string inputPath, int everyOtherColoumn, int everyOtherRow, Byte>.Image &element, Byte>.Image &test, Byte>.Image &gElement, TextWriter log ) : void
inputPath string
everyOtherColoumn int
everyOtherRow int
element Byte>.Image
test Byte>.Image
gElement Byte>.Image
log System.IO.TextWriter
리턴 void

SetImages() 공개 메소드

public SetImages ( string positivePath, string negativePath, string testPath, Byte>.Image &Positives, Byte>.Image &Negatives, Byte>.Image &test ) : void
positivePath string
negativePath string
testPath string
Positives Byte>.Image
Negatives Byte>.Image
test Byte>.Image
리턴 void