C# Class AdvancedOCR.RectangularStep

Inheritance: Step
Show file 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 property

public int Height
return int

Upstream public property

public ReadOnlyCollection Upstream
return ReadOnlyCollection

Width public property

public int Width
return int