C# Класс Strabo.Core.SymbolRecognition.Visualization

Показать файл Открыть проект

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

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

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

DrawResults() публичный статический Метод

public static DrawResults ( List points, Size size, Byte>.Image test, string inputpath ) : void
points List
size System.Drawing.Size
test Byte>.Image
inputpath string
Результат void

DrawingResults() публичный статический Метод

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
Результат void

DrawingResults() публичный статический Метод

public static DrawingResults ( HashSet hash, Byte>.Image gElement, Byte>.Image test, string inputPath ) : void
hash HashSet
gElement Byte>.Image
test Byte>.Image
inputPath string
Результат void