C# Class AdvancedOCR.RectangularStep

Inheritance: Step
Datei anzeigen Open project: patrickmeiring/LeNet Class Usage Examples

Public Properties

Property Type Description
Height int
Upstream ReadOnlyCollection
Width int

Public Methods

Method Description
RectangularStep ( int width, int height, IList upstream ) : System

Protected Methods

Method Description
HeightOf ( IList upstream ) : int
WidthOf ( IList upstream ) : int

Method Details

HeightOf() protected static method

protected static HeightOf ( IList upstream ) : int
upstream IList
return int

RectangularStep() public method

public RectangularStep ( int width, int height, IList upstream ) : System
width int
height int
upstream IList
return System

WidthOf() protected static method

protected static WidthOf ( IList upstream ) : int
upstream IList
return int

Property Details

Height public_oe property

public int Height
return int

Upstream public_oe property

public ReadOnlyCollection Upstream
return ReadOnlyCollection

Width public_oe property

public int Width
return int