C# Class Algorithmix.Forensics.EdgeDetector

Show file Open project: Algorithmix/Papyrus

Public Properties

Property Type Description
IgnorePoint int

Public Methods

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

Private Methods

Method Description
Average ( int sum, int middle, int size ) : int

Method Details

EdgePoints() public static method

public static EdgePoints ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
shred System.Drawing.Bitmap
direction Direction
percentageIgnored double
return int[]

ScanFromLeft() public static method

public static ScanFromLeft ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
shred System.Drawing.Bitmap
direction Direction
percentageIgnored double
return int[]

ScanFromRight() public static method

public static ScanFromRight ( Bitmap shred, Direction direction, double percentageIgnored = 0.15 ) : int[]
shred System.Drawing.Bitmap
direction Direction
percentageIgnored double
return int[]

Smoothen() public static method

public static Smoothen ( int edgePoints, int size = 10 ) : int[]
edgePoints int
size int
return int[]

Property Details

IgnorePoint public static property

public static int IgnorePoint
return int