C# Class Strabo.Core.SymbolRecognition.Visualization

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

Public Methods

Method Description
DrawResults ( List points, Size size, Byte>.Image test, string inputpath ) : void
DrawingResults ( ArrayList hash, Byte>.Image gElement, Byte>.Image test, string inputPath ) : void
DrawingResults ( HashSet hash, Byte>.Image gElement, Byte>.Image test, string inputPath ) : void

Method Details

DrawResults() public static method

public static DrawResults ( List points, Size size, Byte>.Image test, string inputpath ) : void
points List
size System.Drawing.Size
test Byte>.Image
inputpath string
return void

DrawingResults() public static method

public static DrawingResults ( ArrayList hash, Byte>.Image gElement, Byte>.Image test, string inputPath ) : void
hash System.Collections.ArrayList
gElement Byte>.Image
test Byte>.Image
inputPath string
return void

DrawingResults() public static method

public static DrawingResults ( HashSet hash, Byte>.Image gElement, Byte>.Image test, string inputPath ) : void
hash HashSet
gElement Byte>.Image
test Byte>.Image
inputPath string
return void