|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jm.cepstrum.BicubicInterpolation
Diese Klasse realisiert die bikubische Interpolation. Sie findet Verwendung zur Skalierung und Verschiebung von Bildern.
ExImageCanvas
,
CepstrumAnalysis
Constructor Summary | |
BicubicInterpolation(byte[] img,
int w,
int h)
Der Konstruktor. |
|
BicubicInterpolation(int[] img,
int w,
int h)
Der Konstruktor. |
|
BicubicInterpolation(short[] img,
int w,
int h)
Der Konstruktor. |
Method Summary | |
int |
getPixel(double x,
double y)
Einzige Methode der Klasse. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BicubicInterpolation(byte[] img, int w, int h)
img
- byte-Array der Bildpunkte des Bildesw
- Breite des Bildesh
- Hoehe der Bildespublic BicubicInterpolation(short[] img, int w, int h)
img
- short-Array der Bildpunkte des Bildesw
- Breite des Bildesh
- Hoehe der Bildespublic BicubicInterpolation(int[] img, int w, int h)
img
- int-Array der Bildpunkte des Bildesw
- Breite des Bildesh
- Hoehe der BildesMethod Detail |
public int getPixel(double x, double y)
x
- x-Position (reellwertig)y
- y-Position (reellwertig)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |