C# Класс Algorithmix.Forensics.EdgeDetector

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

Открытые свойства

Свойство Тип Описание
IgnorePoint int

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

Метод Описание
EdgePoints ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
ScanFromLeft ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
ScanFromRight ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
Smoothen ( int edgePoints, int size = 10 ) : int[]

Приватные методы

Метод Описание
Average ( int sum, int middle, int size ) : int

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

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

public static EdgePoints ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
shred System.Drawing.Bitmap
direction Direction
percentageIgnored double
Результат int[]

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

public static ScanFromLeft ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
shred System.Drawing.Bitmap
direction Direction
percentageIgnored double
Результат int[]

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

public static ScanFromRight ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
shred System.Drawing.Bitmap
direction Direction
percentageIgnored double
Результат int[]

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

public static Smoothen ( int edgePoints, int size = 10 ) : int[]
edgePoints int
size int
Результат int[]

Описание свойств

IgnorePoint публичное статическое свойство

public static int IgnorePoint
Результат int