C# Class AdvancedOCR.LeNetSnapshot

Datei anzeigen Open project: patrickmeiring/LeNet Class Usage Examples

Public Properties

Property Type Description
Network LeNetNetwork

Public Methods

Method Description
LeNetSnapshot ( LeNetNetwork network ) : System
RequestUpdate ( ) : void
UpdateSnapshot ( ) : void

Protected Methods

Method Description
All ( ) : IEnumerable
OnUpdated ( ) : void
UpdateOutputBitmaps ( ) : void

Method Details

All() protected method

protected All ( ) : IEnumerable
return IEnumerable

LeNetSnapshot() public method

public LeNetSnapshot ( LeNetNetwork network ) : System
network LeNetNetwork
return System

OnUpdated() protected method

protected OnUpdated ( ) : void
return void

RequestUpdate() public method

public RequestUpdate ( ) : void
return void

UpdateOutputBitmaps() protected method

protected UpdateOutputBitmaps ( ) : void
return void

UpdateSnapshot() public method

public UpdateSnapshot ( ) : void
return void

Property Details

Network public_oe property

public LeNetNetwork,AdvancedOCR Network
return LeNetNetwork