C# 클래스 AdvancedOCR.RectangularStep

상속: Step
파일 보기 프로젝트 열기: patrickmeiring/LeNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height int
Upstream ReadOnlyCollection
Width int

공개 메소드들

메소드 설명
RectangularStep ( int width, int height, IList upstream ) : System

보호된 메소드들

메소드 설명
HeightOf ( IList upstream ) : int
WidthOf ( IList upstream ) : int

메소드 상세

HeightOf() 보호된 정적인 메소드

protected static HeightOf ( IList upstream ) : int
upstream IList
리턴 int

RectangularStep() 공개 메소드

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

WidthOf() 보호된 정적인 메소드

protected static WidthOf ( IList upstream ) : int
upstream IList
리턴 int

프로퍼티 상세

Height 공개적으로 프로퍼티

public int Height
리턴 int

Upstream 공개적으로 프로퍼티

public ReadOnlyCollection Upstream
리턴 ReadOnlyCollection

Width 공개적으로 프로퍼티

public int Width
리턴 int