Property | Type | Description | |
---|---|---|---|
boundary_diagonal_cost | int | ||
boundary_weight | int | ||
down_cost | int | ||
inside_diagonal_cost | int | ||
inside_weight | int | ||
min_range | int | ||
min_thresh | float | ||
outside_diagonal_cost | int | ||
outside_weight | int |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FindAllCuts ( ) : void | ||
FindBestCuts ( ) : void | ||
SetImage ( Bytearray image ) : void |
Method | Description | |
---|---|---|
params_for_lines ( ) : void |
public abstract SetImage ( Bytearray image ) : void | ||
image | Bytearray | |
return | void |
protected abstract params_for_lines ( ) : void | ||
return | void |