C# 클래스 Algorithmix.Forensics.EdgeDetector

파일 보기 프로젝트 열기: Algorithmix/Papyrus

공개 프로퍼티들

프로퍼티 타입 설명
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