C# Class Ocronet.Dynamic.StdInput

Afficher le fichier Open project: nickun/OCRonet Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
alloc_ ( int h, int w ) : void

allocate the elements of the array

Method Details

FromBitmap() public static méthode

public static FromBitmap ( Bitmap bm ) : StdInput
bm System.Drawing.Bitmap
Résultat StdInput

Get() public méthode

public Get ( int y, int x ) : byte
y int
x int
Résultat byte

GetDataBuffer() public méthode

public GetDataBuffer ( ) : byte[]
Résultat byte[]

Put() public méthode

public Put ( int y, int x, byte value ) : void
y int
x int
value byte
Résultat void

StdInput() public méthode

public StdInput ( Narray bytearray ) : System
bytearray Narray
Résultat System

StdInput() public méthode

public StdInput ( Narray floatarray ) : System
floatarray Narray
Résultat System

StdInput() public méthode

public StdInput ( byte buffer, int height, int width, bool invert = false ) : System
buffer byte
height int
width int
invert bool
Résultat System

StdInput() public méthode

public StdInput ( int height, int width ) : System
height int
width int
Résultat System

ToBytearray() public méthode

public ToBytearray ( ) : Bytearray
Résultat Bytearray

ToFloatarray() public méthode

public ToFloatarray ( ) : Floatarray
Résultat Floatarray

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

Element subscripting.
public this ( int y, int x ) : byte
y int
x int
Résultat byte