|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Thread
|
+--Affine
Affine is an algorithm to apply an Affine Trasformation on an image
code.iface.affine| Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY |
| Constructor Summary | |
Affine(int firstwidth,
int secondwidth)
Constructs a new Affine operator |
|
| Method Summary | |
int[] |
affine_transform(int[] src_1d,
int width,
int height,
float[] a_array,
float[] b_array)
Applies the Affine operator on the specified image array |
| Methods inherited from class java.lang.Thread |
activeCount,
checkAccess,
countStackFrames,
currentThread,
destroy,
dumpStack,
enumerate,
getContextClassLoader,
getName,
getPriority,
getThreadGroup,
interrupt,
interrupted,
isAlive,
isDaemon,
isInterrupted,
join,
join,
join,
resume,
run,
setContextClassLoader,
setDaemon,
setName,
setPriority,
sleep,
sleep,
start,
stop,
stop,
suspend,
toString,
yield |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public Affine(int firstwidth,
int secondwidth)
firstwidth - The width of the first imagesecondwidth - The width of the second image| Method Detail |
public int[] affine_transform(int[] src_1d,
int width,
int height,
float[] a_array,
float[] b_array)
src_1d - The first source image as a pixel arraywidth - width of the destination image in pixelsheight - height of the destination image in pixelsa_array - A 2x2 array used to find the transformationb_array - A 1x1 array used to find the transformation
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||