C# Class AdvancedOCR.RectangularStep

Inheritance: Step
Afficher le fichier Open project: patrickmeiring/LeNet Class Usage Examples

Méthodes publiques

Свойство Type Description
Height int
Upstream ReadOnlyCollection
Width int

Méthodes publiques

Méthode Description
RectangularStep ( int width, int height, IList upstream ) : System

Méthodes protégées

Méthode Description
HeightOf ( IList upstream ) : int
WidthOf ( IList upstream ) : int

Method Details

HeightOf() protected static méthode

protected static HeightOf ( IList upstream ) : int
upstream IList
Résultat int

RectangularStep() public méthode

public RectangularStep ( int width, int height, IList upstream ) : System
width int
height int
upstream IList
Résultat System

WidthOf() protected static méthode

protected static WidthOf ( IList upstream ) : int
upstream IList
Résultat int

Property Details

Height public_oe property

public int Height
Résultat int

Upstream public_oe property

public ReadOnlyCollection Upstream
Résultat ReadOnlyCollection

Width public_oe property

public int Width
Résultat int