PerspectiveTransformation2D

Inheritance: java.lang.Object, com.aspose.barcode.barcoderecognition.internal.Transformation2D

public class PerspectiveTransformation2D extends Transformation2D

Constructors

Constructor Description
PerspectiveTransformation2D(float a11, float a21, float a31, float a12, float a22, float a32, float a13, float a23, float a33)

Methods

Method Description
equals(Object arg0)
getClass()
get_Item(float x, float y)
hashCode()
notify()
notifyAll()
quadrilateralToQuadrilateral(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, float x0p, float y0p, float x1p, float y1p, float x2p, float y2p, float x3p, float y3p)
toString()
transform(float[] points)
wait()
wait(long arg0)
wait(long arg0, int arg1)

PerspectiveTransformation2D(float a11, float a21, float a31, float a12, float a22, float a32, float a13, float a23, float a33)

public PerspectiveTransformation2D(float a11, float a21, float a31, float a12, float a22, float a32, float a13, float a23, float a33)

Parameters:

Parameter Type Description
a11 float
a21 float
a31 float
a12 float
a22 float
a32 float
a13 float
a23 float
a33 float

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

get_Item(float x, float y)

public System.Drawing.PointF get_Item(float x, float y)

Parameters:

Parameter Type Description
x float
y float

Returns: com.aspose.ms.System.Drawing.PointF

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

quadrilateralToQuadrilateral(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, float x0p, float y0p, float x1p, float y1p, float x2p, float y2p, float x3p, float y3p)

public static PerspectiveTransformation2D quadrilateralToQuadrilateral(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, float x0p, float y0p, float x1p, float y1p, float x2p, float y2p, float x3p, float y3p)

Parameters:

Parameter Type Description
x0 float
y0 float
x1 float
y1 float
x2 float
y2 float
x3 float
y3 float
x0p float
y0p float
x1p float
y1p float
x2p float
y2p float
x3p float
y3p float

Returns: PerspectiveTransformation2D

toString()

public String toString()

Returns: java.lang.String

transform(float[] points)

public void transform(float[] points)

Parameters:

Parameter Type Description
points float[]

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