C# Class Ocronet.Dynamic.Interfaces.ICurvedCutSegmenter

Inheritance: IDisposable
Exibir arquivo Open project: nickun/OCRonet

Public Properties

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

Public Methods

Method Description
Dispose ( ) : void
FindAllCuts ( ) : void
FindBestCuts ( ) : void
SetImage ( Bytearray image ) : void

Protected Methods

Method Description
params_for_lines ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FindAllCuts() public abstract method

public abstract FindAllCuts ( ) : void
return void

FindBestCuts() public abstract method

public abstract FindBestCuts ( ) : void
return void

SetImage() public abstract method

public abstract SetImage ( Bytearray image ) : void
image Bytearray
return void

params_for_lines() protected abstract method

protected abstract params_for_lines ( ) : void
return void

Property Details

boundary_diagonal_cost public_oe property

public int boundary_diagonal_cost
return int

boundary_weight public_oe property

public int boundary_weight
return int

down_cost public_oe property

public int down_cost
return int

inside_diagonal_cost public_oe property

public int inside_diagonal_cost
return int

inside_weight public_oe property

public int inside_weight
return int

min_range public_oe property

public int min_range
return int

min_thresh public_oe property

public float min_thresh
return float

outside_diagonal_cost public_oe property

public int outside_diagonal_cost
return int

outside_weight public_oe property

public int outside_weight
return int