C# Class Strabo.Core.SymbolRecognition.ScanImage

Exibir arquivo Open project: spatial-computing/strabo-learning-ocr-transformation Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
SetImages ( string inputPath, Byte>.Image &element, Byte>.Image &test, Byte>.Image &gElement, Byte>.Image &gTest ) : void

Method Details

ScanByImageDimension() public method

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
return void

ScanByPixel() public method

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
return void

ScanByPixel() public method

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
return void

SetImages() public method

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
return void