|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectGiciTransform.DPCMSpectralDecorrelator
public class DPCMSpectralDecorrelator
This class receives an image and transposes it if required.Typically it is used in the following way:
constructor(receiveing the image to be transposed)
setParameters
run
| Field Summary | |
|---|---|
(package private) float[][][] |
imageSamples
Definition in Coder |
| Constructor Summary | |
|---|---|
DPCMSpectralDecorrelator(float[][][] imageSamples)
Constructor that receives the original image samples. |
|
| Method Summary | |
|---|---|
float[][][] |
forwardDifferentialReference(int referenceIndex)
|
float[][][] |
forwardDPCM()
Performs the forward DPCM |
float[][][] |
forwardDPCM(int restartIndex)
|
float[][][] |
inverseDifferentialReference(int referenceIndex)
|
float[][][] |
inverseDPCM()
Performs the inverse DPCM |
float[][][] |
inverseDPCM(int restartIndex)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
float[][][] imageSamples
| Constructor Detail |
|---|
public DPCMSpectralDecorrelator(float[][][] imageSamples)
imageSamples - definition in Coder| Method Detail |
|---|
public float[][][] forwardDPCM()
throws ErrorException
ErrorException - when parameters are not set
public float[][][] inverseDPCM()
throws ErrorException
ErrorException - when parameters are not set
public float[][][] forwardDPCM(int restartIndex)
throws ErrorException
ErrorException
public float[][][] inverseDPCM(int restartIndex)
throws ErrorException
ErrorException
public float[][][] forwardDifferentialReference(int referenceIndex)
throws ErrorException
ErrorException
public float[][][] inverseDifferentialReference(int referenceIndex)
throws ErrorException
ErrorException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||