C# Class AdvancedOCR.LeNetSnapshot

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

Méthodes publiques

Свойство Type Description
Network LeNetNetwork

Méthodes publiques

Méthode Description
LeNetSnapshot ( LeNetNetwork network ) : System
RequestUpdate ( ) : void
UpdateSnapshot ( ) : void

Méthodes protégées

Méthode Description
All ( ) : IEnumerable
OnUpdated ( ) : void
UpdateOutputBitmaps ( ) : void

Method Details

All() protected méthode

protected All ( ) : IEnumerable
Résultat IEnumerable

LeNetSnapshot() public méthode

public LeNetSnapshot ( LeNetNetwork network ) : System
network LeNetNetwork
Résultat System

OnUpdated() protected méthode

protected OnUpdated ( ) : void
Résultat void

RequestUpdate() public méthode

public RequestUpdate ( ) : void
Résultat void

UpdateOutputBitmaps() protected méthode

protected UpdateOutputBitmaps ( ) : void
Résultat void

UpdateSnapshot() public méthode

public UpdateSnapshot ( ) : void
Résultat void

Property Details

Network public_oe property

public LeNetNetwork,AdvancedOCR Network
Résultat LeNetNetwork