GradientUnionGeometricalFeatures

Inheritance: java.lang.Object

public class GradientUnionGeometricalFeatures

Constructors

Constructor Description
GradientUnionGeometricalFeatures()

Fields

Field Description
Angle
BlackFilling
BlackPoints
BottomLeft
BottomLine
BottomRight
BoundaryPoints
GrdAdditionSumm
GrdBase
GrdInd
GrdMainDirPower
GrdMax
GrdVals
IntRect
KnownFilling A coefficient for the filling of known points
LeftLine
Length
RightLine
TopLeft
TopLine
TopRight
Width

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GradientUnionGeometricalFeatures()

public GradientUnionGeometricalFeatures()

Angle

public float Angle

BlackFilling

public float BlackFilling

BlackPoints

public float BlackPoints

BottomLeft

public System.Drawing.Point BottomLeft

BottomLine

public LineCoefs BottomLine

BottomRight

public System.Drawing.Point BottomRight

BoundaryPoints

public GradientUnionBoundaryPoints BoundaryPoints

GrdAdditionSumm

public float GrdAdditionSumm

GrdBase

public float GrdBase

GrdInd

public int GrdInd

GrdMainDirPower

public float GrdMainDirPower

GrdMax

public float GrdMax

GrdVals

public float[] GrdVals

IntRect

public System.Drawing.Rectangle IntRect

KnownFilling

public float KnownFilling

A coefficient for the filling of known points

LeftLine

public LineCoefs LeftLine

Length

public double Length

RightLine

public LineCoefs RightLine

TopLeft

public System.Drawing.Point TopLeft

TopLine

public LineCoefs TopLine

TopRight

public System.Drawing.Point TopRight

Width

public double Width

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int