Property | Type | Description | |
---|---|---|---|
IgnorePoint | int |
Method | Description | |
---|---|---|
EdgePoints ( |
||
ScanFromLeft ( |
||
ScanFromRight ( |
||
Smoothen ( int edgePoints, int size = 10 ) : int[] |
Method | Description | |
---|---|---|
Average ( int sum, int middle, int size ) : int |
public static EdgePoints ( |
||
shred | ||
direction | Direction | |
percentageIgnored | double | |
return | int[] |
public static ScanFromLeft ( |
||
shred | ||
direction | Direction | |
percentageIgnored | double | |
return | int[] |
public static ScanFromRight ( |
||
shred | ||
direction | Direction | |
percentageIgnored | double | |
return | int[] |
public static Smoothen ( int edgePoints, int size = 10 ) : int[] | ||
edgePoints | int | |
size | int | |
return | int[] |