C# 클래스 Ocronet.Dynamic.StdInput

파일 보기 프로젝트 열기: nickun/OCRonet 1 사용 예제들

공개 메소드들

메소드 설명
FromBitmap ( Bitmap bm ) : StdInput
Get ( int y, int x ) : byte
GetDataBuffer ( ) : byte[]
Put ( int y, int x, byte value ) : void
StdInput ( Narray bytearray ) : System
StdInput ( Narray floatarray ) : System
StdInput ( byte buffer, int height, int width, bool invert = false ) : System
StdInput ( int height, int width ) : System
ToBytearray ( ) : Bytearray
ToFloatarray ( ) : Floatarray
ToString ( ) : string
this ( int y, int x ) : byte

Element subscripting.

비공개 메소드들

메소드 설명
alloc_ ( int h, int w ) : void

allocate the elements of the array

메소드 상세

FromBitmap() 공개 정적인 메소드

public static FromBitmap ( Bitmap bm ) : StdInput
bm System.Drawing.Bitmap
리턴 StdInput

Get() 공개 메소드

public Get ( int y, int x ) : byte
y int
x int
리턴 byte

GetDataBuffer() 공개 메소드

public GetDataBuffer ( ) : byte[]
리턴 byte[]

Put() 공개 메소드

public Put ( int y, int x, byte value ) : void
y int
x int
value byte
리턴 void

StdInput() 공개 메소드

public StdInput ( Narray bytearray ) : System
bytearray Narray
리턴 System

StdInput() 공개 메소드

public StdInput ( Narray floatarray ) : System
floatarray Narray
리턴 System

StdInput() 공개 메소드

public StdInput ( byte buffer, int height, int width, bool invert = false ) : System
buffer byte
height int
width int
invert bool
리턴 System

StdInput() 공개 메소드

public StdInput ( int height, int width ) : System
height int
width int
리턴 System

ToBytearray() 공개 메소드

public ToBytearray ( ) : Bytearray
리턴 Bytearray

ToFloatarray() 공개 메소드

public ToFloatarray ( ) : Floatarray
리턴 Floatarray

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

Element subscripting.
public this ( int y, int x ) : byte
y int
x int
리턴 byte