C# Class ExplOCR.QualityData

Datei anzeigen Open project: ThoroughlyLostExplorer/ExplOCR

Public Properties

Property Type Description
Frame System.Drawing.Rectangle
Quality double

Public Methods

Method Description
QualityData ( double q, Rectangle f ) : System

Method Details

QualityData() public method

public QualityData ( double q, Rectangle f ) : System
q double
f System.Drawing.Rectangle
return System

Property Details

Frame public_oe property

public Rectangle,System.Drawing Frame
return System.Drawing.Rectangle

Quality public_oe property

public double Quality
return double