C# Class PredatorCV.Detectors.Text

Inheritance: IDetector
Afficher le fichier Open project: genecyber/PredatorCV

Méthodes publiques

Méthode Description
CreateAndDisplayText ( byte>.Image image, TextBox textBox ) : void
Process ( byte>.Image rawFrame, byte>.Image grayFrame ) : DetectorResult

Private Methods

Méthode Description
InitOcr ( ) : void

Method Details

CreateAndDisplayText() public static méthode

public static CreateAndDisplayText ( byte>.Image image, TextBox textBox ) : void
image byte>.Image
textBox System.Windows.Forms.TextBox
Résultat void

Process() public méthode

public Process ( byte>.Image rawFrame, byte>.Image grayFrame ) : DetectorResult
rawFrame byte>.Image
grayFrame byte>.Image
Résultat DetectorResult