C# Class PredatorCV.Detectors.Text

Inheritance: IDetector
Show file Open project: genecyber/PredatorCV

Public Methods

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

Private Methods

Method Description
InitOcr ( ) : void

Method Details

CreateAndDisplayText() public static method

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

Process() public method

public Process ( byte>.Image rawFrame, byte>.Image grayFrame ) : DetectorResult
rawFrame byte>.Image
grayFrame byte>.Image
return DetectorResult