C# Class Ocronet.Dynamic.ImgLib.Metric

Exibir arquivo Open project: nickun/OCRonet Class Usage Examples

Public Methods

Method Description
metric ( Point p, Point q ) : float

Protected Methods

Method Description
abs_ ( float x ) : float
abs_ ( int x ) : int
max_ ( float x, float y ) : float
max_ ( int x, int y ) : int

Method Details

abs_() protected method

protected abs_ ( float x ) : float
x float
return float

abs_() protected method

protected abs_ ( int x ) : int
x int
return int

max_() protected method

protected max_ ( float x, float y ) : float
x float
y float
return float

max_() protected method

protected max_ ( int x, int y ) : int
x int
y int
return int

metric() public abstract method

public abstract metric ( Point p, Point q ) : float
p Point
q Point
return float