A B C D E F G H I J L M N O P Q R S T U V W X Y Z

A

abnormalTermination - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
This boolean indicates if the decoding process finishes correctly
ACEntropyDecoder - Class in TER.TERdecoder.BPEDecoder
 
ACEntropyDecoder(byte[][][][][]) - Constructor for class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 
ACs - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
Definition in SegmentDecode2D.ACs
ACs - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
This array contains AC components of the recovered segment.
actualPosition - Variable in class GiciStream.BitStream
Actual position in the bitstream (useful to scan bytestream from begin to end)..
addBit(boolean) - Method in class GiciStream.BitStream
Inserts a bit in the bitstream.
addBit(int) - Method in class GiciStream.BitStream
Inserts a bit in the bitstream.
addBitPlaneEncoderParameters() - Method in class TER.TERcoder.WriteFile.TERHeader
 
addBits(int, int) - Method in class GiciStream.BitStream
Inserts the bits of an int to the bitstream starting at length MSB position of the int passed.
addBitStream(BitStream) - Method in class GiciStream.BitStream
Inserts a BitStream in the current object.
addByte(int) - Method in class GiciStream.BitStream
Inserts the bits of a byte into the bitstream.
addByte(byte) - Method in class GiciStream.ByteStream
Inserts a byte in the ByteStream.
addBytes(byte[], int) - Method in class GiciStream.ByteStream
Inserts bytes in the bytestream.
AddChannels - Class in GiciTransform
 
AddChannels(float[][][], int) - Constructor for class GiciTransform.AddChannels
Constructor that receives the original image samples.
addCodedBitDepthACBlock(int, int) - Method in class TER.TERcoder.WriteFile.LayerCreation
 
addFlaggedParameter(int[], int, int, int) - Method in class TER.TERcoder.WriteFile.TERHeader
 
addFundamentalSequence(int) - Method in class TER.TERcoder.WriteFile.TERHeader
 
addImageProperties() - Method in class TER.TERcoder.WriteFile.TERHeader
 
addParameter(int[], int, int) - Method in class TER.TERcoder.WriteFile.TERHeader
 
addPreProcessingParameters() - Method in class TER.TERcoder.WriteFile.TERHeader
 
addQuantizationParameters() - Method in class TER.TERcoder.WriteFile.TERHeader
 
addQuantizedDCs(int, int) - Method in class TER.TERcoder.WriteFile.LayerCreation
 
addRefinedDCs(int, int) - Method in class TER.TERcoder.WriteFile.LayerCreation
 
addRefinementAC(int, int, int) - Method in class TER.TERcoder.WriteFile.LayerCreation
 
addSortingAC(int, int, int) - Method in class TER.TERcoder.WriteFile.LayerCreation
 
addStreamToLayer(int, int, int, int, int, int) - Method in class TER.TERcoder.WriteFile.LayerCreation
 
addTransformParameters() - Method in class TER.TERcoder.WriteFile.TERHeader
 
addType - Variable in class GiciTransform.AddChannels
 
addType - Variable in class TER.TERdecoder.Decoder
 
addType - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
addType_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
adjustHeaderFlags(int) - Method in class TER.TERcoder.WriteFile.RecommendedOrder
In case that some parameters must be redefined, here we asure that the parts of the header containing such parameters will be included.
adjustHeaderParameters - Variable in class TER.TERcoder.ArgsParserCoder
 
adjustHeaderParameters - Variable in class TER.TERcoder.Coder
Defintion in RecommendedOrder.adjustHeaderParameters
adjustHeaderParameters - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Indicates if parameters in the header must be re-definied in order to improve compression performance.
adjustHeaderParameters - Variable in class TER.TERcoder.WriteFile.WriteFile
 
adjustHeaderParameters - Static variable in class TER.TERDefaultValues
Definition in RecommendedOrder.adjustHeaderParameters
allLayers - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
approximationTypes - Variable in class GiciTransform.CoefficientsApproximation
Approximation to be applied to coefficients of each channel.
argFind(String) - Method in class GiciParser.ArgumentsParser
Finds the argument string in arguments specification array.
argFind(String) - Method in class TER.TERcoder.ArgsParserCoder
Finds the argument string in arguments specification array.
argFind(String) - Method in class TER.TERdecoder.ArgsParserDecoder
Finds the argument string in arguments specification array.
ArgsParserCoder - Class in TER.TERcoder
Arguments parser for TER coder.
ArgsParserCoder(String[]) - Constructor for class TER.TERcoder.ArgsParserCoder
Class constructor that receives the arguments string and initializes all the arguments
ArgsParserDecoder - Class in TER.TERdecoder
Arguments parser for TER decoder.
ArgsParserDecoder(String[]) - Constructor for class TER.TERdecoder.ArgsParserDecoder
Class constructor that receives the arguments string and initializes all the arguments.
argsSpecification - Variable in class TER.TERcoder.ArgsParserCoder
Arguments specificiation.
argsSpecification - Variable in class TER.TERdecoder.ArgsParserDecoder
Arguments specificiation.
argsSpecification - Variable in class TER.TERDisplayFrame.DisplayFrameParser
 
ArgumentsParser - Class in GiciParser
Arguments parser definition (useful for extending in other classe).
ArgumentsParser() - Constructor for class GiciParser.ArgumentsParser
 
argumentsSpecification - Variable in class GiciParser.ArgumentsParser
Arguments specificiation.
ArithmeticCoder - Interface in TER.TERcoder.SegmentCoder
This interface defines the methods that a coder must contain.
AssembleSegments - Class in TER.TERdecoder.BPEDecoder
This class locates the decoded blocks inside the recovered image.
AssembleSegments(float[][][], int[], int) - Constructor for class TER.TERdecoder.BPEDecoder.AssembleSegments
Constructor of the AssembleSegments class.
available() - Method in class GiciStream.BufferedDataInputStream
Returns the number of bytes that can be read from this buffer without blocking.
average - Variable in class GiciAnalysis.ImageStatistical
Average of each component.
averageDR - Variable in class GiciAnalysis.ImageStatisticalSA
Average for the data values of each component.
averageNDR - Variable in class GiciAnalysis.ImageStatisticalSA
Average for the no-data values of each component.
averageStdDevDNDR - Variable in class GiciAnalysis.ImageStatisticalSA
Difference with the average in mean for data pixels against of no-data region.
averageStdDevDR - Variable in class GiciAnalysis.ImageStatisticalSA
Difference with the average in mean for all data pixels for each component.
averageStdDevNDR - Variable in class GiciAnalysis.ImageStatisticalSA
Difference with the average in mean for all no-data pixels for each component.

B

bitBuffer - Variable in class GiciStream.BitStream
Byte array used to store bits.
bitDepthAC - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
Definition in SegmentCode2D.bitDepthAC
bitDepthAC - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
This integer determines the number of bits needed to represent the magnitude of AC components in the segment.
bitDepthAC - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
bitDepthAC - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in SegmentCode2D.bitDepthAC
bitDepthAC - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
Definition in SegmentCode2D.bitDepthAC
bitDepthAC - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in SegmentCode2D.bitDepthAC
bitDepthAC - Variable in class TER.TERcoder.WriteFile.TERHeader
 
bitDepthAC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
bitDepthAC - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
bitDepthAC - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
bitDepthAC - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
bitDepthAC - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Definition in SegmentCode2D.bitDepthAC
bitDepthAC - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
bitDepthAC - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Definition in SegmentCode2D.bitDepthAC
bitDepthAC - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.bitDepthAC
bitDepthAC - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
bitDepthAC - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
bitDepthAC_Block - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Determines, for each block, the number of bits needed to represent the magnitude of AC components
bitDepthAC_Block - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Determines, for each block, the number of bits needed to represent the magnitude of AC components
bitDepthAC_block - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
bitDepthAC_Block - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Definition in CodeBlockAC.bitDepthAC_Block
bitDepthAC_Block - Variable in class TER.TERdecoder.SegmentDecoder.RefineACs
Definition in CodeBlockAC.bitDepthAC_Block
bitDepthACBlock - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
This array determines, for each block, the number of bits needed to represent the magnitude of AC components
bitDepthACBlock - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.bitDepthACBlock
bitDepthACExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
bitDepthACExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
bitDepthDC - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
Definition in SegmentCode2D.bitDepthDC
bitDepthDC - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
This integer determines the number of bits needed to represent DC components in two-complement representation.
bitDepthDC - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
bitDepthDC - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in SegmentCode2D.bitDepthDC
bitDepthDC - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in SegmentCode2D.bitDepthDC
bitDepthDC - Variable in class TER.TERcoder.WriteFile.TERHeader
 
bitDepthDC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
bitDepthDC - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
Definition in SegmentCode2D.bitDepthDC
bitDepthDC - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
bitDepthDC - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
bitDepthDC - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Definition in SegmentCode2D.bitDepthDC
bitDepthDC - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
bitDepthDC - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Definition in SegmentCode2D.bitDepthDC
bitDepthDC - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.bitDepthDC
bitDepthDC - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
bitDepthDC - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
bitDepthDCExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
bitDepthDCExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
bitPlaneInterleaving() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
bitPlaneOfZeros(int, int, int) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
This function indicates if the bits of the coefficients are necessarily zero due to the subband scaling operation
bitPlaneOfZeros(int, int, int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
This function indicates if the bits of the coefficients are necessarily zero due to the subband scaling operation
bitPlaneOfZeros(int, int, int) - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Definition in CodeBlockAC.bitPlaneOfZeros(int, int, int)
bitPlaneOfZeros(int, int, int) - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Definition in CodeBlockAC.bitPlaneOfZeros(int, int, int)
bitPlaneStop - Variable in class TER.TERcoder.ArgsParserCoder
 
bitPlaneStop - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.bitPlaneStop
bitPlaneStop - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
When DCStop equals 0 indicates for each segment the bitplane where codification stops.
bitPlaneStop - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in SegmentCode2D.bitPlaneStop
bitPlaneStop - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
Definition in SegmentCode2D.bitPlaneStop
bitPlaneStop - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in SegmentCode2D.bitPlaneStop
bitPlaneStop - Variable in class TER.TERcoder.WriteFile.WriteFile
 
bitPlaneStop - Variable in class TER.TERdecoder.ArgsParserDecoder
 
bitPlaneStop - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
bitPlaneStop - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
bitPlaneStop - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
bitPlaneStop - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.bitPlaneStop
bitPlaneStop - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in SegmentCode2D.bitPlaneStop
bitPlaneStop - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.bitPlaneStop
bitPlaneStop - Static variable in class TER.TERDefaultValues
Definition in SegmentCode2D.bitPlaneStop
bitsCounter - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
Indicates the number of bits inserted into the encoded segment
bitsPerPixel - Variable in class TER.TERcoder.ArgsParserCoder
 
bitsPerSample - Variable in class TER.TERcoder.ArgsParserCoder
 
BitStream - Class in GiciStream
This class is a bit buffer, useful to store a bit stream.
ATTENTION: this class should be optimized like ByteStream.
BitStream() - Constructor for class GiciStream.BitStream
Class constructor (performs needed initializations).
BitStream(int) - Constructor for class GiciStream.BitStream
Class constructor with a specified amount of bits to allocate initially in the buffer.
BitStream(byte[]) - Constructor for class GiciStream.BitStream
Class constructor that initilizaes the BitStream with a bitBuffer.
block - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
This array contains AC components of the recovered block.
block - Variable in class TER.TERdecoder.SegmentDecoder.RefineACs
Definition in DecodeGeneration.block
blockContexts - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
This array contains the contexts of the significance of a block in a bitplane.
blockInSegment - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
This array determines which blocks belong to each segment, i.e.
blockNumber - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Indicates the position of the block inside the channel
blockNumber - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Indicates the position of the gaggle inside the channel
blocksPerSegment - Variable in class TER.TERcoder.ArgsParserCoder
 
blocksPerSegment - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
This integer determines the number of blocks in the segment
blocksPerSegment - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Indicates the number of blocks contained in each segment.
blocksPerSegment - Variable in class TER.TERcoder.SegmentCoder.SegmentConstruct
Definition SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
blocksPerSegment - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
Definition in SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERcoder.WriteFile.TERHeader
Definition in SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERcoder.WriteFile.WriteFile
 
blocksPerSegment - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
Definition in SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
blocksPerSegment - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
blocksPerSegment - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
blocksPerSegment - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
blocksPerSegment - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
blocksPerSegment - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
blocksPerSegment - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
Definition in SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Definition in SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.blocksPerSegment
blocksPerSegment - Static variable in class TER.TERDefaultValues
Definition in SegmentCode2D.blocksPerSegment
blocksPerSegment - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
blocksPerSegment - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
blocksPerSegment - Variable in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
blocksPerSegmentExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
blocksPerSegmentExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
blockStatus - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
This array contains the status of each of the components in the block.
blockStatus - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Definition in CodeBlockAC.blockStatus
blockStatus - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
Definition in CodeBlockAC.blockStatus
blockStatus - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Definition in CodeBlockAC.blockStatus
blockStatus - Variable in class TER.TERdecoder.SegmentDecoder.RefineACs
Definition in CodeBlockAC.blockStatus
BP - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
For each family and generation indicates the number of bitplanes that are necessary zero due the weighting stage
BP - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
For each family and generation indicates the number of bitplanes that are necessary zero due the weighting stage
BP - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
BP - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
bp - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
BP - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
BP - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
BP - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Definition in CodeBlockAC.BP
BP - Variable in class TER.TERdecoder.SegmentDecoder.RefineACs
Definition in CodeBlockAC.BP
BPLL - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
For the residual subband indicates the number of bitplanes that are necessary zero
BPLL - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Definition in InitialCoding.BPLL
buf - Variable in class GiciStream.BufferedDataInputStream
An array of bytes used to buffer the input/output data.
buffAllocation - Variable in class GiciStream.BitStream
Number of bytes used in each step of buffer allocation (when the buffer is full, another one es reserved with buffAllocation bytes more and the contents are copied).
BufferedDataInputStream - Class in GiciStream
This class provides a wrapper for abstracting from the data source, which can be a file or a buffer.
BufferedDataInputStream(int) - Constructor for class GiciStream.BufferedDataInputStream
 
BufferedDataInputStream(byte[]) - Constructor for class GiciStream.BufferedDataInputStream
 
BufferedDataInputStream(byte[], int) - Constructor for class GiciStream.BufferedDataInputStream
 
BufferedDataInputStream(String) - Constructor for class GiciStream.BufferedDataInputStream
 
BufferedDataInputStream(File) - Constructor for class GiciStream.BufferedDataInputStream
 
BufferedDataInputStream(RandomAccessFile) - Constructor for class GiciStream.BufferedDataInputStream
 
byteBuff - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
 
byteBuffer - Variable in class GiciStream.ByteStream
Byte array used to store bytes.
bytebuffer - Variable in class TER.TERdecoder.ReadFile.ReadBufferedStream
 
bytePossition - Variable in class TER.TERdecoder.ReadFile.ReadBufferedStream
 
ByteStream - Class in GiciStream
This class is a byte buffer, useful to store a byte stream.
ByteStream() - Constructor for class GiciStream.ByteStream
Class constructor (performs needed initializations).
ByteStream(int) - Constructor for class GiciStream.ByteStream
Class constructor with a specified amount of bytes to allocate initially in the buffer.
ByteStream(byte[], int) - Constructor for class GiciStream.ByteStream
Class constructor allowing to insert a byte array (performs needed initializations).
byteStream - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 

C

centerRange - Variable in class GiciAnalysis.ImageStatistical
Center of range for each image component.
centerRange - Variable in class GiciAnalysis.ImageStatisticalSA
Center of range for each data values in the input image components.
channel - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Indicates the channel where the block belongs
channel - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 
channel - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
 
channel - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
channel - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
channel - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
channel - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
channelList - Variable in class TER.TERDisplayFrame.DisplayFrameParser
 
channelList - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
channelList - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
checkGaggleSizes() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
clearByte() - Method in class TER.TERdecoder.ReadFile.ReadBufferedStream
 
close() - Method in class GiciStream.BufferedDataInputStream
 
codeBit(boolean, int) - Method in interface TER.TERcoder.SegmentCoder.ArithmeticCoder
Code a bit taking into account context probabilities in an artihmetic like coder.
codeBit(boolean) - Method in interface TER.TERcoder.SegmentCoder.ArithmeticCoder
Code a bit without taking into account context probabilities in an artihmetic like coder.
CodeBlockAC - Class in TER.TERcoder.SegmentCoder
This class codes as many bitplanes of a block of AC components as the user requires.
CodeBlockAC(float[][], int) - Constructor for class TER.TERcoder.SegmentCoder.CodeBlockAC
Constructor that receives the values of the block to be further encoded.
codedBitDepthACBlock - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
This array stores for each gaggle the encoded bit depth of AC components of each block
codedBitDepthACBlock - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
codedBitDepthACBlock - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
This array stores for each gaggle the encoded bit depth of AC components of each block
codedBitDepthACBlock - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
This array stores for each segment and gaggle the encoded bit depth of AC components of each block
codedBitDepthACBlock - Variable in class TER.TERcoder.WriteFile.WriteFile
 
codedBlock - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
This array contains the significance of a block in a bitplane.
codedSegment - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
This array is employed to store the encoded segment according to the given parameters.
codeIdLength - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Determines the number of bits required to encode the code option ID for 2, 3 and 4 length symbols.
codeIdLength - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
Definition in EncodeGaggleAC.codeIdLength
codeIdLength - Variable in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Definition in EncodeGaggleAC.codeIdLength
codeLength - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Stores for each of the entropy coder options the number of bits required to encode the gaggle.
codeLength - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Definition in CodeBlockAC.codeLength
codeLength - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Stores for each of the entropy coder options the number of bits required to encode the gaggle.
Coder - Class in TER.TERcoder
Main class of TERcoder application.
Coder(float[][][], Class[], boolean) - Constructor for class TER.TERcoder.Coder
Constructor of TERcoder.
codeSquare(int, int, int) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
This function create the words needed to encode each of the squares (subbands) contained in a block.
codeSquare(int, int, int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
This function create the words needed to encode each of the squares (subbands) contained in a block.
codeWordLength - Variable in class TER.TERcoder.ArgsParserCoder
 
codeWordLength - Variable in class TER.TERcoder.Coder
Definition in RecommendedOrder.codeWordLength
codeWordLength - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in RecommendedOrder.codeWordLength
codeWordLength - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Indicates the coded word length for each segment
codeWordLength - Variable in class TER.TERcoder.WriteFile.WriteFile
 
codeWordLength - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
codeWordLength - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
codeWordLength - Variable in class TER.TERdecoder.Decoder
Definition in RecommendedOrder.codeWordLength
codeWordLength - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in RecommendedOrder.codeWordLength
codeWordLength - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in RecommendedOrder.codeWordLength
codeWordLength - Static variable in class TER.TERDefaultValues
Definition in RecommendedOrder.codeWordLength
codeWords(int[][], int, int, int, int) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
Given a set of words or transition words it encodes it for a given pass.
codeWords(int[][], int, int, int, int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Given a set of words or transition words it encodes it for a given pass.
codingPasses - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
 
codingPassesInterleaving() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
CoefficientsApproximation - Class in GiciTransform
This class receives an image and approximates its coefficients.
Usage example:
  construct
  setParameters
  run
CoefficientsApproximation(float[][][]) - Constructor for class GiciTransform.CoefficientsApproximation
Constructor that receives the original image samples.
coefficientsApproximation - Variable in class TER.TERcoder.ArgsParserCoder
 
coefficientsApproximationTypes - Variable in class TER.TERcoder.Coder
Definition in CoefficientsApproximation.approximationTypes
coefficientsApproximationTypes - Static variable in class TER.TERDefaultValues
Definition in CoefficientsApproximation.approximationTypes
completionMode - Variable in class TER.TERdecoder.ArgsParserDecoder
 
completionMode - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
completionMode - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
completionMode - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
completionMode - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
completionMode - Variable in class TER.TERdecoder.Decoder
Definition in InitialDecoding.completionMode
completionMode - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
This integer indicates the way that values are completed when an abnormal termination is found.
completionMode - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Definition in InitialDecoding.completionMode
completionMode - Static variable in class TER.TERDefaultValues
Definition in InitialDecoding.completionMode
completionMode - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
componentScalable - Variable in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
compressionFactor - Variable in class TER.TERcoder.ArgsParserCoder
 
compressionFactor - Variable in class TER.TERcoder.Coder
Float array that contains the compression factor for each segment
compressionFactor - Variable in class TER.TERdecoder.ArgsParserDecoder
 
compressionFactor - Variable in class TER.TERdecoder.Decoder
Definition in Coder.compressionFactor
compressionFactor - Static variable in class TER.TERDefaultValues
 
computeDistortion - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Indicates whether the decrease of the distortion must be computed in order to stop coding process at a given point.
computeDistortion - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
 
computeDistortion - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
computePadRows(int, int, int[], int[]) - Static method in class GiciImageExtension.ImageDeExtension
Computes the number of padding rows that has been added to the original image
computeSubBandSizes() - Method in class GiciTransform.InverseNonPyramidal3D
This function compute the Sub-Band Sizes for every dimension.
computeSubBandSizes() - Method in class GiciTransform.InversePyramidal3D
This function compute the Sub-Band Sizes for every dimension.
controlMSE - Variable in class TER.TERcoder.Coder
 
ConversionTools - Class in TER.TERCommon
This class contain some conversion tools, they convert some file measures in the corresponding segByteLimit value
ConversionTools() - Constructor for class TER.TERCommon.ConversionTools
 
count - Variable in class GiciStream.BufferedDataInputStream
The index one greater than the last valid byte in the buffer.
countedValues - Variable in class GiciAnalysis.ImageStatistical
Array where are stored the how many times is appeared all values in Byte image.
counter - Variable in class TER.TERdecoder.ReadFile.ReadBufferedStream
 
CropChannels - Class in GiciTransform
 
CropChannels(float[][][]) - Constructor for class GiciTransform.CropChannels
Constructor that receives the original image samples.
cropType - Variable in class GiciTransform.CropChannels
 
cropType - Variable in class TER.TERcoder.Coder
 
cropType - Variable in class TER.TERcoder.WriteFile.TERHeader
 
cropType - Variable in class TER.TERcoder.WriteFile.WriteFile
 
cropType_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
cropUnusedLayers() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
cTypes - Variable in class TER.TERcoder.Coder
Array that contains the type of each image component.
currentLayer - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
currentLayer - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 
currentLayer - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
customWeight - Variable in class TER.TERcoder.ArgsParserCoder
 
customWeight - Variable in class TER.TERcoder.Coder
Definition in ForwardWeighting.customWeight
customWeight - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Definition in ForwardWeighting.customWeight
customWeight - Variable in class TER.TERcoder.Weighting.ForwardWeighting
Contains the weights defined by the user.
customWeight - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in ForwardWeighting.customWeight
customWeight - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in ForwardWeighting.customWeight
customWeight - Variable in class TER.TERcoder.WriteFile.TERHeader
 
customWeight - Variable in class TER.TERcoder.WriteFile.WriteFile
 
customWeight - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
customWeight - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
customWeight - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
customWeight - Variable in class TER.TERdecoder.Decoder
Definition in ForwardWeighting.customWeight
customWeight - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
efintion in ForwardWeighting.customWeight
customWeight - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
customWeight - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in ForwardWeighting.customWeight
customWeight - Variable in class TER.TERdecoder.Weighting.InverseWeighting
Definition in ForwardWeighting.customWeight
customWeight - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in ForwardWeighting.customWeight
customWeight - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
customWeight_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
customWeight_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
customWeightExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
customWeightExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
customWtFlag - Variable in class TER.TERcoder.ArgsParserCoder
 
customWtFlag - Variable in class TER.TERcoder.Coder
Definition in ForwardWeighting.customWtFlag
customWtFlag - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Definition in ForwardWeighting.customWtFlag
customWtFlag - Variable in class TER.TERcoder.Weighting.ForwardWeighting
Weighting type to be applied for each channel..
customWtFlag - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in ForwardWeighting.customWtFlag
customWtFlag - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in ForwardWeighting.customWtFlag
customWtFlag - Variable in class TER.TERcoder.WriteFile.TERHeader
 
customWtFlag - Variable in class TER.TERcoder.WriteFile.WriteFile
 
customWtFlag - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
customWtFlag - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
customWtFlag - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
customWtFlag - Variable in class TER.TERdecoder.Decoder
Definition in ForwardWeighting.customWtFlag
customWtFlag - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in ForwardWeighting.customWtFlag
customWtFlag - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
customWtFlag - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in ForwardWeighting.customWtFlag
customWtFlag - Variable in class TER.TERdecoder.Weighting.InverseWeighting
Definition in ForwardWeighting.customWtFlag
customWtFlag - Static variable in class TER.TERDefaultValues
Definition in ForwardWeighting.customWtFlag
customWtFlag - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in ForwardWeighting.customWtFlag
customWtFlag - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
customWtFlag_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
customWtFlag_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
customWtFlagExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
customWtFlagExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
CVerbose - Variable in class TER.TERcoder.ArgsParserCoder
 
CVerbose - Variable in class TER.TERcoder.Coder
Show some information about compression process.
CVerbose - Variable in class TER.TERdecoder.ArgsParserDecoder
 
CVerbose - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
CVerbose - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
CVerbose - Variable in class TER.TERdecoder.Decoder
Show some information about decoding process.
CVerbose - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in Decoder.CVerbose
CVerbose - Static variable in class TER.TERDefaultValues
Definition in Coder.CVerbose
CVerbose - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 

D

D - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Indicate whether the descendants (all the components except the parents) are or have been significant for each of the families.
D - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Indicate whether the descendants (all the components except the parents) are or have been significant for each of the families.
D - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Definition in CodeBlockAC.D
D - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Definition in CodeBlockAC.D
DCs - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
Definition in SegmentDecode2D.DCs
DCs - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
DCs - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
This array contains DC components of the recovered segment.
DCs_2s_comp - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
DCStop - Variable in class TER.TERcoder.ArgsParserCoder
 
DCStop - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.DCStop
DCStop - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Indicates for each segment if codification must stop after DC initially encoding
DCStop - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in SegmentCode2D.DCStop
DCStop - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
Definition in SegmentCode2D.DCStop
DCStop - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in SegmentCode2D.DCStop
DCStop - Variable in class TER.TERcoder.WriteFile.WriteFile
 
DCStop - Variable in class TER.TERdecoder.ArgsParserDecoder
 
DCStop - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
Definition in SegmentCode2D.DCStop
DCStop - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
DCStop - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
DCStop - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.DCStop
DCStop - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in SegmentCode2D.DCStop
DCStop - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.DCStop
DCStop - Static variable in class TER.TERDefaultValues
Definition in SegmentCode2D.DCStop
DecodeAvailable - Class in TER.TERdecoder.BPEDecoder
 
DecodeAvailable(byte[][][][][]) - Constructor for class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
decodeChildren(int) - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Decode children of the block
decodeChildren(int) - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Decode children of the block
DecodeGaggleAC - Class in TER.TERdecoder.BPEDecoder
 
DecodeGaggleAC(float[][][]) - Constructor for class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
DecodeGaggleDC - Class in TER.TERdecoder.BPEDecoder
 
DecodeGaggleDC(float[][][]) - Constructor for class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
decodeGeneration(int) - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Decode generation greater than children of the block
DecodeGeneration - Class in TER.TERdecoder.SegmentDecoder
This class decodes as many generations of AC components of a block as user requires for a given bitplane.
DecodeGeneration(EntropyDecoderAC) - Constructor for class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Constructor that receives the object used to entropy decode the input bit stream
decodeGeneration(int, int) - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Decode generation greater than children of the block
DecodeGenerationAC - Class in TER.TERdecoder.BPEDecoder
 
DecodeGenerationAC(float[][][]) - Constructor for class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
decodeParents(int) - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Decode parents of the block
decodeParents(int) - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Decode parents of the block
Decoder - Class in TER.TERdecoder
Main class of TER decoder application.
Decoder(String) - Constructor for class TER.TERdecoder.Decoder
Constructor of TERdecoder.
decodeTER() - Method in class TER.TERInteractiveDecoder.InteractiveDecoder
 
DecodingOptions - Class in TER.TERInteractiveDecoder.ReadStream
 
DecodingOptions(String) - Constructor for class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
DEFAULT_BUFFER_SIZE - Static variable in class GiciStream.BufferedDataInputStream
It is the default size for the buffer when this was not passed
defaultReconstructionValue - Variable in class TER.TERcoder.SegmentCoder.DistortionCompute
This value represents the value given to the pixels that have not received information yet.
deleteBeginBit() - Method in class GiciStream.BitStream
Deletes a bit of the bitstream (starting at the begining of bitstream).
deleteBeginBits(long) - Method in class GiciStream.BitStream
Deletes a number of bits of the bitstream (starting at the begining of bitstream).
deleteBeginBytes(int) - Method in class GiciStream.ByteStream
Deletes a number of bytes of the bytestream (at the begining of bytestream).
deleteEndBit() - Method in class GiciStream.BitStream
Deletes a bit of the bitstream (starting at the end of bitstream).
deleteEndBits(long) - Method in class GiciStream.BitStream
Deletes a number of bits of the bitstream (starting at the end of bitstream).
deleteEndBytes(int) - Method in class GiciStream.ByteStream
Deletes a number of bytes of the bytestream (at the end of bytestream).
desiredDistortion - Variable in class TER.TERcoder.ArgsParserCoder
 
desiredDistortion - Variable in class TER.TERcoder.Coder
 
desiredDistortion - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
desiredDistortion - Variable in class TER.TERdecoder.Decoder
 
desiredDistortion - Static variable in class TER.TERDefaultValues
 
difference - Variable in class TER.TERcoder.SegmentCoder.DistortionCompute
Indicates the difference between the original image and the reconstred according to the selected distortion.
DInFile - Variable in class TER.TERDisplayFrame.DisplayFrameParser
 
DisplayFrameParser - Class in TER.TERDisplayFrame
Arguments parser for TER DisplayFrame (extended from ArgumentsParser).
DisplayFrameParser(String[]) - Constructor for class TER.TERDisplayFrame.DisplayFrameParser
Receives program arguments and parses it, setting to arguments variables.
displayResolutionLevels - Static variable in class TER.TERDefaultValues
 
distortion - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Definition in SegmentCode2D.distortion
distortion - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
Definition in SegmentCode2D.distortion
distortion - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
This object computes the distortion when block components are encoded.
DistortionCompute - Class in TER.TERcoder.SegmentCoder
This class computes the distortion .
DistortionCompute(int, int) - Constructor for class TER.TERcoder.SegmentCoder.DistortionCompute
Constructor of DistortionCalculus.
distortionMeasure - Variable in class TER.TERcoder.ArgsParserCoder
 
distortionMeasure - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.distortion
distortionMeasure - Variable in class TER.TERcoder.SegmentCoder.DistortionCompute
Indicates which distortion measure is selected by the user for controlling distortion.
distortionMeasure - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
distortionMeasure - Variable in class TER.TERdecoder.ArgsParserDecoder
 
distortionMeasure - Variable in class TER.TERdecoder.Decoder
 
distortionMeasure - Static variable in class TER.TERDefaultValues
Definition in DistortionCompute.distortionMeasure
doDPCMandMap(int, int) - Method in class TER.TERcoder.SegmentCoder.InitialCoding
This function performs DPCM and maps obtained values into non-negative integers.
dOptions - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
Ds - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Indicate whether the descendants (all the components except the parents) are or have been significant.
Ds - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Indicate whether the descendants (all the components except the parents) are or have been significant.
Ds - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Definition in CodeBlockAC.Ds
Ds - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Definition in CodeBlockAC.Ds

E

encodedGaggle - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
This bitstream is used to store the sorting of a coded gaggle for a given bitplane after the entropy encoder.
encodedSegment - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
This object is used to entropy decode the words that are needed in decoding process.
encodedSegment - Variable in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Definition in SegmentDecode2D.encodedSegment
encodedSegment - Variable in class TER.TERdecoder.SegmentDecoder.RefineACs
Definition in SegmentDecode2D.encodedSegment
encodedSegment - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Bit stream which contains the information required for the decoding process.
encodedStream - Variable in class TER.TERCommon.ReadPacketHeader
 
encodedStream - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 
encodedStream - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
encodedStream - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
encodedStream - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
encodedStream - Variable in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
encodedStream - Variable in class TER.TERInteractiveDecoder.ReadStream.RecommendedExtractor
 
encodedStream - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
encodedStream - Variable in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
EncodeGaggleAC - Class in TER.TERcoder.SegmentCoder
This class entropy encodes the bitstream generated by the bit plane encoder requires.
EncodeGaggleAC() - Constructor for class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Constructor of EncodeGaggleAC.
endImgFlag - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Flags final segment in an image (component)
endImgFlag - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Flags final segment in an image (component)
endOfFile - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Indicates if the bit stream containied in the decoded file has arrived to the end and decodong process must be stoped
energy - Variable in class GiciAnalysis.ImageStatistical
Energy of each component.
entropyAC - Variable in class TER.TERcoder.ArgsParserCoder
 
entropyAC - Variable in class TER.TERcoder.Coder
Definition in EncodeGaggleAC.entropyAC
entropyAC - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
This array indicated the type of entropy encoder.
entropyAC - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Definition in EncodeGaggleAC.entropyAC
entropyAC - Variable in class TER.TERcoder.WriteFile.TERHeader
 
entropyAC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
entropyAC - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
Definition in EncodeGaggleAC.entropyAC
entropyAC - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
entropyAC - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
entropyAC - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
entropyAC - Variable in class TER.TERdecoder.Decoder
Definition in EncodeGaggleAC.entropyAC
entropyAC - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
entropyAC - Variable in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Definition in EncodeGaggleAC.entropyAC
entropyAC - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in EncodeGaggleAC.entropyAC
entropyAC - Static variable in class TER.TERDefaultValues
Definition in EncodeGaggleAC.entropyAC
entropyAC - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
entropyAC - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
entropyACExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
entropyACExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
entropyCode - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Indicates how the obtained code stream is going to be entropy encoded.
entropyCode(int[], int) - Method in class TER.TERcoder.SegmentCoder.InitialCoding
This function entropy codes the given values according to the paramateres selected by the user.
entropyCode - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Indicates if the obtained code stream is going to be entropy encoded.
entropyDecode(ReadBufferedStream, int) - Method in class TER.TERdecoder.SegmentDecoder.InitialDecoding
This function entropy decodes according to the paramateres given.
entropyDecoder - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
entropyDecoder - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
entropyDecoder - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
EntropyDecoderAC - Class in TER.TERdecoder.SegmentDecoder
This class entropy decodes the word required bu the user requires.
EntropyDecoderAC(ReadBufferedStream, int) - Constructor for class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Constructor that receives encoded bit stream
EOFInBuffer - Variable in class GiciStream.BufferedDataInputStream
Indicates, when data source is a file, if the End Of File mark is reached.
errorCode - Variable in exception GiciException.ErrorException
An error code.
errorCode - Variable in exception GiciException.ParameterException
An error code.
errorCode - Variable in exception GiciException.WarningException
An error code.
ErrorException - Exception in GiciException
This class is an exception for critical error messages.
ErrorException() - Constructor for exception GiciException.ErrorException
Default constructor.
ErrorException(String) - Constructor for exception GiciException.ErrorException
Constructor with message.
ErrorException(String, int) - Constructor for exception GiciException.ErrorException
Constructor with error code and message.
evenEvenFiltering(float[], int) - Method in class GiciTransform.ForwardDWTCore
This function applies the DWT filter to a source with even length and even phase.
evenEvenFiltering(float[], int) - Method in class GiciTransform.InverseDWTCore
This function applies the DWT filter to a source with even length and even phase.
evenFiltering(float[], int) - Method in class GiciTransform.ForwardWaveletTransform
This function applies the DWT filter to a source with even length.
evenFiltering(float[], int) - Method in class GiciTransform.InverseWaveletTransform
This function applies the DWT filter to a source with even length.
evenOddFiltering(float[], int) - Method in class GiciTransform.ForwardDWTCore
This function applies the DWT filter to a source with even length and odd phase.
evenOddFiltering(float[], int) - Method in class GiciTransform.InverseDWTCore
This function applies the DWT filter to a source with even length and odd phase.
extractionType - Variable in class TER.TERDisplayFrame.DisplayFrameParser
 
extractionType - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
extractionType - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
extractSelection() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 

F

file - Variable in class GiciStream.BufferedDataInputStream
 
filePos - Variable in class GiciStream.BufferedDataInputStream
Indicates the offset of the file where data are from.
fillExtraBits(BitStream) - Method in class TER.TERcoder.WriteFile.LayerCreation
Fill the empty bits (if any) of the last byte.
fillExtraBits() - Method in class TER.TERcoder.WriteFile.RecommendedInterleaving
Fill the empty bits (if any) of the last bit.
fillExtraBits() - Method in class TER.TERcoder.WriteFile.TERHeader
Fill the empty bits (if any) of the last byte.
filtering(float[], int, int) - Method in class GiciTransform.ForwardDWTCore
This function selects the way to apply the filter depending on the phase and the size of the source.
filtering(float[], int) - Method in class GiciTransform.ForwardWaveletTransform
This function selects the way to apply the filter selected depending on the size of the source
filtering(float[], int, int) - Method in class GiciTransform.InverseDWTCore
This function selects the way to apply the filter depending on the phase and the size of the source.
filtering(float[], int) - Method in class GiciTransform.InverseWaveletTransform
This function selects the way to apply the filter selected depending on the size of the source
findFirst(boolean[][], int[]) - Static method in class TER.TERCommon.SearchTools
 
findLast(boolean[][], int[]) - Static method in class TER.TERCommon.SearchTools
 
ForwardDWTCore - Class in GiciTransform
This class receives an image and performs one level of an arbitrary defined 3D discrete wavelet transform on it.
ForwardDWTCore(float[][][]) - Constructor for class GiciTransform.ForwardDWTCore
Constructor that receives the original image samples.
ForwardNonPyramidal3D - Class in GiciTransform
This class receives a set of parameters from the user to compute a predefined Hybrid rectangular/square 3d Wavelet Transform executing the HyperWaveletTransform class concordingly.
ForwardNonPyramidal3D(float[][][]) - Constructor for class GiciTransform.ForwardNonPyramidal3D
Constructor, receives the original image samples.
ForwardPyramidal3D - Class in GiciTransform
This class receives a set of parameters from the user to compute a predefined 3d Square (dyadic) Wavelet Transform executing the HyperWaveletTransform class concordingly.
ForwardPyramidal3D(float[][][]) - Constructor for class GiciTransform.ForwardPyramidal3D
Constructor, receives the original image samples.
ForwardWaveletTransform - Class in GiciTransform
This class receives an image and performs applies a discrete wavelet transform.
Usage example:
  construct
  setParameters
  run
ForwardWaveletTransform(float[][][]) - Constructor for class GiciTransform.ForwardWaveletTransform
Constructor that receives the original image samples.
ForwardWeighting - Class in TER.TERcoder.Weighting
This class receives an image and weights the specified components.
Usage example:
  construct
  set functions
  run
ForwardWeighting(float[][][]) - Constructor for class TER.TERcoder.Weighting.ForwardWeighting
Constructor that receives the original image samples.
fourBitsVariablelengthCode_Option0 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 
fourBitsVariablelengthCode_Option1 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 
fourBitsVariablelengthCode_Option2 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 
fOut - Variable in class TER.TERcoder.WriteFile.WriteFile
 

G

gaggle - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 
gaggle - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
gaggle - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
gaggle - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Indicates in which gaggle is located the block to be decoded
gaggle - Variable in class TER.TERdecoder.SegmentDecoder.RefineACs
Indicates the gaggle that is being decoded
gaggleACSize - Variable in class TER.TERcoder.ArgsParserCoder
 
gaggleACSize - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.gaggleACSize
gaggleACSize - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Specifies the size of a gaggle of AC components for each segment
gaggleACSize - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
gaggleACSize - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
gaggleACSize - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.gaggleACSize
gaggleACSize - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.gaggleACSize
gaggleACSize - Static variable in class TER.TERDefaultValues
Definition in SegmentCode2D.gaggleACSize
gaggleDCSize - Variable in class TER.TERcoder.ArgsParserCoder
 
gaggleDCSize - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.gaggleDCSize
gaggleDCSize - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Specifies the size of a gaggle of DC components for each segment
gaggleDCSize - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
gaggleDCSize - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
gaggleDCSize - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.gaggleDCSize
gaggleDCSize - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.gaggleDCSize
gaggleDCSize - Static variable in class TER.TERDefaultValues
Definition in SegmentCode2D.gaggleDCSize
gaggleExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
gaggleIndex(int, int[], int[][], int[][][][][]) - Static method in class TER.TERCommon.GetMax
 
gaggleIndex(int, int[], int[][], long[][][][][]) - Static method in class TER.TERCommon.GetMax
 
gaggleSize - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
Specifies the size of a gaggle for the coded values
gaggleSize - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
gaggleSize - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
gaggleSize - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
gaggleSize - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Definition in InitialCoding.gaggleSize
gaggleSizeAC - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
 
gaggleSizeAC - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
 
gaggleSizeAC - Variable in class TER.TERcoder.WriteFile.TERHeader
 
gaggleSizeAC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
gaggleSizeAC - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
gaggleSizeAC - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
gaggleSizeAC - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
gaggleSizeAC - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
gaggleSizeAC - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
gaggleSizeAC - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
gaggleSizeAC - Variable in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
gaggleSizeACExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
gaggleSizeACExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
gaggleSizeDC - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
 
gaggleSizeDC - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
 
gaggleSizeDC - Variable in class TER.TERcoder.WriteFile.TERHeader
 
gaggleSizeDC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
gaggleSizeDC - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
gaggleSizeDC - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
gaggleSizeDC - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
gaggleSizeDC - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
gaggleSizeDC - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
gaggleSizeDC - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
gaggleSizeDC - Variable in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
gaggleSizeDCExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
gaggleSizeDCExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
GaggleUtilities - Class in TER.TERCommon
 
GaggleUtilities() - Constructor for class TER.TERCommon.GaggleUtilities
 
gamma - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
gamma - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
gammaValue - Variable in class TER.TERdecoder.ArgsParserDecoder
 
gammaValue - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
gammaValue - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
gammaValue - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
gammaValue - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
gammaValue - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
gammaValue - Variable in class TER.TERdecoder.Decoder
Definition in SegmentDecode2D.gammaValue
gammaValue - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Definition in SegmentDecode2D.gammaValue
gammaValue - Variable in class TER.TERdecoder.SegmentDecoder.RefineACs
Definition in SegmentDecode2D.gammaValue
gammaValue - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
This float indicates the point of the interval where values are recovered in the decoding process.
gammaValue - Static variable in class TER.TERDefaultValues
Definition in SegmentDecode2D.gammaValue
gammaValue - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
generation - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 
generation - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
generation - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
getAbnormalTermination() - Method in class TER.TERdecoder.SegmentDecoder.InitialDecoding
 
getACs() - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
 
getActualPosition() - Method in class GiciStream.BitStream
Return the position of the bit which is pointed by the bitstream
getAddType() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getAdjustHeaderParameters() - Method in class TER.TERcoder.ArgsParserCoder
 
getAllLayers() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
getAverage() - Method in class GiciAnalysis.ImageStatistical
 
getAverageDR() - Method in class GiciAnalysis.ImageStatisticalSA
 
getAverageNDR() - Method in class GiciAnalysis.ImageStatisticalSA
 
getAverageStdDevDNDR() - Method in class GiciAnalysis.ImageStatisticalSA
 
getAverageStdDevDR() - Method in class GiciAnalysis.ImageStatisticalSA
 
getAverageStdDevNDR() - Method in class GiciAnalysis.ImageStatisticalSA
 
getBit(long) - Method in class GiciStream.BitStream
Return the bit value indicated.
getBit() - Method in class GiciStream.BitStream
Return the actual bit and increments actual bit plus 1.
getBit() - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
Gets a bit from the encoded bit stream
getBit() - Method in class TER.TERdecoder.ReadFile.ReadBufferedStream
 
getBit() - Method in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Gets a bit from the encoded bit stream
getBitDepthAC() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
getBitDepthAC() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getBitDepthAC() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getBitDepthACBlock() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
getBitDepthACExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getBitDepthDC() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
getBitDepthDC() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getBitDepthDC() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getBitDepthDCExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getBitPlaneStop() - Method in class TER.TERcoder.ArgsParserCoder
 
getBitPlaneStop() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getBitPlaneStop() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getBits(int) - Method in class GiciStream.BitStream
Return length bits like an integer.
getBits(int) - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
private int getBits(int length) throws Exception{ return encodedStream[generation].getBits(length); }
getBits(int) - Method in class TER.TERdecoder.ReadFile.ReadBufferedStream
 
getBits(int) - Method in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Gets 'length' bit from the encoded bit stream
getBitsPerPixel() - Method in class TER.TERcoder.ArgsParserCoder
 
getBitsPerSample() - Method in class TER.TERcoder.ArgsParserCoder
 
getBitsRequiredTwosComplement(int) - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Get the number of bits required to encode a number in 2's complement representation
getBitStream() - Method in class GiciStream.BitStream
Return the bit stream in an array of bytes (the length of array byte returned is equal or greater than the real bytes used in bitStream -it can be known using getNumBits function-).
getBlock() - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
 
getBlock() - Method in class TER.TERdecoder.SegmentDecoder.RefineACs
 
getBlockContexts(int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
 
getBlockPosition(int[], int[]) - Static method in class TER.TERCommon.SearchTools
 
getBlocksPerChannel(int, int, int) - Static method in class TER.TERcoder.SegmentCoder.SegmentConstruct
Determines the number of blocks contained in a given channel.
getBlocksPerSegment() - Method in class TER.TERcoder.ArgsParserCoder
 
getBlocksPerSegment() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getBlocksPerSegment() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getBlocksPerSegmentExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getBlockStatus() - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
 
getBlockStatus() - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
getBlockStatus() - Method in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
getBlockStatus() - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
 
getBlockStatus() - Method in class TER.TERdecoder.SegmentDecoder.RefineACs
 
getBP() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Creates an integer array that determines for each subband the number of bitplanes that are necessary zero due the weighting stage
getBP() - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
 
getByte(int) - Method in class GiciStream.BitStream
Return the byte indicated.
getByte(int) - Method in class GiciStream.ByteStream
Return the byte indicated.
getByteArrays() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
getBytePossition() - Method in class TER.TERdecoder.ReadFile.ReadBufferedStream
 
getByteStream() - Method in class GiciStream.ByteStream
Return the byte stream in an array of bytes (the length of array byte returned is equal or greater than the real bytes contained in byteStream -it can be known using getNumBytes function-).
getCapacity() - Method in class GiciStream.BufferedDataInputStream
 
getCenterRange() - Method in class GiciAnalysis.ImageStatistical
 
getCenterRange() - Method in class GiciAnalysis.ImageStatisticalSA
 
getChannelList() - Method in class TER.TERDisplayFrame.DisplayFrameParser
 
getClass(int) - Static method in class GiciFile.LoadFile
Assign a class to a number data type.
getCodeBlock(int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
 
getCodedBitDepthACBlock() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
getCodeLength() - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
 
getCodeLength() - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
 
getCodeOption(int[], int, int, int) - Method in class TER.TERcoder.SegmentCoder.InitialCoding
This funtion selects for each gaggle the number of bits that should be split in the entropy coder
getCodeOptionLength(int) - Method in class TER.TERcoder.SegmentCoder.InitialCoding
This funtion get the number of bits required to encode the code option for entropy.
getCodeOptionLength(int) - Method in class TER.TERdecoder.SegmentDecoder.InitialDecoding
This funtion get the number of bits required to encode the code option for entropy.
getCodeWordLength() - Method in class TER.TERcoder.ArgsParserCoder
 
getCodeWordLength() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getCodeWordLength() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getCodeWordLength() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getCodingPasses() - Method in class TER.TERcoder.WriteFile.RecommendedInterleaving
 
getCoefficientsApproximation() - Method in class TER.TERcoder.ArgsParserCoder
 
getCompletionMode() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getCompressionFactor() - Method in class TER.TERcoder.ArgsParserCoder
 
getCompressionFactor() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getContext(int, int, boolean) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
This function indicates which context correspond to each coded word given its stage, lentgh, ...
getcountedValues() - Method in class GiciAnalysis.ImageStatistical
 
getCounter() - Method in class TER.TERdecoder.ReadFile.ReadBufferedStream
 
getCustomWeight() - Method in class TER.TERcoder.ArgsParserCoder
 
getCustomWeight() - Method in class TER.TERcoder.Weighting.ForwardWeighting
return parameter CustomWeight defined in ForwardWeighting.customWeight
getCustomWeight() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getCustomWeight() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getCustomWeight() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getCustomWeight() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getCustomWeight() - Method in class TER.TERdecoder.Weighting.InverseWeighting
return parameter customWeight defined in ForwardWeighting.customWeight
getCustomWeightExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getCustomWtFlag() - Method in class TER.TERcoder.ArgsParserCoder
 
getCustomWtFlag() - Method in class TER.TERcoder.Weighting.ForwardWeighting
return parameter CustomWtFlag defined in ForwardWeighting.customWtFlag
getCustomWtFlag() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getCustomWtFlag() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getCustomWtFlag() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getCustomWtFlag() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getCustomWtFlag() - Method in class TER.TERdecoder.Weighting.InverseWeighting
return parameter customWtFlag defined in ForwardWeighting.customWtFlag
getCustomWtFlagExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getCVerbose() - Method in class TER.TERcoder.ArgsParserCoder
 
getCVerbose() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getD() - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
 
getD() - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
getD() - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
 
getDCBlock(int) - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Select a DC component of a given block inside the transformed image and returns it.
getDCs() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Select DC components of a given block inside the transformed image and returns them.
getDCs() - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
 
getDCStop() - Method in class TER.TERcoder.ArgsParserCoder
 
getDCStop() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
getDCStop() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getDCStop() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getDesiredDistortion() - Method in class TER.TERcoder.ArgsParserCoder
 
getDinamicRange() - Method in class TER.TERcoder.SegmentCoder.InitialCoding
Get the number of quantized bit planes for DC components.
getDinamicRange() - Method in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Get the number of quantized bit planes for DC components.
getDInFile() - Method in class TER.TERDisplayFrame.DisplayFrameParser
 
getDistortion() - Method in class TER.TERcoder.SegmentCoder.DistortionCompute
This function computes the distortion selected by the user.
getDistortionMeasure() - Method in class TER.TERcoder.ArgsParserCoder
 
getDs() - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
 
getDs() - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
getDs() - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
 
getEncodedStream() - Method in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
getEndImgFlag() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getEnergy() - Method in class GiciAnalysis.ImageStatistical
 
getEntropyAC() - Method in class TER.TERcoder.ArgsParserCoder
 
getEntropyAC() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getEntropyACExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getErrorCode() - Method in exception GiciException.ErrorException
Returns the error code of this exception.
getErrorCode() - Method in exception GiciException.ParameterException
Returns the error code of this exception.
getErrorCode() - Method in exception GiciException.WarningException
Returns the error code of this exception.
getExtendedIndex(int, int, int) - Method in class GiciImageExtension.ImageExtension
Finds the index to extend a vector according to the type selected
getExtractionType() - Method in class TER.TERDisplayFrame.DisplayFrameParser
 
getFormat(String) - Static method in class GiciFile.SaveFile
Gets the extension, if any, of the image to be saved.
getFourLengthSymbol() - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
Decodes the symbols with length 4
getFourLengthSymbol(int) - Method in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Decodes the symbols with length 4
getGaggleACSize() - Method in class TER.TERcoder.ArgsParserCoder
 
getGaggleDCSize() - Method in class TER.TERcoder.ArgsParserCoder
 
getGaggleSizeAC() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getGaggleSizeACExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getGaggleSizeDC() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getGaggleSizeDCExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getGagglesPerSegment(int, int, int, int[][]) - Static method in class TER.TERCommon.GaggleUtilities
 
getGagglesPerSegment(int, int, int) - Method in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
getGamma(int, boolean) - Method in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
Get the value to be added or substracted to get the desired approximation of the refined value
getGamma(int, boolean) - Method in class TER.TERdecoder.SegmentDecoder.RefineACs
Get the value to be added or substracted to get the desired approximation of the refined value
getGammaValue() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getIdAC() - Method in class TER.TERcoder.ArgsParserCoder
 
getIdDC() - Method in class TER.TERcoder.ArgsParserCoder
 
getImage() - Method in class GiciFile.LoadFile
Returns the samples of the image.
getimageExtensionType() - Method in class TER.TERcoder.ArgsParserCoder
 
getImageExtensionType() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getImageExtensionType() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getImageExtensionType() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getImageExtensionTypeExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getImageFile() - Method in class TER.TERcoder.ArgsParserCoder
 
getImageFile() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getImageGeometry() - Method in class TER.TERcoder.ArgsParserCoder
 
getImageGeometry() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getImageGeometry() - Method in class TER.TERdecoder.Decoder
 
getImageGeometry() - Method in class TER.TERInteractiveDecoder.InteractiveDecoder
 
getImageGeometryExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getImageSamples() - Method in class GiciTransform.ForwardDWTCore
Used to get the 3DWT transformed image.
getImageSamples() - Method in class GiciTransform.InverseDWTCore
Used to get the 3DWT detransformed image.
getImageWidth() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getImageWidth() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getImageWidth() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getImageWidth() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getImageWidthExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getInitialCodedDC() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
getInitialStreamPosition() - Method in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
getInputFile() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getInputFileType() - Method in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
getIntegerArray(String) - Method in class GiciFile.LoadFile
Receives a String that contains a sequence of integer numbers and returns an array with the integers in the String
getLayerBytes() - Method in class TER.TERcoder.ArgsParserCoder
 
getLayerCreationType() - Method in class TER.TERcoder.ArgsParserCoder
 
getLayerLocation() - Method in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
getLayerParents() - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 
getLayers() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getLayerSizeType() - Method in class TER.TERcoder.ArgsParserCoder
 
getLayersOffset() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
getLayersOffset() - Method in class TER.TERdecoder.ReadFile.ReadFile
 
getLength(byte) - Method in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Determines the lenght of a word from its context.
getLengthRecommendedHeader(int, int, int, int) - Static method in class TER.TERcoder.WriteFile.RecommendedHeader
Computes the length of the header accoding to the given parameters
getLSComponents() - Method in class TER.TERcoder.ArgsParserCoder
 
getLSComponents() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getLSSubsValues() - Method in class TER.TERcoder.ArgsParserCoder
 
getLSSubsValues() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getLSType() - Method in class TER.TERcoder.ArgsParserCoder
 
getLSType() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
GetMax - Class in TER.TERCommon
 
GetMax() - Constructor for class TER.TERCommon.GetMax
 
getMaxBitDepthAC() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
getMaxBitDepthRefinementDC() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
GetMin - Class in TER.TERCommon
 
GetMin() - Constructor for class TER.TERCommon.GetMin
 
getMinMax() - Method in class GiciAnalysis.ImageStatistical
 
getMinMax() - Method in class GiciAnalysis.ImageStatisticalSA
 
getMinusHalf() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getNumberOfBlocks() - Method in class TER.TERdecoder.BPEDecoder.AssembleSegments
 
getNumberOfLayers() - Method in class TER.TERcoder.ArgsParserCoder
 
getNumberOfLayers() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
getNumberOfLayers() - Method in class TER.TERDisplayFrame.DisplayFrameParser
 
getNumberOfPixelsData() - Method in class GiciAnalysis.ImageStatisticalSA
 
getNumBits() - Method in class GiciStream.BitStream
Return the number of bits in the bit stream.
getNumBytes() - Method in class GiciStream.BitStream
Return the number of bytes in the bit stream.
getNumBytes() - Method in class GiciStream.ByteStream
Return the number of bytes in the byte stream.
getOptACSelect() - Method in class TER.TERcoder.ArgsParserCoder
 
getOptACSelect() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getOptDCSelect() - Method in class TER.TERcoder.ArgsParserCoder
 
getOptDCSelect() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getOutputFile() - Method in class TER.TERcoder.ArgsParserCoder
 
getOutputFileType() - Method in class TER.TERcoder.ArgsParserCoder
 
getPackets() - Method in class TER.TERdecoder.ReadFile.ReadFile
 
getPadRows() - Method in class GiciImageExtension.ImageExtension
 
getPadRows() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getPadRows() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getPadRows() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getPadRows() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getPadRowsExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getPart2Flag() - Method in class TER.TERcoder.ArgsParserCoder
 
getPart2Flag() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getPart3Flag() - Method in class TER.TERcoder.ArgsParserCoder
 
getPart3Flag() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getPart4Flag() - Method in class TER.TERcoder.ArgsParserCoder
 
getPart4Flag() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getPixelBitDepth() - Method in class GiciFile.LoadFile
Indicates the bit depth of the loaded image.
getPixelBitDepth() - Method in class TER.TERcoder.ArgsParserCoder
 
getPixelBitDepth() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getPixelBitDepth() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getPixelBitDepth() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getPixelBitDepth() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getPixelBitDepthExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getPos() - Method in class GiciStream.BufferedDataInputStream
 
getProgressionOrder() - Method in class TER.TERcoder.ArgsParserCoder
 
getProgressionOrder() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getRecommededContext(int, int, boolean) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
This function indicates which context correspond to each coded word given its stage, lentgh, ...
getRecommededContext(int, int, boolean) - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
Definition in CodeBlockAC.getRecommededContext(int, int, boolean)
getRecommededContext(int, int, boolean) - Method in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Definition in CodeBlockAC.getRecommededContext(int, int, boolean)
getRecommendedRefinementAC() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
getRecoveredImage() - Method in class TER.TERdecoder.BPEDecoder.AssembleSegments
 
getRecoveredImage() - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
getRecoveredImage() - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
getRecoveredImage() - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
getRecoveredImage() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getRecoveredImage() - Method in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
getRecoveryValue(int, int, int) - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
getRecoveryValue(int, int, int) - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Gets the recovered value for each bit plane.
getRefinementAC() - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
 
getRefinementAC(int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
 
getRefinementDC() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
getRemaniningBytes() - Method in class TER.TERdecoder.ReadFile.ReadBufferedStream
 
getRemoveBand() - Method in class GiciTransform.CropChannels
 
getRemovedBand() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getResolutionLevels() - Method in class TER.TERcoder.ArgsParserCoder
 
getResolutionLevels() - Method in class TER.TERDisplayFrame.DisplayFrameParser
 
getRGBComponents() - Method in class GiciFile.LoadFile
Returns if the 3 first components are RGB.
getSegByteLimit() - Method in class TER.TERcoder.ArgsParserCoder
 
getSegByteLimit() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getSegByteLimit() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getSegByteLimitFromBPS(float[], int[][], int[], int, int, int[]) - Static method in class TER.TERCommon.ConversionTools
Given the bits per pixel computes the number of bytes that must be used to encode each segment
getSegByteLimitFromCompressionFactor(float[], int[], int[][], int[], int, int) - Static method in class TER.TERCommon.ConversionTools
Given the compression ratio computes the number of bytes that must be used to encode each segment
getSegmentCount() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getSignedPixels() - Method in class GiciFile.LoadFile
Indicates if the loaded image has signed pixels.
getSignedPixels() - Method in class TER.TERcoder.ArgsParserCoder
 
getSignedPixels() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getSignedPixels() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getSignedPixels() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getSignedPixels() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getSignedPixelsExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getSignificantPiramid() - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
getSignificantPiramid() - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
 
getSortingAC() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
getSpectralWTLevels() - Method in class TER.TERcoder.ArgsParserCoder
 
getSpectralWTLevels() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getSpectralWTType() - Method in class TER.TERcoder.ArgsParserCoder
 
getSpectralWTType() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getStageStop() - Method in class TER.TERcoder.ArgsParserCoder
 
getStageStop() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getStageStop() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getStartImgFlag() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getStatus(int, int, int, int, int, int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
 
getStreamLength() - Method in class TER.TERInteractiveDecoder.InteractiveDecoder
 
getSubsValues() - Method in class GiciTransform.LevelShift
 
getTarget(int) - Static method in class TER.TERdisplay
 
getTargetBytes() - Method in class TER.TERcoder.ArgsParserCoder
 
getTargetBytes() - Method in class TER.TERDisplayFrame.DisplayFrameParser
 
getTargetBytesFromBPP(float, int, int) - Static method in class TER.TERCommon.ConversionTools
 
getTERHeader() - Method in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
getTerRefinementAC() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
 
getTest3d() - Method in class TER.TERcoder.ArgsParserCoder
 
getTest3d() - Method in class TER.TERdecoder.ArgsParserDecoder
 
getThreeLengthSymbol() - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
Decodes the symbols with length 3
getThreeLengthSymbol(int) - Method in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Decodes the symbols with length 3
getThumbNail() - Method in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
getTotalAverage() - Method in class GiciAnalysis.ImageStatistical
 
getTotalAverageDR() - Method in class GiciAnalysis.ImageStatisticalSA
 
getTotalAverageNDR() - Method in class GiciAnalysis.ImageStatisticalSA
 
getTotalAverageStdDevDNDR() - Method in class GiciAnalysis.ImageStatisticalSA
 
getTotalAverageStdDevDR() - Method in class GiciAnalysis.ImageStatisticalSA
 
getTotalAverageStdDevNDR() - Method in class GiciAnalysis.ImageStatisticalSA
 
getTotalBytes() - Method in class TER.TERdecoder.ReadFile.ReadBufferedStream
 
getTotalCenterRange() - Method in class GiciAnalysis.ImageStatistical
 
getTotalCenterRange() - Method in class GiciAnalysis.ImageStatisticalSA
 
getTotalEnergy() - Method in class GiciAnalysis.ImageStatistical
 
getTotalMinMax() - Method in class GiciAnalysis.ImageStatistical
 
getTotalMinMax() - Method in class GiciAnalysis.ImageStatisticalSA
 
getTotalNumberOfPixelsData() - Method in class GiciAnalysis.ImageStatisticalSA
 
getTotalVariance() - Method in class GiciAnalysis.ImageStatistical
 
getTransposeImage() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getTransposeImg() - Method in class TER.TERcoder.ArgsParserCoder
 
getTransposeImg() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getTransposeImg() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getTransposeImg() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getTransposeImgExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getTrues(boolean[]) - Static method in class TER.TERCommon.ParameterTools
 
getTrues(boolean[]) - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getTruncationPoints() - Method in class TER.TERcoder.ArgsParserCoder
 
getTwoLengthSymbol() - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
Decodes the symbols with length 2
getTwoLengthSymbol(int) - Method in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Decodes the symbols with length 2
getType(String) - Static method in class GiciFile.LoadFile
Assign a number to a data type.
getTypes() - Method in class GiciFile.LoadFile
Returns the type of the image components.
getUseFill() - Method in class TER.TERcoder.ArgsParserCoder
 
getUseFill() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getVariance() - Method in class GiciAnalysis.ImageStatistical
 
getWeight(int, int) - Method in class TER.TERcoder.Weighting.ForwardWeighting
Finds the weight for a given subbands and channel
getWeight(int, int) - Method in class TER.TERdecoder.Weighting.InverseWeighting
Finds the weight for a given subbands and channel
getWord(int, int, int, boolean) - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
Decodes a word according with the parameters given by the user
getWord(int, int, boolean, int) - Method in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Decodes a word according with the parameters given by the user
getWTLevels() - Method in class TER.TERcoder.ArgsParserCoder
 
getWTLevels() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getWTLevels() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getWTLevels() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getWTLevelsExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getWTOrder() - Method in class TER.TERcoder.ArgsParserCoder
 
getWTOrder() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getWTOrder() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getWTOrder() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getWTOrderExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getWTType() - Method in class TER.TERcoder.ArgsParserCoder
 
getWTType() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getWTType() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getWTType() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
 
getWTType() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getWTTypeExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getXInit() - Method in class TER.TERDisplayFrame.DisplayFrameParser
 
getXLength() - Method in class TER.TERDisplayFrame.DisplayFrameParser
 
getXOriginalSize() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getXSize() - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
getXSize() - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
getXSizeExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getXSizes() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getXSizesExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getYInit() - Method in class TER.TERDisplayFrame.DisplayFrameParser
 
getYLength() - Method in class TER.TERDisplayFrame.DisplayFrameParser
 
getYOriginalSize() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getYSizeExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
getZOriginalSize() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getZSize() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
getZSizeExtraction() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
GiciAnalysis - package GiciAnalysis
 
GiciException - package GiciException
 
GiciFile - package GiciFile
 
GiciImageExtension - package GiciImageExtension
 
GiciParser - package GiciParser
 
GiciStream - package GiciStream
 
GiciTransform - package GiciTransform
 

H

header - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
This stream contains the header of the segment
header - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
It is expected that the bit stream contains a header according the recommendation of CCSDS for image data coding.

I

id - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
Specifies the frequency of appareance of id in the segment.
id - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Definition in InitialCoding.id
idAC - Variable in class TER.TERcoder.ArgsParserCoder
 
idAC - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.idAC
idAC - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Specifies the frequency of appareance of id AC in the segment.
idAC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
idAC - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
idAC - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
idAC - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.idAC
idAC - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.idAC
idAC - Static variable in class TER.TERDefaultValues
Definition in SegmentCode2D.idAC
idDC - Variable in class TER.TERcoder.ArgsParserCoder
 
idDC - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.idDC
idDC - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Specifies the frequency of appareance of id DC in the segment.
idDC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
idDC - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
idDC - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
idDC - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.idDC
idDC - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.idDC
idDC - Static variable in class TER.TERDefaultValues
Definition in SegmentCode2D.idDC
ids - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Indicates whether idSelection has been initialized.
ids - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
Definition in EncodeGaggleAC.ids
ids - Variable in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Definition in EncodeGaggleAC.ids
idSelection - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Indicates for each length (2,3 or 4) the entropy code option that has been chosen.
ImageDeExtension - Class in GiciImageExtension
This class receives an image and delete the files and columns extended during compression process.
Usage example:
  construct
  set functions
  run
ImageDeExtension(float[][][]) - Constructor for class GiciImageExtension.ImageDeExtension
Constructor that receives the original image samples.
ImageExtension - Class in GiciImageExtension
This class receives an image and performs an extension to the specified components.
Usage example:
  construct
  set functions
  run
ImageExtension(float[][][]) - Constructor for class GiciImageExtension.ImageExtension
Constructor that receives the original image samples.
imageExtensionType - Variable in class GiciImageExtension.ImageExtension
Extension Type for each of the channels.
imageExtensionType - Variable in class TER.TERcoder.ArgsParserCoder
 
imageExtensionType - Variable in class TER.TERcoder.Coder
Definition in ImageExtension.imageExtensionType
imageExtensionType - Variable in class TER.TERcoder.WriteFile.TERHeader
 
imageExtensionType - Variable in class TER.TERcoder.WriteFile.WriteFile
 
imageExtensionType - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
imageExtensionType - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
imageExtensionType - Variable in class TER.TERdecoder.Decoder
Definition in ImageExtension.imageExtensionType
imageExtensionType - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
imageExtensionType - Static variable in class TER.TERDefaultValues
Definition in ImageExtension.imageExtensionType
imageExtensionType - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in ImageExtension.imageExtensionType
imageExtensionType - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
imageExtensionType_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
imageExtensionType_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
imageExtensionTypeExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
imageExtensionTypeExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
imageFile - Variable in class TER.TERcoder.ArgsParserCoder
 
imageFile - Variable in class TER.TERdecoder.ArgsParserDecoder
 
imageGeometry - Variable in class TER.TERcoder.ArgsParserCoder
 
imageGeometry - Variable in class TER.TERdecoder.ArgsParserDecoder
 
imageGeometry - Variable in class TER.TERdecoder.Decoder
Characteristics of the output image to be saved
imageGeometry - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Characteristics of the output image to be saved
imageGeometry - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
imageGeometryExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
imageGeometryExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
imageSamples - Variable in class GiciFile.LoadFile
Image samples (index meaning [z][y][x]).
imageSamples - Variable in class GiciImageExtension.ImageDeExtension
Original image samples (index meaning [z][y][x]).
imageSamples - Variable in class GiciImageExtension.ImageExtension
Original image samples (index meaning [z][y][x]).
imageSamples - Variable in class GiciTransform.AddChannels
Definition in Coder
imageSamples - Variable in class GiciTransform.CoefficientsApproximation
Definition in Coder
imageSamples - Variable in class GiciTransform.CropChannels
Definition in Coder
imageSamples - Variable in class GiciTransform.ForwardDWTCore
Image samples (index meaning [z][y][x]).
imageSamples - Variable in class GiciTransform.ForwardNonPyramidal3D
Image samples (index meaning [z][y][x]).
imageSamples - Variable in class GiciTransform.ForwardPyramidal3D
Image samples (index meaning [z][y][x]).
imageSamples - Variable in class GiciTransform.ForwardWaveletTransform
Definition in Coder
imageSamples - Variable in class GiciTransform.InverseDWTCore
Image samples (index meaning [z][y][x]).
imageSamples - Variable in class GiciTransform.InverseNonPyramidal3D
Image samples (index meaning [z][y][x]).
imageSamples - Variable in class GiciTransform.InversePyramidal3D
Image samples (index meaning [z][y][x]).
imageSamples - Variable in class GiciTransform.InverseWaveletTransform
Original image samples (index meaning [z][y][x]).
imageSamples - Variable in class GiciTransform.LevelShift
 
imageSamples - Variable in class GiciTransform.LevelUnshift
 
imageSamples - Variable in class GiciTransform.RangeCheck
Original image samples (index meaning [z][y][x]).
imageSamples - Variable in class GiciTransform.TransposeImage
Original image samples (index meaning [z][y][x]).
imageSamples - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Definition in Coder.imageSamplesFloat
imageSamples - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Definition in Coder.imageSamplesFloat
imageSamples - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Channel samples (index meaning [y][x]).
imageSamples - Variable in class TER.TERcoder.Weighting.ForwardWeighting
Image samples (index meaning [z][y][x]).
imageSamples - Variable in class TER.TERdecoder.Weighting.InverseWeighting
Image samples (index meaning [z][y][x]).
imageSamplesFloat - Variable in class TER.TERcoder.Coder
Original image samples (index meaning [z][y][x]).
imageSamplesFloat - Variable in class TER.TERdecoder.Decoder
Recovered image samples (index meaning [z][y][x]).
ImageStatistical - Class in GiciAnalysis
This class receives an image and calculates some statistical information about the image.
ImageStatistical(float[][][]) - Constructor for class GiciAnalysis.ImageStatistical
Constructor that does all the operations to calculate min and max, average and center range of the image.
ImageStatistical(int[][][]) - Constructor for class GiciAnalysis.ImageStatistical
Constructor that does all the operations to calculate min and max, average and center range of the image.
ImageStatisticalSA - Class in GiciAnalysis
This class receives an image and calculates some statistical information about the image.
ImageStatisticalSA(float[][][], byte[][][]) - Constructor for class GiciAnalysis.ImageStatisticalSA
Constructor that does all the operations to calculate min and max, average and center range of the image.
imageWidth - Variable in class GiciImageExtension.ImageDeExtension
Image width of the original image for each of the channels.
imageWidth - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
imageWidth - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
imageWidth - Variable in class TER.TERdecoder.Decoder
Definition in ImageDeExtension.imageWidth
imageWidth - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Definition in ImageDeExtension.imageWidth
imageWidth - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in ImageDeExtension.imageWidth
imageWidth - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
imageWidthExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
imageWidthExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
improvedValue(int, int, int) - Method in class TER.TERcoder.SegmentCoder.DistortionCompute
This function recomputes the distortion for a pixel whose approximation value is improved during the codification process.
index - Variable in class GiciStream.ByteStream
Index of the current position of the byte buffer (number of bytes saved in byteBuffer minus 1).
indexProgression0rder1() - Method in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
indexProgression0rder2() - Method in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
indexProgression0rder3() - Method in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
indexProgression0rder4() - Method in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
indexProgression0rder5() - Method in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
initAllLayers() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
initBlock - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
initBlockContexts(int, int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Initialize the byte streams used to store the contexts of the encoded words to be further entropy encoded.
initBlockStatus() - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
Initialize the array with contains the status of each AC component of the block
initBlockStatus() - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Definition in CodeBlockAC.initBlockStatus()
initBlockStatus() - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Definition in CodeBlockAC.initBlockStatus()
initCodedBlock(int, int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Initialize the bit streams used to store the significance block
initD() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Initialize the array where the significance of the descendants of each family of each gaggle and block is stored
initD() - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
initD() - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Initialize the array where the significance of the descendants of each family of each gaggle and block is stored
initDAndDs(int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
 
initDs() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Initialize the array where the significance of the descendants of each gaggle and block is stored
initDs() - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
initDs() - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Initialize the array where the significance of the descendants of each gaggle and block is stored
initGaggleSize() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
initialBuffAllocation - Variable in class GiciStream.ByteStream
Initial length of the byte buffer.
initialCodedDC - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
This array stores for each gaggle the initial coding of DC quantized components
initialCodedDC - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
initialCodedDC - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
This array stores for each gaggle the initial coding of DC quantized components
initialCodedDC - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
This array stores for each segment and gaggle the initial coding of DC quantized components
initialCodedDC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
InitialCoding - Class in TER.TERcoder.SegmentCoder
This class code the quantized DC components or the bitDepthAC_Block.
InitialCoding(int[]) - Constructor for class TER.TERcoder.SegmentCoder.InitialCoding
Constructor that receives the values to be encoded.
InitialDecoding - Class in TER.TERdecoder.SegmentDecoder
This class decode the quantized DC components or the bitDepthAC_Block.
InitialDecoding() - Constructor for class TER.TERdecoder.SegmentDecoder.InitialDecoding
Void constructor for initial decoding.
initializeParameter(int) - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
Initialize the parameter.
initializeParameter(int) - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
Initialize the parameter.
initialPositionEncodedStream - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
initialStreamPosition - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
initialStreamPosition - Variable in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
initLayersLength() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
initLayersLocation() - Method in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
initLayersOffset() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
initLayersOffset() - Method in class TER.TERdecoder.ReadFile.ReadFile
 
initLocationOfBlocks() - Method in class TER.TERdecoder.BPEDecoder.AssembleSegments
In the case that the order of the blocks in the recovered image is not given, the default order is set.
initNewValue(int) - Method in class TER.TERcoder.SegmentCoder.DistortionCompute
This function initializes the value of a pixel in the region of the transformed image where the distortion is computed.
initPackets() - Method in class TER.TERdecoder.ReadFile.ReadFile
 
initPackets(int[][][][]) - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
initRefinementAC() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Initialize the bit streams required to store the refinement of AC components
initRefinementDC(int) - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Initialize the bit streams required to store the refinement of DC components
initSegmentStatus() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Initialize the array to store the status of each componet in the segment for coding purposes
initSegmentStatus() - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Initialize the array to store the status of each componet in the segment for coding purposes
initSignificance() - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
initSignificance() - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Initialize the array where the significance of the descendants of each generation and family of each gaggle and block is stored
initStageTime - Variable in class TER.TERcoder.Coder
Used for verbose information (time for stage).
initStageTime - Variable in class TER.TERdecoder.Decoder
Used for verbose information (time for stage).
initStreams(int) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
Initialize the bit streams and the byte streams used to store the significance block and to store the the contexts of the encoded words to be further entropy encoded.
initTime - Variable in class TER.TERcoder.Coder
Used for verbose information (total time).
initTime - Variable in class TER.TERdecoder.Decoder
Used for verbose information (total time).
inputFile - Variable in class TER.TERcoder.Coder
Input file, name of the input image
inputFile - Variable in class TER.TERdecoder.ArgsParserDecoder
 
inputFile - Variable in class TER.TERdecoder.Decoder
Input file name of encoded bitstream.
inputFileType - Variable in class TER.TERdecoder.Decoder
 
inputFileType - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
inputFileType - Variable in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
integerToBooleanComponents(int[], int, boolean) - Static method in class TER.TERDefaultValues
This function converts an array of integer that represents components (p.e.
InteractiveDecoder - Class in TER.TERInteractiveDecoder
Main class of TER interactive decoder application.
InteractiveDecoder(String) - Constructor for class TER.TERInteractiveDecoder.InteractiveDecoder
Constructor of Interactive decoder
intersection(int, int, int, int) - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
inverseDWT() - Method in class TER.TERInteractiveDecoder.InteractiveDecoder
 
InverseDWTCore - Class in GiciTransform
This class receives an arbitrary piece of a 3D transformed image and performs one level of the corresponded 3D discrete inverse wavelet transform.
InverseDWTCore(float[][][]) - Constructor for class GiciTransform.InverseDWTCore
Constructor, receives the transformed image samples.
InverseNonPyramidal3D - Class in GiciTransform
This class receives a set of parameters to compute an inverse 3d Hybrid Rectangular/Square Wavelet Transform executing the HyperWaveletDetransform class concordingly.
InverseNonPyramidal3D(float[][][]) - Constructor for class GiciTransform.InverseNonPyramidal3D
Constructor, receives the image samples to detransform.
InversePyramidal3D - Class in GiciTransform
This class receives a set of parameters to compute an inverse 3d Square (dyadic)Wavelet Transform executing the HyperWaveletDetransform class concordingly.
InversePyramidal3D(float[][][]) - Constructor for class GiciTransform.InversePyramidal3D
Constructor, receives the image samples to detransform.
InverseWaveletTransform - Class in GiciTransform
This class receives an image and performs applies a discrete wavelet transform.
Usage example:
  construct
  setParameters
  run
InverseWaveletTransform(float[][][]) - Constructor for class GiciTransform.InverseWaveletTransform
Constructor that receives the original image samples and initializes default values.
InverseWeighting - Class in TER.TERdecoder.Weighting
This class receives an image and inverse weights the specified components.
Usage example:
  construct
  set functions
  run
InverseWeighting(float[][][]) - Constructor for class TER.TERdecoder.Weighting.InverseWeighting
Constructor that receives the recovered image samples.
inverseWeighting() - Method in class TER.TERInteractiveDecoder.InteractiveDecoder
 
IODataStream - Class in GiciStream
This class supports the writting and reading of values from/to a BitStream using different data types(boolean, byte, short, integer, integer specifying the number of bits to write, long, float, double).
IODataStream() - Constructor for class GiciStream.IODataStream
 
isDC - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
Indicate if the valuesToCode are DC components (true) or not (false).
isDC - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Definition in InitialCoding.isDC

J

joinLayers() - Method in class TER.TERcoder.WriteFile.LayerCreation
 

L

lastBitPlane(int, int, int) - Method in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
Indicates if a bitplane if the last for a given bit plane
lastBitPlane(int, int, int) - Method in class TER.TERdecoder.SegmentDecoder.RefineACs
Indicates if a bitplane if the last for a given bit plane
lastBlockDecoded - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
This integer indicates the last value entropy decoded before the file ends
layerBytes - Variable in class TER.TERcoder.ArgsParserCoder
 
layerBytes - Variable in class TER.TERcoder.Coder
 
layerBytes - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
layerBytes - Variable in class TER.TERcoder.WriteFile.WriteFile
 
LayerCreation - Class in TER.TERcoder.WriteFile
Usage example:
  construct
  setParameters
  run
LayerCreation() - Constructor for class TER.TERcoder.WriteFile.LayerCreation
Constructor of LayerCreation
layerCreationType - Variable in class TER.TERcoder.ArgsParserCoder
 
layerCreationType - Variable in class TER.TERcoder.Coder
 
layerCreationType - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
layerCreationType - Variable in class TER.TERcoder.WriteFile.WriteFile
 
layerCreationType - Static variable in class TER.TERDefaultValues
 
layerLocation - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
layerLocation - Variable in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
layerLocation - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
layers - Variable in class TER.TERcoder.WriteFile.TERHeader
Definition in
layers - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
Definition in
layers_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
layers_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
layersBits - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
layerScalable - Variable in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
layerSizeType - Variable in class TER.TERcoder.ArgsParserCoder
 
layerSizeType - Variable in class TER.TERcoder.Coder
 
layerSizeType - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
layerSizeType - Variable in class TER.TERcoder.WriteFile.WriteFile
 
layerSizeType - Static variable in class TER.TERDefaultValues
 
layersLocation - Variable in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
layersOffset - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
layersOffset - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
layersOffsetUpdateToBytes(int) - Method in class TER.TERcoder.WriteFile.LayerCreation
 
length() - Method in class GiciStream.BufferedDataInputStream
Returns the number of bytes that can be read from this buffer, taking into account any buffering.
lengthOfFourBitsVariablelengthCode_Option0 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 
lengthOfFourBitsVariablelengthCode_Option1 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 
lengthOfFourBitsVariablelengthCode_Option2 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 
lengthOfThreeBitsVariablelengthCode_Option0 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 
lengthOfThreeBitsVariablelengthCode_Option1 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 
lengthOfTwoBitsVariablelengthCode_Option0 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 
LevelShift - Class in GiciTransform
This class receives an image and performs level shift operations.
LevelShift(float[][][]) - Constructor for class GiciTransform.LevelShift
Constructor that receives the original image samples.
LevelUnshift - Class in GiciTransform
This class receives an image and performs level unshift operations.
Usage example:
  construct
  set functions
  run
LevelUnshift(float[][][]) - Constructor for class GiciTransform.LevelUnshift
Constructor that receives the original image samples.
listFloatArray(float[]) - Static method in class TER.TERCommon.ParameterTools
Prints the numbers contained in a float array
listFloatMatrix(float[][]) - Static method in class TER.TERCommon.ParameterTools
Prints the numbers contained in a float matrix
listIntegerArray(int[]) - Static method in class TER.TERCommon.ParameterTools
Prints the numbers contained in an integer array
listIntegerMatrix(int[][]) - Static method in class TER.TERCommon.ParameterTools
Prints the numbers contained in an integer matrix
LoadFile - Class in GiciFile
This class receives an image file and loads it.
The image file can be a standard format or raw data.
LoadFile(String) - Constructor for class GiciFile.LoadFile
Loads an image (JAI loading).
LoadFile(String, int, int, int, int, int, boolean) - Constructor for class GiciFile.LoadFile
Interface to call raw data image load.
LoadFile(String, int, int, int, Class, int, boolean) - Method in class GiciFile.LoadFile
Interface to call raw data image load.
LoadPGM(String) - Method in class GiciFile.LoadFile
Loads a pgm image.
locationOfBlocks - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
Indicates the position of the block in the recovered image locationOfBlocks[block] contains the possition of the block
LowMemoryCodeBlock - Class in TER.TERcoder.SegmentCoder
This class codes as many bitplanes of a block of AC components as the user requires.
LowMemoryCodeBlock(float[][][], int[]) - Constructor for class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Constructor that receives the values of the block to be further encoded.
LSComponents - Variable in class GiciTransform.LevelShift
Specification of the image component to apply the level shift.
LSComponents - Variable in class GiciTransform.LevelUnshift
Definition in LevelShift.LSComponents
LSComponents - Variable in class TER.TERcoder.ArgsParserCoder
 
LSComponents - Variable in class TER.TERcoder.Coder
Definition in LevelShift.LSComponents
LSComponents - Variable in class TER.TERcoder.WriteFile.TERHeader
 
LSComponents - Variable in class TER.TERcoder.WriteFile.WriteFile
 
LSComponents - Variable in class TER.TERdecoder.Decoder
Definition in LevelShift.LSComponents
LSComponents - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
LSComponents - Static variable in class TER.TERDefaultValues
Definition in LevelShift.LSComponents
LSComponents - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in LevelShift.LSComponents
LSComponents_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
LSComponents_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
LSSignedComponents - Variable in class GiciTransform.RangeCheck
Level Shift
LSSubsValues - Variable in class GiciTransform.LevelShift
Substracted values of each image component.
LSSubsValues - Variable in class GiciTransform.LevelUnshift
Definition in LevelShift.LSSubsValues
LSSubsValues - Variable in class TER.TERcoder.ArgsParserCoder
 
LSSubsValues - Variable in class TER.TERcoder.Coder
Definition in LevelShift.LSSubsValues
LSSubsValues - Variable in class TER.TERcoder.WriteFile.TERHeader
 
LSSubsValues - Variable in class TER.TERcoder.WriteFile.WriteFile
 
LSSubsValues - Variable in class TER.TERdecoder.Decoder
Definition in LevelShift.LSSubsValues
LSSubsValues - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
LSSubsValues - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in LevelShift.LSSubsValues
LSType - Variable in class GiciTransform.LevelShift
Shift type to apply.
LSType - Variable in class GiciTransform.LevelUnshift
Definition in LevelShift.LSType
LSType - Variable in class TER.TERcoder.ArgsParserCoder
 
LSType - Variable in class TER.TERcoder.Coder
Definition in LevelShift.LSType
LSType - Variable in class TER.TERcoder.WriteFile.TERHeader
 
LSType - Variable in class TER.TERcoder.WriteFile.WriteFile
 
LSType - Variable in class TER.TERdecoder.Decoder
Definition in LevelShift.LSType
LSType - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
LSType - Static variable in class TER.TERDefaultValues
Definition in LevelShift.LSType
LSType - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in LevelShift.LSType
LSType_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
LSType_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 

M

main(String[]) - Static method in class TER.TERcode
Main method of TERcode application.
main(String[]) - Static method in class TER.TERdecode
Main method of TERDecode application.
main(String[]) - Static method in class TER.TERdisplay
Main method of BOIEye application.
mapIntoSymbol(int, byte) - Method in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Determines the symbol that corresponds to the word and the context given
maxBlocksPerSegment - Static variable in class TER.TERcoder.SegmentCoder.SegmentConstruct
Stores the maximum number of blocks that can be contained in a segment
maxBuffAllocation - Variable in class GiciStream.ByteStream
When the buffer is full, its length is duplicated until maxBuffAllocation is reached.
maxLengthlayer() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
minMax - Variable in class GiciAnalysis.ImageStatistical
Array where min (minMax[component][0]) and max (minMax[component][1]) values of each component will be stored.
minMax - Variable in class GiciAnalysis.ImageStatisticalSA
Array where min (minMax[component][0]) and max (minMax[component][1]) values of each component will be stored.
minusHalf - Variable in class TER.TERdecoder.ArgsParserDecoder
 
minusHalf - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
 
minusHalf - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
minusHalf - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
minusHalf - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
minusHalf - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
minusHalf - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
minusHalf - Variable in class TER.TERdecoder.Decoder
 
minusHalf - Static variable in class TER.TERDefaultValues
 
minusHalf - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
mode - Variable in class GiciStream.BufferedDataInputStream
It is the buffer access.
moreBitPlanes(int, int, int[]) - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 

N

needDeExtension(int[], int[], int[]) - Static method in class GiciImageExtension.ImageDeExtension
Determines if the image should be cropped in order to recover its initial size
needImageExtension(int[], int[], int, int, int) - Static method in class GiciImageExtension.ImageExtension
Indicates whether image extension must be applied
needTranspose(int[]) - Static method in class GiciTransform.TransposeImage
According to the given paramater, determines if the image should be transposed or not.
noCodeId - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Determines the ID for no code option for 2, 3 and 4 length symbols.
noCodeId - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
Definition in EncodeGaggleAC.noCodeId
noCodeId - Variable in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Definition in EncodeGaggleAC.noCodeId
numberOfBlocks - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
Indicates the number of blocks that have been added to the recoveredImage
numberOfGaggles - Variable in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Indicates the number of gaggles in the segment
numberOfLayers - Variable in class TER.TERcoder.ArgsParserCoder
 
numberOfLayers - Variable in class TER.TERcoder.Coder
 
numberOfLayers - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
numberOfLayers - Variable in class TER.TERcoder.WriteFile.WriteFile
 
numberOfLayers - Static variable in class TER.TERDefaultValues
 
numberOfLayers - Variable in class TER.TERDisplayFrame.DisplayFrameParser
 
numberOfPixels - Variable in class TER.TERcoder.SegmentCoder.DistortionCompute
This value represents the number of pixels controlled in the distortion measure.
numberOfPixelsData - Variable in class GiciAnalysis.ImageStatisticalSA
Number of data pixels for each component of whole image.
numBits - Variable in class GiciStream.BitStream
Number of bits saved in bitBuffer.
numLayerExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
numLayers - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
numLayers - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
numLayers - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
numLayers - Variable in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
numLayersExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 

O

oddEvenFiltering(float[], int) - Method in class GiciTransform.ForwardDWTCore
This function applies the DWT filter to a source with odd length and even phase.
oddEvenFiltering(float[], int) - Method in class GiciTransform.InverseDWTCore
This function applies the DWT filter to a source with odd length and even phase.
oddFiltering(float[], int) - Method in class GiciTransform.ForwardWaveletTransform
This function applies the DWT filter to a source with odd length.
oddFiltering(float[], int) - Method in class GiciTransform.InverseWaveletTransform
This function applies the DWT filter to a source with odd length.
oddOddFiltering(float[], int) - Method in class GiciTransform.ForwardDWTCore
This function applies the DWT filter to a source with odd length and odd phase.
oddOddFiltering(float[], int) - Method in class GiciTransform.InverseDWTCore
This function applies the DWT filter to a source with odd length and odd phase.
offset - Variable in class GiciStream.BufferedDataInputStream
Indicates the first available data in the buffer.
oneSingleLayer() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
optACSelect - Variable in class TER.TERcoder.ArgsParserCoder
 
optACSelect - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.optACSelect
optACSelect - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Specifies the method employed to select value of k parameters when coding BitDepthAC_Block
optACSelect - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Definition in SegmentCode2D.optACSelect
optACSelect - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Definition in SegmentCode2D.optACSelect
optACSelect - Variable in class TER.TERcoder.WriteFile.WriteFile
 
optACSelect - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
optACSelect - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
optACSelect - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.optACSelect
optACSelect - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Definition in SegmentCode2D.optDCSelect
optACSelect - Static variable in class TER.TERDefaultValues
Definition in SegmentCode2D.optACSelect
optDCSelect - Variable in class TER.TERcoder.ArgsParserCoder
 
optDCSelect - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.optDCSelect
optDCSelect - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Specifies the method employed to select value of k parameters when coding DC quantized components
optDCSelect - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Definition in SegmentCode2D.optDCSelect
optDCSelect - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Definition in SegmentCode2D.optDCSelect
optDCSelect - Variable in class TER.TERcoder.WriteFile.WriteFile
 
optDCSelect - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
optDCSelect - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
optDCSelect - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.optDCSelect
optDCSelect - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Definition in SegmentCode2D.optDCSelect
optDCSelect - Static variable in class TER.TERDefaultValues
Definition in SegmentCode2D.optDCSelect
optSelect - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
Specifies the method employed to select value of k parameters when coding the valuesToCode
outputFile - Variable in class TER.TERcoder.ArgsParserCoder
 
outputFile - Variable in class TER.TERcoder.Coder
Output file name of coded bitstream.
outputFile - Variable in class TER.TERcoder.WriteFile.WriteFile
 
outputFileType - Variable in class TER.TERcoder.ArgsParserCoder
 
outputFileType - Variable in class TER.TERcoder.Coder
 
outputFileType - Variable in class TER.TERcoder.WriteFile.WriteFile
 
outputFileType - Static variable in class TER.TERDefaultValues
Definition in Coder.outputFileType

P

packet - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
packet - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
packet - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
packetHeader - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
packetHeader - Variable in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
packetStream - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 
padRows - Variable in class GiciImageExtension.ImageDeExtension
Definition in ImageExtension.padRows
padRows - Variable in class GiciImageExtension.ImageExtension
Number of 'padding' rows to delete after inverse DWT for each component
padRows - Variable in class TER.TERcoder.Coder
Definition in ImageExtension.padRows
PadRows - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in ImageExtension.padRows
padRows - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in ImageExtension.padRows
padRows - Variable in class TER.TERcoder.WriteFile.TERHeader
 
padRows - Variable in class TER.TERcoder.WriteFile.WriteFile
 
padRows - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
padRows - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
padRows - Variable in class TER.TERdecoder.Decoder
Definition in ImageExtension.padRows
padRows - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in ImageExtension.padRows
padRows - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
padRows - Static variable in class TER.TERDefaultValues
Definition in ImageExtension.padRows
padRows - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in ImageExtension.padRows
padRows - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
padRowsExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
padRowsExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
ParameterException - Exception in GiciException
This class is an exception for parameter programs.
ParameterException() - Constructor for exception GiciException.ParameterException
Default constructor.
ParameterException(String) - Constructor for exception GiciException.ParameterException
Constructor with message.
ParameterException(String, int) - Constructor for exception GiciException.ParameterException
Constructor with error code and message.
parametersSet - Variable in class GiciImageExtension.ImageDeExtension
To know if parameters are set.
parametersSet - Variable in class GiciImageExtension.ImageExtension
To know if parameters are set.
parametersSet - Variable in class GiciTransform.AddChannels
To know if parameters are set.
parametersSet - Variable in class GiciTransform.CoefficientsApproximation
To know if parameters are set.
parametersSet - Variable in class GiciTransform.CropChannels
To know if parameters are set.
parametersSet - Variable in class GiciTransform.ForwardDWTCore
To know if parameters are set.
parametersSet - Variable in class GiciTransform.ForwardNonPyramidal3D
To know if parameters are set.
parametersSet - Variable in class GiciTransform.ForwardPyramidal3D
To know if parameters are set.
parametersSet - Variable in class GiciTransform.ForwardWaveletTransform
To know if parameters are set.
parametersSet - Variable in class GiciTransform.InverseDWTCore
To know if parameters are set.
parametersSet - Variable in class GiciTransform.InverseNonPyramidal3D
To know if parameters are set.
parametersSet - Variable in class GiciTransform.InversePyramidal3D
To know if parameters are set.
parametersSet - Variable in class GiciTransform.InverseWaveletTransform
To know if parameters are set.
parametersSet - Variable in class GiciTransform.LevelShift
To know if parameters are set.
parametersSet - Variable in class GiciTransform.LevelUnshift
To know if parameters are set.
parametersSet - Variable in class GiciTransform.RangeCheck
To know if parameters are set.
parametersSet - Variable in class GiciTransform.TransposeImage
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.Coder
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.SegmentCoder.SegmentConstruct
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.Weighting.ForwardWeighting
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
parametersSet - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
To know if parameters are set.
parametersSet - Variable in class TER.TERcoder.WriteFile.TERHeader
 
parametersSet - Variable in class TER.TERcoder.WriteFile.WriteFile
 
parametersSet - Variable in class TER.TERCommon.ReadPacketHeader
 
parametersSet - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.Decoder
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.ReadFile.ReadFile
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
parametersSet - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.SegmentDecoder.RefineACs
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
To know if parameters are set.
parametersSet - Variable in class TER.TERdecoder.Weighting.InverseWeighting
To know if parameters are set.
parametersSet - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
To know if parameters are set.
parametersSet - Variable in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
parametersSet - Variable in class TER.TERInteractiveDecoder.ReadStream.RecommendedExtractor
 
parametersSet - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
parametersSet - Variable in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
To know if parameters are set.
ParameterTools - Class in TER.TERCommon
 
ParameterTools() - Constructor for class TER.TERCommon.ParameterTools
 
parse(String[][], String[], Object, Method) - Method in class GiciParser.ArgumentsParser
Receives the arguments string and parses all the arguments.
parseArgument(int, String[]) - Method in class TER.TERDisplayFrame.DisplayFrameParser
Parse an argument using parse functions from super class and put its value/s to the desired variable.
parseBoolean(String[]) - Method in class GiciParser.ArgumentsParser
 
parseBoolean(String[]) - Method in class TER.TERcoder.ArgsParserCoder
 
parseBoolean(String[]) - Method in class TER.TERdecoder.ArgsParserDecoder
 
parseBooleanArray(String[], int) - Method in class GiciParser.ArgumentsParser
 
parseFloatArray(String[]) - Method in class GiciParser.ArgumentsParser
 
parseFloatArray(String[], int) - Method in class GiciParser.ArgumentsParser
 
parseFloatArray(String[]) - Method in class TER.TERcoder.ArgsParserCoder
 
parseFloatArray(String[], int) - Method in class TER.TERcoder.ArgsParserCoder
 
parseFloatArray(String[]) - Method in class TER.TERdecoder.ArgsParserDecoder
 
parseFloatArray(String[], int) - Method in class TER.TERdecoder.ArgsParserDecoder
 
parseFloatPositive(String[]) - Method in class GiciParser.ArgumentsParser
 
parseFloatPositive(String[]) - Method in class TER.TERcoder.ArgsParserCoder
 
parseFloatPositive(String[]) - Method in class TER.TERdecoder.ArgsParserDecoder
 
parseFloatPositiveArray(String[]) - Method in class TER.TERcoder.ArgsParserCoder
 
parseFloatPositiveArray(String[]) - Method in class TER.TERdecoder.ArgsParserDecoder
 
parseIntegerArray(String[]) - Method in class GiciParser.ArgumentsParser
 
parseIntegerArray(String[], int) - Method in class GiciParser.ArgumentsParser
 
parseIntegerArray(String[]) - Method in class TER.TERcoder.ArgsParserCoder
 
parseIntegerArray(String[], int) - Method in class TER.TERcoder.ArgsParserCoder
 
parseIntegerArray(String[]) - Method in class TER.TERdecoder.ArgsParserDecoder
 
parseIntegerArray(String[], int) - Method in class TER.TERdecoder.ArgsParserDecoder
 
parseIntegerPositive(String[]) - Method in class GiciParser.ArgumentsParser
 
parseIntegerPositive(String[]) - Method in class TER.TERcoder.ArgsParserCoder
 
parseIntegerPositive(String[]) - Method in class TER.TERdecoder.ArgsParserDecoder
 
parseLongArray(String[]) - Method in class GiciParser.ArgumentsParser
 
parseLongArray(String[], int) - Method in class GiciParser.ArgumentsParser
 
parseLongPositive(String[]) - Method in class GiciParser.ArgumentsParser
 
parseString(String[]) - Method in class GiciParser.ArgumentsParser
 
parseString(String[]) - Method in class TER.TERcoder.ArgsParserCoder
 
parseString(String[]) - Method in class TER.TERdecoder.ArgsParserDecoder
 
parseStringArray(String[]) - Method in class TER.TERdecoder.ArgsParserDecoder
 
part2Flag - Variable in class TER.TERcoder.ArgsParserCoder
 
part2Flag - Variable in class TER.TERcoder.Coder
Definition in RecommendedHeader.part2Flag
part2Flag - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Indicates for each segment the presence of Part 2 header
part2Flag - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Indicates for each segment the presence of Part 2 header
part2Flag - Variable in class TER.TERcoder.WriteFile.WriteFile
 
part2Flag - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Definition in RecommendedHeader.part2Flag
part2Flag - Static variable in class TER.TERDefaultValues
Definition in RecommendedHeader.part2Flag
part3Flag - Variable in class TER.TERcoder.ArgsParserCoder
 
part3Flag - Variable in class TER.TERcoder.Coder
Definition in RecommendedHeader.part3Flag
part3Flag - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Indicates for each segment the presence of Part 3 header
part3Flag - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Indicates for each segment the presence of Part 3 header
part3Flag - Variable in class TER.TERcoder.WriteFile.WriteFile
 
part3Flag - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Definition in RecommendedHeader.part3Flag
part3Flag - Static variable in class TER.TERDefaultValues
Definition in RecommendedHeader.part3Flag
part4Flag - Variable in class TER.TERcoder.ArgsParserCoder
 
part4Flag - Variable in class TER.TERcoder.Coder
Definition in RecommendedHeader.part4Flag
part4Flag - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Indicates for each segment the presence of Part 4 header
part4Flag - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Indicates for each segment the presence of Part 4 header
part4Flag - Variable in class TER.TERcoder.WriteFile.WriteFile
 
part4Flag - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Definition in RecommendedHeader.part4Flag
part4Flag - Static variable in class TER.TERDefaultValues
Definition in RecommendedHeader.part4Flag
pixelBitDepth - Variable in class TER.TERcoder.ArgsParserCoder
 
pixelBitDepth - Variable in class TER.TERcoder.Coder
Specifies the input pixel bit depth for each component
pixelBitDepth - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in Coder.pixelBitDepth
pixelBitDepth - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
Definition in RecommendedOrder.pixelBitDepth
pixelBitDepth - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in Coder.pixelBitDepth
pixelBitDepth - Variable in class TER.TERcoder.WriteFile.TERHeader
Defintion in Coder.pixelBitDepth
pixelBitDepth - Variable in class TER.TERcoder.WriteFile.WriteFile
 
pixelBitDepth - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
pixelBitDepth - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
pixelBitDepth - Variable in class TER.TERdecoder.Decoder
Definition in Coder.pixelBitDepth
pixelBitDepth - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in Coder.pixelBitDepth
pixelBitDepth - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
Defintion in Coder.pixelBitDepth
pixelBitDepth - Static variable in class TER.TERDefaultValues
Definition in Coder.pixelBitDepth
pixelBitDepth - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in Coder.pixelBitDepth
pixelBitDepth - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
pixelBitDepth_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
pixelBitDepth_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
pixelBitDepthExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
pixelBitDepthExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
pixelBitDepthSet - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
pos - Variable in class GiciStream.BufferedDataInputStream
The index of the next byte to read/write from/to the buffer.
positionScalable - Variable in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
postProcessing() - Method in class TER.TERInteractiveDecoder.InteractiveDecoder
 
progressionOrder - Variable in class TER.TERcoder.ArgsParserCoder
 
progressionOrder - Variable in class TER.TERcoder.Coder
 
progressionOrder - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Definition in WriteFile.progressionOrder
progressionOrder - Variable in class TER.TERcoder.WriteFile.TERHeader
Definition in
progressionOrder - Variable in class TER.TERcoder.WriteFile.WriteFile
Progression order used to save the file.
progressionOrder - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
progressionOrder - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
Definition in
progressionOrder - Static variable in class TER.TERDefaultValues
 
progressionOrder - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
progressionOrder - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
progressionOrder - Variable in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
ProgressionOrder0 - Class in TER.TERdecoder.BPEDecoder
This class decodes an input stream according to the Progression Order 0.
Usage example:
  construct
  set parameters
  run
  get functions
ProgressionOrder0(int, int, int) - Constructor for class TER.TERdecoder.BPEDecoder.ProgressionOrder0
Constructor that receives the size of original image
progressionOrder0() - Method in class TER.TERInteractiveDecoder.InteractiveDecoder
 
progressionOrder_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
progressionOrder_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
putACRefinement(int) - Method in class TER.TERcoder.WriteFile.RecommendedInterleaving
AC refinement is added for the given bitplane
putBlockInSegment(int, int, int) - Method in class TER.TERdecoder.BPEDecoder.AssembleSegments
Put the components in a block inside the transformed image.
putCodedBitDepthACBlock() - Method in class TER.TERcoder.WriteFile.RecommendedInterleaving
Bit depth of AC components of each block is added
putDCBlock(int, int, int, int) - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Receives a DC component in two's-complement and represents them with signed representation.
putDCRefinement(int) - Method in class TER.TERcoder.WriteFile.RecommendedInterleaving
DC refinement is added for the given bitplane
putDCs() - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
putDCs(int[], int, int) - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Places DC components in their position inside the segment.
putHeaderPart1A() - Method in class TER.TERcoder.WriteFile.RecommendedHeader
Puts the part 1A of the header
putHeaderPart1B() - Method in class TER.TERcoder.WriteFile.RecommendedHeader
Puts the part 1B of the header
putHeaderPart2() - Method in class TER.TERcoder.WriteFile.RecommendedHeader
Puts the part 2 of the header
putHeaderPart3() - Method in class TER.TERcoder.WriteFile.RecommendedHeader
Puts the part 3 of the header
putHeaderPart4() - Method in class TER.TERcoder.WriteFile.RecommendedHeader
Puts the part 4 of the header
putQuantizedDC() - Method in class TER.TERcoder.WriteFile.RecommendedInterleaving
Initial DC coding is added
putResolutionLevel(int, int) - Method in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
This function entropy encodes (according to CCSDS-IDC recommendation) the bit stream corresponding to the resolution level of a single block.
putResolutionLevelRaw(int, int) - Method in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
This function raw encodes the bit stream corresponding to the resolution level of a single block.
putSortingAC(int) - Method in class TER.TERcoder.WriteFile.RecommendedInterleaving
AC sorting is added for the given bitplane
putSymbol(int, int, int) - Method in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
This function adds a symbol to the resulting entropy encoded bit stream

Q

q - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
This integer indicates the number of bitplanes quantized for DC components
q - Variable in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Definition in InitialCoding.q
QComponentsBits - Variable in class GiciTransform.LevelShift
 
QComponentsBits - Variable in class GiciTransform.LevelUnshift
Definition in
QComponentsBits - Variable in class GiciTransform.RangeCheck
Number of bits for pixel for every component of the image
quantizeDCs(int) - Method in class TER.TERcoder.SegmentCoder.InitialCoding
This function quantizes (and computes distortion if needed) the initial values.

R

RangeCheck - Class in GiciTransform
This class receives an image and check that all image samples have a valid range.
Usage example:
  construct
  set functions
  run
RangeCheck(float[][][]) - Constructor for class GiciTransform.RangeCheck
Constructor that receives the original image samples.
rawACEncoding() - Method in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Raw encode the bit stream generated by the bit plane encoder
rawLoad(String, int, int, int, Class, int, boolean) - Method in class GiciFile.LoadFile
Loads a raw data image.
RCType - Variable in class GiciTransform.RangeCheck
Range type to apply.
read() - Method in class GiciStream.BufferedDataInputStream
Reads the next byte of data from the input stream.
read1() - Method in class GiciStream.BufferedDataInputStream
Reads the next byte of data from this input stream.
readBitPlaneEncoderParameters() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
readBitsSignedInteger(BitStream, int) - Static method in class GiciStream.IODataStream
Reads an signed integer from a BitStream and returns its value.
readBitsUnsignedInteger(BitStream, int) - Static method in class GiciStream.IODataStream
Reads a number of bits of an integer from a BitStream and returns its value.
readBoolean() - Method in class GiciStream.BufferedDataInputStream
 
readBoolean(BitStream) - Static method in class GiciStream.IODataStream
Reads a boolean from a BitStream and returns its value.
readBuffer() - Method in class GiciStream.BufferedDataInputStream
 
ReadBufferedStream - Class in TER.TERdecoder.ReadFile
 
ReadBufferedStream(String) - Constructor for class TER.TERdecoder.ReadFile.ReadBufferedStream
 
ReadBufferedStream(byte[]) - Constructor for class TER.TERdecoder.ReadFile.ReadBufferedStream
 
readByte() - Method in class GiciStream.BufferedDataInputStream
See the general contract of the readByte method of DataInput.
readByte(BitStream) - Static method in class GiciStream.IODataStream
Reads a byte from a BitStream and returns its value.
readChar() - Method in class GiciStream.BufferedDataInputStream
 
readDouble() - Method in class GiciStream.BufferedDataInputStream
See the general contract of the readDouble method of DataInput.
readDouble(BitStream) - Static method in class GiciStream.IODataStream
Reads a double from a BitStream and returns its value.
ReadFile - Class in TER.TERdecoder.ReadFile
This class receives a string which refers to a encoded file, opens it and store.
Usage example:
  construct
  set parameters
  run
ReadFile(ReadBufferedStream) - Constructor for class TER.TERdecoder.ReadFile.ReadFile
Constructor of the class ReadFile.
readFlaggedParameter(int, int, int) - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
readFloat() - Method in class GiciStream.BufferedDataInputStream
See the general contract of the readFloat method of DataInput.
readFloat(BitStream) - Static method in class GiciStream.IODataStream
Reads a float from a BitStream and returns its value.
readFromFile - Variable in class GiciStream.BufferedDataInputStream
Indicates the data source, whether data is readed from file or no.
readFully(byte[]) - Method in class GiciStream.BufferedDataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class GiciStream.BufferedDataInputStream
See the general contract of the readFully method of DataInput.
readFundamentalSequence() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
readHeaderPart1A() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Read the part 1A of the header
readHeaderPart1B() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Read the part 1B of the header
readHeaderPart2() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Read the part 2 of the header
readHeaderPart3() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Read the part 3 of the header
readHeaderPart4() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Read the part 4 of the header
readImageProperties() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
readInt() - Method in class GiciStream.BufferedDataInputStream
 
readInteger(BitStream) - Static method in class GiciStream.IODataStream
Reads an integer from a BitStream and returns its value.
readLine() - Method in class GiciStream.BufferedDataInputStream
 
readLong() - Method in class GiciStream.BufferedDataInputStream
 
readLong(BitStream) - Static method in class GiciStream.IODataStream
Reads a long from a BitStream and returns its value.
ReadPacketHeader - Class in TER.TERCommon
 
ReadPacketHeader() - Constructor for class TER.TERCommon.ReadPacketHeader
Constructor of ReadTERPacketHeader.
readPacketHeader() - Method in class TER.TERCommon.ReadPacketHeader
 
readParameter(int, int) - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
readPreProcessingParameters() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
readProgression0rder1() - Method in class TER.TERdecoder.ReadFile.ReadFile
 
readProgression0rder2() - Method in class TER.TERdecoder.ReadFile.ReadFile
 
readProgression0rder3() - Method in class TER.TERdecoder.ReadFile.ReadFile
 
readProgression0rder4() - Method in class TER.TERdecoder.ReadFile.ReadFile
 
readProgression0rder5() - Method in class TER.TERdecoder.ReadFile.ReadFile
 
readQuantizationParameters() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
ReadRecommendedHeader - Class in TER.TERdecoder.ReadFile
This class receives a bit stream from which reads the header (compilant with the CCSDS recomendation for image data coding).
Usage example:
  construct
  set parameters
  run
  get functions
ReadRecommendedHeader() - Constructor for class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Constructor of ReadRecommendedHeader.
readShort() - Method in class GiciStream.BufferedDataInputStream
Reads two input bytes and returns a short value.
readShort(BitStream) - Static method in class GiciStream.IODataStream
Reads a short from a BitStream and returns its value.
ReadTERHeader - Class in TER.TERdecoder.ReadFile
This class receives a bit stream from which reads TER header .
Usage example:
  construct
  set parameters
  run
  get functions
ReadTERHeader() - Constructor for class TER.TERdecoder.ReadFile.ReadTERHeader
Constructor of ReadTERHeader.
readTransformParameters() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
 
readUnsignedByte() - Method in class GiciStream.BufferedDataInputStream
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedShort() - Method in class GiciStream.BufferedDataInputStream
 
readUTF() - Method in class GiciStream.BufferedDataInputStream
 
recommendedACEncoding() - Method in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Entropy encode the bit stream generated by the bit plane encoder according to the specifications of the recommendation for image data coding provided by the CCSDS.
RecommendedDecoding - Class in TER.TERdecoder.BPEDecoder
This class decodes an input stream according to the Recommendation for image data compression of the CCSDS.
Usage example:
  construct
  set parameters
  run
  get functions
RecommendedDecoding() - Constructor for class TER.TERdecoder.BPEDecoder.RecommendedDecoding
Constructor that receives the path of the encoded file
recommendedDecoding() - Method in class TER.TERInteractiveDecoder.InteractiveDecoder
 
RecommendedExtractor - Class in TER.TERInteractiveDecoder.ReadStream
 
RecommendedExtractor(ReadBufferedStream) - Constructor for class TER.TERInteractiveDecoder.ReadStream.RecommendedExtractor
 
RecommendedHeader - Class in TER.TERcoder.WriteFile
This class creates a header according to the Recommendation.
RecommendedHeader() - Constructor for class TER.TERcoder.WriteFile.RecommendedHeader
Constructor of CreateHeader
RecommendedInterleaving - Class in TER.TERcoder.WriteFile
This class interleaves the bitstreams generated by the Bit Plane Encoder in order to produce an encoded segment.
RecommendedInterleaving() - Constructor for class TER.TERcoder.WriteFile.RecommendedInterleaving
Constructor of InterleaveSegment
RecommendedOrder - Class in TER.TERcoder.WriteFile
This class writes the encoded segments into a file.
RecommendedOrder() - Constructor for class TER.TERcoder.WriteFile.RecommendedOrder
Constructor of WriteSegments
recommendedRefinementAC - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
This array stores for each gaggle, bitplane, block and resolution level the refinement of AC components refinementAC[gaggle][bitPlane][block][resolutionLevel]
recommendedRefinementAC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
recoveredImage - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
Contains the image to which the segments are assembled
recoveredImage - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
recoveredImage - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
recoveredImage - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
recoveredImage - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
recoveredImage - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
recoveredImage - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
recoveredSamples - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
recoveredSamples - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
Recovered image samples (index meaning [z][y][x]).
RefineACs - Class in TER.TERdecoder.SegmentDecoder
This class refines a bitplane of a block of AC components as the user requires.
RefineACs(EntropyDecoderAC) - Constructor for class TER.TERdecoder.SegmentDecoder.RefineACs
Constructor of the class RefineACs.
refineDCs(int[], int) - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Refine DC components for a given bitplane
refineDCs(int, int) - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
refineDCs(int[], int, int) - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Refine DC components
RefineGenerationAC - Class in TER.TERdecoder.BPEDecoder
 
RefineGenerationAC(float[][][]) - Constructor for class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
refinementAC - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
This array contains the refinement bits of the block in a bit plane.
refinementAC - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
This array contains the refinement bits of the block in a bit plane.
refinementAC - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
This array stores for each gaggle, bitplane, block and resolution level the refinement of AC components refinementAC[gaggle][bitPlane][block][resolutionLevel]
refinementAC - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
This array stores for each segment, gaggle, bitplane, block and resolution level the refinement of AC components refinementAC[segment][gaggle][bitPlane][block][resolutionLevel]
refinementCoding(int) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
Perform the refinement of the components of the block for the given bitPlane
refinementCoding(int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Perform the refinement of the components of the block for the given bitPlane
refinementDC - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
This array stores for each gaggle and bitplane the refinement of DC components
refinementDC - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
refinementDC - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
This array stores for each gaggle and bitplane the refinement of DC components
refinementDC - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
This array stores for each segment, gaggle and bitplane the refinement of DC components
refinementDC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
removeBand - Variable in class GiciTransform.CropChannels
 
removeBand - Variable in class TER.TERcoder.Coder
 
removeBand - Variable in class TER.TERcoder.WriteFile.TERHeader
 
removeBand - Variable in class TER.TERcoder.WriteFile.WriteFile
 
removedBand - Variable in class GiciTransform.AddChannels
 
removedBand - Variable in class TER.TERdecoder.Decoder
 
removedBand - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
requiredLevels - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
requiredTargetBytes - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
reset() - Method in class GiciStream.BitStream
Reset the bit stream
reset() - Method in interface TER.TERcoder.SegmentCoder.ArithmeticCoder
Reset the context probabilities of the coder, if any.
resetGaggleSize(int[][][][]) - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
resetIDs() - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 
resizeImage() - Method in class TER.TERdecoder.BPEDecoder.AssembleSegments
Compute the number of rows and columns required to add the segment, resize if needed and reallocate the blocks previously decoded
resolutionLevels - Variable in class TER.TERcoder.ArgsParserCoder
 
resolutionLevels - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.resolutionLevels
resolutionLevels - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Definition in SegmentCode2D.resolutionLevels
resolutionLevels - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Definition in SegmentCode2D.resolutionLevels
resolutionLevels - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Definition in SegmentCode2D.resolutionLevels
resolutionLevels - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Indicates the number of resolution levels that must be encoded, this number can be lower that the number of WTLevels
resolutionLevels - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
resolutionLevels - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
Definition in SegmentCode2D.resolutionLevels
resolutionLevels - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Definition in SegmentCode2D.resolutionLevels
resolutionLevels - Variable in class TER.TERcoder.WriteFile.WriteFile
 
resolutionLevels(int[]) - Static method in class TER.TERCommon.GetMax
 
resolutionLevels(int[]) - Static method in class TER.TERCommon.GetMin
 
resolutionLevels - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
Definition in SegmentCode2D.resolutionLevels
resolutionLevels - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
resolutionLevels - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
resolutionLevels - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
resolutionLevels - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
resolutionLevels - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
resolutionLevels - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.resolutionLevels
resolutionLevels - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Definition in SegmentCode2D.resolutionLevels
resolutionLevels - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.resolutionLevels
resolutionLevels - Variable in class TER.TERDisplayFrame.DisplayFrameParser
 
resolutionLevels - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
resolutionScalable - Variable in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
restart() - Method in interface TER.TERcoder.SegmentCoder.ArithmeticCoder
Restart the internal variables of the coder.
restartCounter() - Method in class TER.TERdecoder.ReadFile.ReadBufferedStream
 
rewindBits(long) - Method in class GiciStream.BitStream
Rewind the index in the bit stream
RGBComponents - Variable in class GiciFile.LoadFile
Indicate if the 3 first components are RGB.
RGBComponents - Variable in class TER.TERcoder.Coder
Indicates if the three first components of the image corresponds to a RGB model.
round - Variable in class TER.TERdecoder.Decoder
 
roundBitsToBytes(int) - Method in class TER.TERcoder.WriteFile.LayerCreation
 
run() - Method in class GiciImageExtension.ImageDeExtension
Inversion of the extension
run() - Method in class GiciImageExtension.ImageExtension
Performs the extension desired to each component
run() - Method in class GiciTransform.AddChannels
 
run() - Method in class GiciTransform.CoefficientsApproximation
Performs the approximation for each of the coefficients of the transformed image
run() - Method in class GiciTransform.CropChannels
 
run() - Method in class GiciTransform.ForwardDWTCore
Performs the discrete wavelete transform.
run() - Method in class GiciTransform.ForwardNonPyramidal3D
Performs the recuested Wavelet transform Model and returns the result image.
run() - Method in class GiciTransform.ForwardPyramidal3D
Performs the requested 3D Square (dyadic) WT and returns the result image.
run() - Method in class GiciTransform.ForwardWaveletTransform
Performs the discrete wavelete transform and returns the result image.
run() - Method in class GiciTransform.InverseDWTCore
Performs the discrete inverse wavelete transform and returns the result image.
run() - Method in class GiciTransform.InverseNonPyramidal3D
Performs the requested Wavelet transform Model and returns the result image.
run() - Method in class GiciTransform.InversePyramidal3D
Performs the requested Wavelet transform Model and returns the result image.
run() - Method in class GiciTransform.InverseWaveletTransform
Performs the discrete wavelete transform and returns the result image.
run() - Method in class GiciTransform.LevelShift
Performs the level shift operations and returns the result image.
run() - Method in class GiciTransform.LevelUnshift
Performs the level unshift operations and returns the result image.
run() - Method in class GiciTransform.RangeCheck
Check image samples range.
run() - Method in class GiciTransform.TransposeImage
Transposes the image and returns it.
run() - Method in class TER.TERcoder.Coder
Runs the TER coder algorithm to compress the image.
run(int) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
Runs the block coder algorithm
run() - Method in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Performs entropy coding.
run() - Method in class TER.TERcoder.SegmentCoder.InitialCoding
Run the initial coding of either DC components or bitDepthAC_Block
run(int, int, int[][]) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Runs the block coder algorithm
run(int[], int) - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Performs the bit plane encoding and writes the coded image to an array of bits.
run() - Method in class TER.TERcoder.SegmentCoder.SegmentConstruct
Performs the bit plane encoding and writes the encoded image to the disk
run() - Method in class TER.TERcoder.Weighting.ForwardWeighting
Performs the weighting desired to each component
run() - Method in class TER.TERcoder.WriteFile.LayerCreation
 
run() - Method in class TER.TERcoder.WriteFile.RecommendedHeader
Creates the header for each segment according with the recommendation of CCSDS for image data coding.
run() - Method in class TER.TERcoder.WriteFile.RecommendedInterleaving
Creates the encoded segment according to the progression given by the user
run(RandomAccessFile) - Method in class TER.TERcoder.WriteFile.RecommendedOrder
Creates the encoded file according with the progression given by the user
run() - Method in class TER.TERcoder.WriteFile.TERHeader
Generates the TER heading.
run() - Method in class TER.TERcoder.WriteFile.WriteFile
Creates the encoded file according with the progression given by the user
run() - Method in class TER.TERdecoder.BPEDecoder.AssembleSegments
Put the segment into the recovered image, if it is required, the image size is modified to assemble the segment.
run() - Method in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
run() - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
run() - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
run(int, byte[][], byte, byte[]) - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
run(ReadBufferedStream) - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
run(ReadBufferedStream) - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
run(int) - Method in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
Decode as many generations as the user indicates in the parameters
run() - Method in class TER.TERdecoder.Decoder
Runs the TER decoder algorithm to compress the image.
run() - Method in class TER.TERdecoder.ReadFile.ReadFile
 
run() - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Read the header contained in the bit stream and store the data required for decoding purposes
run() - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
Read the header contained in the bit stream and store the data required for decoding purposes
run(int, int, int, byte[][], byte, byte[]) - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Decodes as many generation as the user requires
run(ReadBufferedStream) - Method in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Run the initial decoding of either DC components or bitDepthAC_Block
run(int, int, int) - Method in class TER.TERdecoder.SegmentDecoder.RefineACs
Decode as many generations as the user indicates in the parameters
run(ReadBufferedStream) - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Decodes a segment according with the parameters given and with the available stream given by the user
run() - Method in class TER.TERdecoder.Weighting.InverseWeighting
Performs the inverse weighting desired to each component
run() - Method in class TER.TERInteractiveDecoder.InteractiveDecoder
Runs the TER decoder interactive algorithm
run() - Method in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
run() - Method in class TER.TERInteractiveDecoder.ReadStream.RecommendedExtractor
 
run() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
run() - Method in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 

S

samplesType - Variable in class GiciFile.LoadFile
Type of the sample (byte, float, etc) for each component.
SaveFile - Class in GiciFile
This class receives a 3D array and saves in any JAI format or raw data.
SaveFile() - Constructor for class GiciFile.SaveFile
 
SaveFileByExtension(float[][][], String, int[]) - Static method in class GiciFile.SaveFile
Saves image samples in the format given by the extension.
SaveFileFormat(float[][][], String, int) - Static method in class GiciFile.SaveFile
Saves image samples using specified format using JAI.
SaveFileRaw(float[][][], String, int, int) - Static method in class GiciFile.SaveFile
Saves image samples in raw data.
SearchTools - Class in TER.TERCommon
 
SearchTools() - Constructor for class TER.TERCommon.SearchTools
 
seek(long) - Method in class GiciStream.BufferedDataInputStream
 
segBitLimit - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
Indicates the maximum number of bits that can be used to create the segment
segByteLimit - Variable in class TER.TERcoder.ArgsParserCoder
 
segByteLimit - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.segByteLimit
segByteLimit - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Indicates the maximum number of bytes that can be employed to encode a segment.
segByteLimit - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in SegmentCode2D.segByteLimit
segByteLimit - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in SegmentCode2D.segByteLimit
segByteLimit - Variable in class TER.TERcoder.WriteFile.WriteFile
 
segByteLimit - Variable in class TER.TERdecoder.ArgsParserDecoder
 
segByteLimit - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
segByteLimit - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
segByteLimit - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.segByteLimit
segByteLimit - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in SegmentCode2D.segByteLimit
segByteLimit - Static variable in class TER.TERDefaultValues
Definition in SegmentCode2D.segByteLimit
segment - Variable in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 
segment - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
segment - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
SegmentCode2D - Class in TER.TERcoder.SegmentCoder
This class encode the segment according to the given parameters.
SegmentCode2D(float[][]) - Constructor for class TER.TERcoder.SegmentCoder.SegmentCode2D
Constructor that receives the transformed image
SegmentConstruct - Class in TER.TERcoder.SegmentCoder
This class verifies and prepares the parameters in order to encode one or several segments.
Usage example:
  construct
  setParameters
  run
SegmentConstruct() - Constructor for class TER.TERcoder.SegmentCoder.SegmentConstruct
Constructor of the class
segmentCount - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Indicates the position of the segment inside the encoded image.
segmentCount - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Segment counter value.
SegmentDecode2D - Class in TER.TERdecoder.SegmentDecoder
This class decodes a segment.
SegmentDecode2D(int[], int[][][][][], int, int, int) - Constructor for class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Constructor that receives the coded segment (it may be void)
segmentExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
segmentId - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Specificies the segment in the coded image;
segmentIndex(int, int[][]) - Static method in class TER.TERCommon.GetMax
 
setBitDepthACBlock() - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Set the bit depth to represent the magnitude of AC components in all blocks of the segment.
setBitDepthDC(int[]) - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Set the number of bits required to encode DC components in 2's complement representation
setBlocksPerSegment(int[], int[], int, int, int) - Static method in class TER.TERcoder.SegmentCoder.SegmentConstruct
Set the parameter BlocksPerSegment.
setBP() - Method in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
setCroppedParameterInt(int[], int, int, boolean[]) - Static method in class TER.TERCommon.ParameterTools
Set the parameter.
setCustomWeights(int[], int[], float[], int) - Static method in class TER.TERcoder.Weighting.ForwardWeighting
Creates a vector containing user defined weights for the weighting operation
setDCs2Complement(int[]) - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Set DC components in 2's complement representation
setDinamicRange() - Method in class TER.TERcoder.SegmentCoder.InitialCoding
Set the quantization factor for initially DC coding.
setDinamicRange() - Method in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Set the quantization factor for initially DC coding.
setExtractionParameters(TERExtractor) - Method in class TER.TERInteractiveDecoder.InteractiveDecoder
 
setExtractionParameters(int, int) - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
setGaggleSize(int[], int, int[][], int[], int, int, int) - Static method in class TER.TERcoder.SegmentCoder.SegmentConstruct
 
setGaggleSize() - Method in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
setIdSelection() - Method in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Sets the code option for the 2, 3 and 4 length symbols.
setImageSamples(float[][][]) - Method in class GiciTransform.ForwardDWTCore
Used to set (or reset) the image over which the transform is going to be applied.
setImageSamples(float[][][]) - Method in class GiciTransform.InverseDWTCore
Used to set (or reset) the image over which the detransform is going to be applied.
setInitBlock(int, int) - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
setParameterBoolean(boolean[], int, boolean) - Static method in class TER.TERCommon.ParameterTools
Set the parameter containing boolean values.
setParameterFloat(float[], int, float) - Static method in class TER.TERCommon.ParameterTools
Set the parameter containing float values.
setParameterInt(int[], int, int) - Static method in class TER.TERCommon.ParameterTools
Set the parameter.
setParameterMatrix(int[], int[][], int) - Static method in class TER.TERCommon.ParameterTools
 
setParameters(int[], int[]) - Method in class GiciImageExtension.ImageDeExtension
Set the parameters used to invert the image extension
setParameters(int[], int[]) - Method in class GiciImageExtension.ImageExtension
Set the parameters used to do the image extension
setParameters(int, boolean[]) - Method in class GiciTransform.AddChannels
 
setParameters(int[]) - Method in class GiciTransform.CoefficientsApproximation
Set the parameter that specifies the type of approximation
setParameters(int) - Method in class GiciTransform.CropChannels
Set the parameter that specifies the type of approximation
setParameters(int, int, int, int, int, int, int, int) - Method in class GiciTransform.ForwardDWTCore
Set the parameters used to apply the discrete wavelet transform.
setParameters(int[], int[]) - Method in class GiciTransform.ForwardNonPyramidal3D
Set the parameters used to apply the discrete wavelet transform, legacy use, WTOrder and WTModel are going to set to default values.
setParameters(int[], int[], int, int) - Method in class GiciTransform.ForwardNonPyramidal3D
Set the parameters used to apply the discrete wavelet transform.
setParameters(int[], int[]) - Method in class GiciTransform.ForwardPyramidal3D
Set the parameters used to apply the discrete wavelet transform, legacy use, WTOrder is going to be set to default values.
setParameters(int[], int[], int) - Method in class GiciTransform.ForwardPyramidal3D
Set the parameters used to apply the discrete wavelet transform.
setParameters(int[], int[]) - Method in class GiciTransform.ForwardWaveletTransform
Set the parameters used to apply the discrete wavelet transform, the order is set and cannot be selected..
setParameters(int[], int[], int[]) - Method in class GiciTransform.ForwardWaveletTransform
Set the parameters used to apply the discrete wavelet transform when the order of the spatial dimentions can be chosen.
setParameters(int, int) - Method in class GiciTransform.InverseDWTCore
Set the parameters used to apply the discrete inverse wavelet transform, compact use, the transform is going to be applied by default on the whole image over the requested axis.
setParameters(int, int, int, int, int, int, int, int) - Method in class GiciTransform.InverseDWTCore
Set the parameters used to apply the discrete inverse wavelet transform.
setParameters(int[], int[]) - Method in class GiciTransform.InverseNonPyramidal3D
Set the parameters used to apply the discrete wavelet transform, legacy use, WTOrder and WTModel are going to be set to default values.
setParameters(int[], int[], int, int) - Method in class GiciTransform.InverseNonPyramidal3D
Set the parameters used to apply the discrete wavelet transform.
setParameters(int[], int[]) - Method in class GiciTransform.InversePyramidal3D
Set the parameters used to apply the discrete wavelet transform, legacy use, WTOrder is going to be set to default values.
setParameters(int[], int[], int) - Method in class GiciTransform.InversePyramidal3D
Set the parameters used to apply the discrete wavelet transform.
setParameters(int[], int[]) - Method in class GiciTransform.InverseWaveletTransform
Set the parameters used to apply the discrete wavelet transform, the order is set and cannot be selected..
setParameters(int[], int[], int[]) - Method in class GiciTransform.InverseWaveletTransform
Set the parameters used to apply the discrete wavelet transform when the order of the spatial dimentions can be chosen.
setParameters(int, boolean[], int[], int[]) - Method in class GiciTransform.LevelShift
Set the parameters used to do the level shift operation.
setParameters(int, boolean[], int[], int[]) - Method in class GiciTransform.LevelUnshift
Set the parameters used to do the level unshift operation.
setParameters(int, boolean[], int[]) - Method in class GiciTransform.RangeCheck
Set the parameters used to do the range check operation.
setParameters(int[]) - Method in class GiciTransform.TransposeImage
Set the parameter used to transpose the image and check validity.
setParameters(String, int, int[], int[], int[], int[], int[], float[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], float[], int[], int[], int[], float[], boolean[], float[], int[], int[], int, int, int[], int[], int[], int, int, int, int, int[], float, int, int, int) - Method in class TER.TERcoder.Coder
Set the parameters used to perform the compression and check validity.
setParameters(int, int, int, byte[][][][], int, int, int[], DistortionCompute, byte, byte[], int[]) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
Set the parameters used to code a block
setParameters(ByteStream[][][][], int, int[], int) - Method in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
Set the parameters used to entropy encode a gaggle.
setParameters(int, int, int, int, int, int, boolean, DistortionCompute) - Method in class TER.TERcoder.SegmentCoder.InitialCoding
Set the parameters used to perform the initial coding of DC or bitDepthACBlock.
setParameters(int[], int, int, int, int, int, int[]) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Set the parameters used to code a block
setParameters(int, int, int, int, float[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], float, int, int[], int) - Method in class TER.TERcoder.SegmentCoder.SegmentCode2D
Set Parameters required to encode the segments
setParameters(int[][], int[], int, int) - Method in class TER.TERcoder.SegmentCoder.SegmentConstruct
Set the parameters required for this class
setParameters(int[], int[], int[], float[][]) - Method in class TER.TERcoder.Weighting.ForwardWeighting
Set the parameters used to do the normalization operation
setParameters(BitStream[][][], BitStream[][][][], BitStream[][][], BitStream[][][][][], BitStream[][][][][], int[][], int[][], int, int[][], int[], int, int, int, int, int[]) - Method in class TER.TERcoder.WriteFile.LayerCreation
 
setParameters(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, float[], int, int, int) - Method in class TER.TERcoder.WriteFile.RecommendedHeader
Set the parameters needed to create the header of the segment
setParameters(BitStream[], BitStream[], BitStream[][], BitStream[][][], BitStream[][][][], int, int, int, int, int, int, int, int, int, int, int, int) - Method in class TER.TERcoder.WriteFile.RecommendedInterleaving
Set the parameters required to interleave the segment
setParameters(BitStream[][], BitStream[][], BitStream[][][], BitStream[][][][], BitStream[][][][][], int[], int[], int[], int[], int[], int, int[], int[], int[], int[], int[], int[], int[], int[], int, int, int, int, int, int[], int, float[], int[], int[], int) - Method in class TER.TERcoder.WriteFile.RecommendedOrder
Set the parameters required to create the encoded file
setParameters(int, int, boolean[], int, int, int, int, int, int[], int[], int[], int[], int[], int[], int[], int[], int, int[], int[], int[], float[][], int[][], int[][], int[][], int[][], int[][], int[][]) - Method in class TER.TERcoder.WriteFile.TERHeader
It receives the information about the compressed image needed to be put in TERHeader.
setParameters(String, int, int, int, boolean[], int, int, int, BitStream[][][], BitStream[][][], BitStream[][][][], BitStream[][][][][], BitStream[][][][][][], BitStream[][][][][], int[][], int[][], int[][], int[][], int[][], int[], int[], int[], int, int[], int[], int[][], int[][], int[][], int[][], int[][], int[][], int[][], int[][], int[], int[], int[], int, int[][], int[], float[][], int[][], int[][], int[], int[], int[], int[][], int[][], int[][], int[][], int[][], int, int, int, int, int[]) - Method in class TER.TERcoder.WriteFile.WriteFile
 
setParameters(ReadBufferedStream) - Method in class TER.TERCommon.ReadPacketHeader
Set the parameters needed used to read the segment header.
setParameters(int, int, int, int, int) - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
 
setParameters(int[], int, int[][][][][], int, int[], int, int, int, int, int, boolean) - Method in class TER.TERdecoder.BPEDecoder.AssembleSegments
Set the parameters required to assemble the blocks.
setParameters(int, int, int, int[], int[], int[], int[], int[], float[][], int[][], int[][], int[][], int[][], int[][], int[][], int[], float[]) - Method in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
setParameters(ACEntropyDecoder, int, int, int, int, int, int, int[], int, int, int[], float) - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
setParameters(byte[], int, int, int, int, int, int, int, int[], int, int, int, float) - Method in class TER.TERdecoder.BPEDecoder.DecodeGaggleDC
 
setParameters(ACEntropyDecoder, byte[][][][], int, int, int[], int[], int[], int, float, boolean) - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
setParameters(int[], float[], int[], boolean[], int[], int[], int[], int[], boolean) - Method in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
setParameters(int[], int[], float[], int[], boolean[], boolean) - Method in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
setParameters(ACEntropyDecoder, byte[][][][], int, int, int[], int[], int[], int, float, boolean) - Method in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
setParameters(int[], int[], int[], int[], int[], int[], float[], float[], boolean, int[], boolean[], int, int, int) - Method in class TER.TERdecoder.Decoder
Set the parameters used to perform the TER decoder and check validity.
setParameters(int, int, int, int[], int[][], int[][], int[][]) - Method in class TER.TERdecoder.ReadFile.ReadFile
 
setParameters(ReadBufferedStream) - Method in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Set the parameters needed used to read the header, in this case, it is only necessary the bit stream containing the encoded image.
setParameters(ReadBufferedStream) - Method in class TER.TERdecoder.ReadFile.ReadTERHeader
Set the parameters needed used to read the header.
setParameters(int[][][][], byte[][][][], int, int[], int, int, float) - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Set the parameters required to decode the next generation
setParameters(int) - Method in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Set the parameters required to entropy decode the words required by the user
setParameters(int, int, int, int, int, int, boolean, int) - Method in class TER.TERdecoder.SegmentDecoder.InitialDecoding
Set the parameters used to perform the initial coding of DC or bitDepthACBlock.
setParameters(int[][][][], byte[][][][], int, int[], int, float) - Method in class TER.TERdecoder.SegmentDecoder.RefineACs
Set the parameters required to refine AC components
setParameters(int, int, float[], int, int, int, int, int, int, int, int, int, int, boolean[], int, float, int) - Method in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
set Parameters required to decode the segment
setParameters(int[], int[], int[], float[][]) - Method in class TER.TERdecoder.Weighting.InverseWeighting
Set the parameters used to do the inverse weighting operation
setParameters(int, int, int, int[], int, int, int, int, int, float[], int[], boolean[], boolean) - Method in class TER.TERInteractiveDecoder.InteractiveDecoder
 
setParameters() - Method in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
setParameters(int) - Method in class TER.TERInteractiveDecoder.ReadStream.RecommendedExtractor
 
setParameters(int, int[], int, int[], int[], int[], int[], float[][], int[], int[], int[], int[], int[], int[], int[], int[][], int[][], int[][], int[][], int[][], int[][], int, int[], int, int, int, int, int, int, int) - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
setParameters(int, int, int, int[], int[][], int[][], int[][]) - Method in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
setPreviousSignificance(int) - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Given a bitplane updates the significance piramid.
setPreviousSignificance(int) - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Given a bitplane updates the significance piramid.
setRefinedValue(int, int, int, int, float, float) - Method in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
setThreshold(int) - Method in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
setValue(int, int, int, float) - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
setWeightingNeed(int[], int[], int) - Static method in class TER.TERcoder.Weighting.ForwardWeighting
States if weighting is needed according to the user specifications
setWeightingNeed(int[], int[], int) - Static method in class TER.TERdecoder.Weighting.InverseWeighting
States if weighting is defined in needed according to the user specifications
showArgsInfo() - Method in class GiciParser.ArgumentsParser
This function shows arguments information to console.
showArgsInfo() - Method in class TER.TERcoder.ArgsParserCoder
This function shows arguments information to console.
showArgsInfo() - Method in class TER.TERdecoder.ArgsParserDecoder
This function shows arguments information to console.
showArgsInfoLatexTable() - Method in class GiciParser.ArgumentsParser
This function shows arguments information to console using a formatted table in latex (useful to write manuals in latex).
showArgsInfoLatexTable() - Method in class TER.TERcoder.ArgsParserCoder
This function shows arguments information to console using a formatted table in latex (useful to write manuals in latex).
showArgsInfoLatexTable() - Method in class TER.TERdecoder.ArgsParserDecoder
This function shows arguments information to console using a formatted table in latex (useful to write manuals in latex).
showArgsInfoLatexTable() - Method in class TER.TERDisplayFrame.DisplayFrameParser
This function shows arguments information to console using a formatted table in latex (useful to write manuals in latex).
showArguments() - Method in class TER.TERcoder.Coder
Show parameters used to encode the image
showArguments() - Method in class TER.TERdecoder.Decoder
Show parameters used to encode the image
showTimeMemory(String) - Method in class TER.TERcoder.Coder
Show some time and memory usage statisticals.
showTimeMemory(String) - Method in class TER.TERdecoder.Decoder
Show some time and memory usage statisticals.
showVersion() - Method in class TER.TERcoder.ArgsParserCoder
 
showVersion() - Method in class TER.TERdecoder.ArgsParserDecoder
 
signedPixels - Variable in class TER.TERcoder.ArgsParserCoder
 
signedPixels - Variable in class TER.TERcoder.Coder
Specifies whether input pixel values are signed or unsigned quantities for each component
SignedPixels - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in Coder.signedPixels
signedPixels - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in Coder.signedPixels
signedPixels - Variable in class TER.TERcoder.WriteFile.TERHeader
Defintion in Coder.signedPixels
signedPixels - Variable in class TER.TERcoder.WriteFile.WriteFile
 
signedPixels - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
signedPixels - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
signedPixels - Variable in class TER.TERdecoder.Decoder
Definition in Coder.signedPixels
signedPixels - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in Coder.signedPixels
signedPixels - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
Defintion in Coder.signedPixels
signedPixels - Static variable in class TER.TERDefaultValues
Definition in Coder.signedPixels
signedPixels - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in Coder.signedPixels
signedPixels - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
signedPixels_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
signedPixels_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
signedPixelsExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
signedPixelsExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
significanceCoding(int) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
The significance of the block is encoded for the given bitPlane.
significanceCoding(int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
The significance of the block is encoded for the given bitPlane.
significantPiramid - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Represents the significance of each subband of the block (significantPiramid[level of resolution][family])
significantPiramid - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Represents the significance of each subband of the block (significantPiramid[level of resolution][family])
significantPiramid - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Definition in CodeBlockAC.significantPiramid
significantPiramid - Variable in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Definition in CodeBlockAC.significantPiramid
skipBytes(int) - Method in class GiciStream.BufferedDataInputStream
 
skipBytes(long) - Method in class GiciStream.BufferedDataInputStream
 
sortingAC - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
This array contains the significance (and its contexts if needed) of a block in a bitplane.
sortingAC - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
This array stores for each gaggle, bitplane and resolution level the encoded significance of AC components of the segment encodedSegmentAC[gaggle][bitPlane][resolutionLevel]
sortingAC - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
sortingAC - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
This array stores for each gaggle, bitplane and resolution level the encoded significance of AC components of the segment sortingAC[gaggle][bitPlane][resolutionLevel]
sortingAC - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
This array stores for each segment, gaggle, bitplane and resolution level the encoded significance of AC components of the segment sortingAC[segment][gaggle][bitPlane][resolutionLevel]
sortingAC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
sortingACGaggle - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
This bitstream contains the coded gaggle after the bit plane encoder, it also contains the contexts preceding the encoded words if necessary sortingACGaggle[block][resolutionLevel][subband][codingPass]
spectralWTLevels - Variable in class TER.TERcoder.ArgsParserCoder
 
spectralWTLevels - Variable in class TER.TERcoder.Coder
 
spectralWTLevels - Variable in class TER.TERdecoder.ArgsParserDecoder
 
spectralWTLevels - Variable in class TER.TERdecoder.Decoder
 
spectralWTType - Variable in class TER.TERcoder.ArgsParserCoder
 
spectralWTType - Variable in class TER.TERcoder.Coder
 
spectralWTType - Variable in class TER.TERdecoder.ArgsParserDecoder
 
spectralWTType - Variable in class TER.TERdecoder.Decoder
 
stageStop - Variable in class TER.TERcoder.ArgsParserCoder
 
stageStop - Variable in class TER.TERcoder.Coder
Definition in SegmentCode2D.stageStop
stageStop - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
When DCStop equals 0 indicates for each segment the generation (stage) where codification stops.
stageStop - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in SegmentCode2D.stageStop
stageStop - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
Definition in SegmentCode2D.stageStop
stageStop - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in SegmentCode2D.stageStop
stageStop - Variable in class TER.TERcoder.WriteFile.WriteFile
 
stageStop - Variable in class TER.TERdecoder.ArgsParserDecoder
 
stageStop - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
stageStop - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
stageStop - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
stageStop - Variable in class TER.TERdecoder.Decoder
Definition in SegmentCode2D.stageStop
stageStop - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in SegmentCode2D.stageStop
stageStop - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Defintion in SegmentCode2D.stageStop
stageStop - Static variable in class TER.TERDefaultValues
Definition in SegmentCode2D.stageStop
startImgFlag - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Flags initial segment in an image (component)
startImgFlag - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Flags initial segment in an image (component)
swapOutputByteStream(ByteStream) - Method in interface TER.TERcoder.SegmentCoder.ArithmeticCoder
Swaps the current outputByteStream.

T

targetByteExtract() - Method in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
targetBytes - Variable in class TER.TERcoder.ArgsParserCoder
 
targetBytes - Variable in class TER.TERcoder.Coder
 
targetBytes - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
targetBytes - Variable in class TER.TERcoder.WriteFile.WriteFile
 
targetBytes - Variable in class TER.TERDisplayFrame.DisplayFrameParser
 
targetBytes - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
targetBytes - Variable in class TER.TERInteractiveDecoder.ReadStream.RecommendedExtractor
 
targetScalable - Variable in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
TER - package TER
 
TER.TERcoder - package TER.TERcoder
 
TER.TERcoder.SegmentCoder - package TER.TERcoder.SegmentCoder
 
TER.TERcoder.Weighting - package TER.TERcoder.Weighting
 
TER.TERcoder.WriteFile - package TER.TERcoder.WriteFile
 
TER.TERCommon - package TER.TERCommon
 
TER.TERdecoder - package TER.TERdecoder
 
TER.TERdecoder.BPEDecoder - package TER.TERdecoder.BPEDecoder
 
TER.TERdecoder.ReadFile - package TER.TERdecoder.ReadFile
 
TER.TERdecoder.SegmentDecoder - package TER.TERdecoder.SegmentDecoder
 
TER.TERdecoder.Weighting - package TER.TERdecoder.Weighting
 
TER.TERDisplayFrame - package TER.TERDisplayFrame
 
TER.TERInteractiveDecoder - package TER.TERInteractiveDecoder
 
TER.TERInteractiveDecoder.ReadStream - package TER.TERInteractiveDecoder.ReadStream
 
TERcode - Class in TER
Main class of TERcode application.
TERcode() - Constructor for class TER.TERcode
 
TERdecode - Class in TER
Main class of TERDecode application.
TERdecode() - Constructor for class TER.TERdecode
 
TERDefaultValues - Class in TER
This class is used by many others to obtain default values of TER coder.
TERDefaultValues() - Constructor for class TER.TERDefaultValues
 
TERdisplay - Class in TER
Main class of TER display application.
TERdisplay() - Constructor for class TER.TERdisplay
 
TERExtractor - Class in TER.TERInteractiveDecoder.ReadStream
 
TERExtractor(ReadBufferedStream, int, long[][][][][]) - Constructor for class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
TERHeader - Class in TER.TERcoder.WriteFile
This class generates headers from the TER coder.
TERHeader() - Constructor for class TER.TERcoder.WriteFile.TERHeader
Constructor of TERHeader.
TERHeader - Variable in class TER.TERcoder.WriteFile.TERHeader
 
TERHeader - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
TERheader - Variable in class TER.TERInteractiveDecoder.ReadStream.DecodingOptions
 
TERIndexing - Class in TER.TERInteractiveDecoder.ReadStream
 
TERIndexing(ReadBufferedStream) - Constructor for class TER.TERInteractiveDecoder.ReadStream.TERIndexing
Constructor of the class ReadFile.
terminate() - Method in interface TER.TERcoder.SegmentCoder.ArithmeticCoder
Finishes the outputByteStream, if needed.
terRefinementAC - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
This array stores for each gaggle, bitplane, block and resolution level the refinement of AC components refinementAC[gaggle][bitPlane][resolutionLevel]
terRefinementAC - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
terRefinementAC - Variable in class TER.TERcoder.WriteFile.WriteFile
 
TERsetApproximationNeed(int[]) - Static method in class GiciTransform.CoefficientsApproximation
States if approximation is needed according to the user specifications and the requirements of the TER software
test3d - Variable in class TER.TERcoder.ArgsParserCoder
 
test3d - Variable in class TER.TERcoder.Coder
 
test3d - Variable in class TER.TERdecoder.ArgsParserDecoder
 
test3d - Variable in class TER.TERdecoder.Decoder
 
threeBitsVariablelengthCode_Option0 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 
threeBitsVariablelengthCode_Option1 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 
threshold - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
 
threshold - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
toString() - Method in class GiciStream.BufferedDataInputStream
For debugging purpose.
totalAverage - Variable in class GiciAnalysis.ImageStatistical
Average of whole image.
totalAverageDR - Variable in class GiciAnalysis.ImageStatisticalSA
Average for data values of whole image.
totalAverageNDR - Variable in class GiciAnalysis.ImageStatisticalSA
Average for no-data values of whole image.
totalAverageStdDevDNDR - Variable in class GiciAnalysis.ImageStatisticalSA
Difference with the average in mean for all data pixels against of no-data regions for all components.
totalAverageStdDevDR - Variable in class GiciAnalysis.ImageStatisticalSA
Difference with the average in mean for all data pixels for all components.
totalAverageStdDevNDR - Variable in class GiciAnalysis.ImageStatisticalSA
Difference with the average in mean for all no-data pixels for all components.
totalCenterRange - Variable in class GiciAnalysis.ImageStatistical
Center of range of whole image.
totalCenterRange - Variable in class GiciAnalysis.ImageStatisticalSA
Center of range of data values in the image.
totalEnergy - Variable in class GiciAnalysis.ImageStatistical
Energy of whole image.
totalMinMax - Variable in class GiciAnalysis.ImageStatistical
Global min (minMax[0]) and max (minMax[1]) values of the image.
totalMinMax - Variable in class GiciAnalysis.ImageStatisticalSA
Global min (minMax[0]) and max (minMax[1]) values of the image.
totalNumberOfPixelsData - Variable in class GiciAnalysis.ImageStatisticalSA
Number of data pixels for all component of whole image.
totalVariance - Variable in class GiciAnalysis.ImageStatistical
Varianze of whole image.
TransposeImage - Class in GiciTransform
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
TransposeImage(float[][][]) - Constructor for class GiciTransform.TransposeImage
Constructor of TransposeImage.
transposeImage - Variable in class TER.TERcoder.WriteFile.TERHeader
 
transposeImage - Variable in class TER.TERcoder.WriteFile.WriteFile
 
transposeImage - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
transposeImage_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
transposeImage_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
transposeImg - Variable in class GiciTransform.TransposeImage
Indicates whether each component should be transposed after reconstruction
transposeImg - Variable in class TER.TERcoder.ArgsParserCoder
 
transposeImg - Variable in class TER.TERcoder.Coder
Definition in TransposeImage.transposeImg
transposeImg - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in TransposeImage.transposeImg
transposeImg - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in TransposeImage.transposeImg
transposeImg - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
transposeImg - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
transposeImg - Variable in class TER.TERdecoder.Decoder
Definition in TransposeImage.transposeImg
transposeImg - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in TransposeImage.transposeImg
transposeImg - Static variable in class TER.TERDefaultValues
Definition in TransposeImage.transposeImg
transposeImg - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in TransposeImage.transposeImg
transposeImg - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
transposeImgExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
transposeImgExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
truncationPoints - Variable in class TER.TERcoder.ArgsParserCoder
 
truncationPoints - Variable in class TER.TERcoder.Coder
Defintion in RecommendedInterleaving.truncationPoints
truncationPoints - Variable in class TER.TERcoder.WriteFile.RecommendedInterleaving
Indicates the truncation points that must be used to create the encoded segment
truncationPoints - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in RecommendedInterleaving.truncationPoints
truncationPoints - Variable in class TER.TERcoder.WriteFile.WriteFile
 
truncationPoints - Static variable in class TER.TERDefaultValues
Definition in RecommendedInterleaving.truncationPoints
twoBitsVariablelengthCode_Option0 - Variable in class TER.TERcoder.SegmentCoder.EncodeGaggleAC
 

U

undoMapAndDPCM(int[], int, int, int) - Method in class TER.TERdecoder.SegmentDecoder.InitialDecoding
This function performs unmaps obtained values and undo DPCM.
unMapSymbol(int, byte) - Method in class TER.TERdecoder.BPEDecoder.ACEntropyDecoder
Map symbols to words
unMapSymbol(int, byte) - Method in class TER.TERdecoder.SegmentDecoder.EntropyDecoderAC
Map symbols to words
unQuantize(int[], int) - Method in class TER.TERdecoder.SegmentDecoder.InitialDecoding
This function unquantizes the decoded values.
updateCodingPasses(int, boolean) - Method in class TER.TERcoder.WriteFile.RecommendedInterleaving
 
updateGenerationStatus(int) - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Definition in CodeBlockAC.updateLeastSignificantBP(int)
updateLayersOffset() - Method in class TER.TERdecoder.ReadFile.ReadFile
 
updateLeastSignificantBP(int) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
This function update the blockStatus for the values that should not be further encoded due to the weighting step for a given bitplane
updateLeastSignificantBP(int) - Method in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
Definition in CodeBlockAC.updateLeastSignificantBP(int)
updateLeastSignificantBP(int) - Method in class TER.TERdecoder.SegmentDecoder.DecodeGeneration
Definition in CodeBlockAC.updateLeastSignificantBP(int)
updateLengthEntropyEncoder(int, byte) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
This function computes the lenght that would use any of the entropy encoding options.
updateLengthEntropyEncoder(int, byte, int) - Method in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
This function computes the lenght that would use any of the entropy encoding options.
updateStreams(int, int, int, int, int, int, boolean) - Method in class TER.TERcoder.SegmentCoder.CodeBlockAC
Here are stored words and additional information which is needed to entropy encode each block
useFill - Variable in class TER.TERcoder.ArgsParserCoder
 
useFill - Variable in class TER.TERcoder.Coder
Definition in RecommendedOrder.useFill
useFill - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in RecommendedOrder.useFill
useFill - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Indicates for each segment whether fill bits will be used to produce segByteLimit bytes in a segment
useFill - Variable in class TER.TERcoder.WriteFile.WriteFile
 
useFill - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
useFill - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
useFill - Variable in class TER.TERdecoder.Decoder
Definition in RecommendedOrder.useFill
useFill - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Defintion in RecommendedOrder.useFill
useFill - Static variable in class TER.TERDefaultValues
Definition in RecommendedOrder.useFill

V

valuesToCode - Variable in class TER.TERcoder.SegmentCoder.InitialCoding
This array contains the values to be encoded.
variance - Variable in class GiciAnalysis.ImageStatistical
Variance of each component.
verifyParameter(int[], int, int) - Static method in class TER.TERcoder.VerifyRecommendationParameters
Verify Parameters defined in this class
verifyParameter(int[], int, int, int) - Static method in class TER.TERCommon.ParameterTools
Verify Parameters defined in this class
verifyParameters(int[], int[], int[]) - Static method in class GiciTransform.InverseWaveletTransform
Verify Parameters defined in this class
verifyParameters(int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[]) - Static method in class TER.TERcoder.SegmentCoder.SegmentConstruct
Verify Parameters
verifyParameters(int[], int[], float[], int) - Static method in class TER.TERcoder.Weighting.ForwardWeighting
Verify parameters customWtFlag and customWeight
VerifyRecommendationParameters - Class in TER.TERcoder
This class assures that the values given by the user are compatible with the Recommendation for image data coding of the CCSDS.
VerifyRecommendationParameters() - Constructor for class TER.TERcoder.VerifyRecommendationParameters
 
verifyRecommendationParameters(int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int) - Static method in class TER.TERcoder.VerifyRecommendationParameters
 

W

WarningException - Exception in GiciException
This class is an exception for warning messages.
WarningException() - Constructor for exception GiciException.WarningException
Default constructor.
WarningException(String) - Constructor for exception GiciException.WarningException
Constructor with message.
WarningException(String, int) - Constructor for exception GiciException.WarningException
Constructor with error code and message.
weightingRequired(int) - Method in class TER.TERcoder.Weighting.ForwardWeighting
For a given channel indicates if weigthing must be applied
weightingRequired(int) - Method in class TER.TERdecoder.Weighting.InverseWeighting
For a given component indicates if weigthing must be applied
writeBitsSignedInteger(BitStream, int, int) - Static method in class GiciStream.IODataStream
Write the bits of an signed int including the sign bit, to the bitstream starting at length MSB position of the int passed.
writeBitsUnsignedInteger(BitStream, int, int) - Static method in class GiciStream.IODataStream
Write a number of bits of an unsigned int to a bitstream.
writeBoolean(BitStream, boolean) - Static method in class GiciStream.IODataStream
Write a boolean to a BitStream.
writeByte(BitStream, byte) - Static method in class GiciStream.IODataStream
Write a byte to a BitStream.
writeDouble(BitStream, double) - Static method in class GiciStream.IODataStream
Write a double to a BitStream.
WriteFile - Class in TER.TERcoder.WriteFile
This class writes the encoded image into a file.
WriteFile() - Constructor for class TER.TERcoder.WriteFile.WriteFile
Constructor of WriteFile
writeFloat(BitStream, float) - Static method in class GiciStream.IODataStream
Write a float to a BitStream.
writeInteger(BitStream, int) - Static method in class GiciStream.IODataStream
Write an integer to a BitStream.
writeLong(BitStream, long) - Static method in class GiciStream.IODataStream
Write a long to a BitStream.
writeMainHeader() - Method in class TER.TERcoder.WriteFile.WriteFile
 
writePacketHeader(int) - Method in class TER.TERcoder.WriteFile.WriteFile
 
writeProgressionOrder0() - Method in class TER.TERcoder.WriteFile.WriteFile
 
writeProgressionOrder1(byte[][][][][], int[][][][][]) - Method in class TER.TERcoder.WriteFile.WriteFile
 
writeProgressionOrder2(byte[][][][][], int[][][][][]) - Method in class TER.TERcoder.WriteFile.WriteFile
 
writeProgressionOrder3(byte[][][][][], int[][][][][]) - Method in class TER.TERcoder.WriteFile.WriteFile
 
writeProgressionOrder4(byte[][][][][], int[][][][][]) - Method in class TER.TERcoder.WriteFile.WriteFile
 
writeProgressionOrder5(byte[][][][][], int[][][][][]) - Method in class TER.TERcoder.WriteFile.WriteFile
 
writeRecommendedFile(int) - Method in class TER.TERcoder.WriteFile.WriteFile
 
writeShort(BitStream, short) - Static method in class GiciStream.IODataStream
Write a short to a BitStream.
WTAxis - Variable in class GiciTransform.ForwardDWTCore
Dimensional axis in which the transform is going to be applied.
WTAxis - Variable in class GiciTransform.InverseDWTCore
Definition in ForwardDWTCore.WTAxis
WTLevels - Variable in class GiciImageExtension.ImageExtension
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Variable in class GiciTransform.ForwardNonPyramidal3D
DWT levels to apply for each dimension.
WTLevels - Variable in class GiciTransform.ForwardPyramidal3D
DWT levels to apply for each dimension.
WTLevels - Variable in class GiciTransform.ForwardWaveletTransform
DWT levels to apply for each component.
WTLevels - Variable in class GiciTransform.InverseNonPyramidal3D
DWDt levels to apply for each dimension.
WTLevels - Variable in class GiciTransform.InversePyramidal3D
DWDt levels to apply for each dimension.
WTLevels - Variable in class GiciTransform.InverseWaveletTransform
DWT levels to apply for each component.
WTLevels - Variable in class TER.TERcoder.ArgsParserCoder
 
WTLevels - Variable in class TER.TERcoder.Coder
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Variable in class TER.TERcoder.SegmentCoder.SegmentConstruct
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Variable in class TER.TERcoder.Weighting.ForwardWeighting
Definition in ForwardWaveletTransform.WTTypes
WTLevels - Variable in class TER.TERcoder.WriteFile.TERHeader
 
WTLevels - Variable in class TER.TERcoder.WriteFile.WriteFile
 
WTLevels - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
WTLevels - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
WTLevels - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
WTLevels - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
WTLevels - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
WTLevels - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
WTLevels - Variable in class TER.TERdecoder.Decoder
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
WTLevels - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
WTLevels - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Variable in class TER.TERdecoder.Weighting.InverseWeighting
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Static variable in class TER.TERDefaultValues
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in ForwardWaveletTransform.WTLevels
WTLevels - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
WTLevels - Variable in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
WTLevels_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
WTLevels_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
WTLevelsExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
WTLevelsExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
WTLevelsSet - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
WTModel - Variable in class GiciTransform.ForwardNonPyramidal3D
Predefined model of 3D Discrete Wavelet Transform to perform.
WTModel - Variable in class GiciTransform.InverseNonPyramidal3D
Predefined model of 3D Discrete Wavelet Detransform to perform.
WTOrder - Variable in class GiciTransform.ForwardNonPyramidal3D
To know the order in which the transform is going to be applied.
WTOrder - Variable in class GiciTransform.ForwardPyramidal3D
To know the order in which the transform is going to be applied.
WTOrder - Variable in class GiciTransform.ForwardWaveletTransform
To know the order of the transform in the spatial dimentions for each component
WTOrder - Variable in class GiciTransform.InverseNonPyramidal3D
To know the order in which the detransform is going to be applied.
WTOrder - Variable in class GiciTransform.InversePyramidal3D
To know the order in which the detransform is going to be applied.
WTOrder - Variable in class GiciTransform.InverseWaveletTransform
To know the order of the transform in the spatial dimentions for each component
WTOrder - Variable in class TER.TERcoder.ArgsParserCoder
 
WTOrder - Variable in class TER.TERcoder.Coder
Definition in ForwardWaveletTransform.WTOrder
WTOrder - Variable in class TER.TERcoder.WriteFile.TERHeader
 
WTOrder - Variable in class TER.TERcoder.WriteFile.WriteFile
 
WTOrder - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
WTOrder - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
WTOrder - Variable in class TER.TERdecoder.Decoder
Definition in ForwardWaveletTransform.WTOrder
WTOrder - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
WTOrder - Static variable in class TER.TERDefaultValues
Definition in ForwardWaveletTransform.WTOrder
WTOrder - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in ForwardWaveletTransform.WTOrder
WTOrder - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
WTOrder_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
WTOrder_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
WTOrderExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
WTOrderExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
WTType - Variable in class TER.TERcoder.ArgsParserCoder
 
WTType - Variable in class TER.TERcoder.Coder
Definition in ForwardWaveletTransform.WTTypes
WTType - Variable in class TER.TERcoder.SegmentCoder.SegmentCode2D
Definition in ForwardWaveletTransform.WTTypes
WTType - Variable in class TER.TERcoder.Weighting.ForwardWeighting
Definition in ForwardWaveletTransform.WTLevels
WTType - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Defintion in ForwardWaveletTransform.WTTypes
WTType - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Defintion in ForwardWaveletTransform.WTTypes
WTType - Variable in class TER.TERcoder.WriteFile.TERHeader
 
WTType - Variable in class TER.TERcoder.WriteFile.WriteFile
 
WTType - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
WTType - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
WTType - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
WTType - Variable in class TER.TERdecoder.Decoder
Definition in ForwardWaveletTransform.WTTypes
WTType - Variable in class TER.TERdecoder.ReadFile.ReadRecommendedHeader
Definition in ForwardWaveletTransform.WTTypes
WTType - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
WTType - Variable in class TER.TERdecoder.SegmentDecoder.SegmentDecode2D
Definition in ForwardWaveletTransform.WTTypes
WTType - Variable in class TER.TERdecoder.Weighting.InverseWeighting
Definition in ForwardWaveletTransform.WTTypes
WTType - Static variable in class TER.TERDefaultValues
Definition in ForwardWaveletTransform.WTTypes
WTType - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
Definition in ForwardWaveletTransform.WTTypes
WTType - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
WTType_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
WTType_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
WTTypeExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
WTTypeExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
WTTypes - Variable in class GiciTransform.ForwardDWTCore
Discrete wavelet transform to be applied.
WTTypes - Variable in class GiciTransform.ForwardNonPyramidal3D
Discrete wavelet transform to be applied at each dimension.
WTTypes - Variable in class GiciTransform.ForwardPyramidal3D
Discrete wavelet transform to be applied at each dimension.
WTTypes - Variable in class GiciTransform.ForwardWaveletTransform
Discrete wavelet transform to be applied for each component.
WTTypes - Variable in class GiciTransform.InverseDWTCore
Definition in ForwardDWTCore.WTTypes
WTTypes - Variable in class GiciTransform.InverseNonPyramidal3D
Discrete wavelet detransform to be applied at each dimension.
WTTypes - Variable in class GiciTransform.InversePyramidal3D
Discrete wavelet detransform to be applied at each dimension.
WTTypes - Variable in class GiciTransform.InverseWaveletTransform
Definition in ForwardWaveletTransform.WTTypes
WTXRegionEnd - Variable in class GiciTransform.ForwardDWTCore
Ending coordinate of the X axis region to be computed.
WTXRegionEnd - Variable in class GiciTransform.InverseDWTCore
Definition in ForwardDWTCore.WTXRegionEnd
WTXRegionStart - Variable in class GiciTransform.ForwardDWTCore
Initial coordinate of the X axis region to be computed.
WTXRegionStart - Variable in class GiciTransform.InverseDWTCore
Definition in ForwardDWTCore.WTXRegionStart
WTYRegionEnd - Variable in class GiciTransform.ForwardDWTCore
Ending coordinate of the Y axis region to be computed.
WTYRegionEnd - Variable in class GiciTransform.InverseDWTCore
Definition in ForwardDWTCore.WTYRegionEnd
WTYRegionStart - Variable in class GiciTransform.ForwardDWTCore
Initial coordinate of the Y axis region to be computed.
WTYRegionStart - Variable in class GiciTransform.InverseDWTCore
Definition in ForwardDWTCore.WTYRegionStart
WTZRegionEnd - Variable in class GiciTransform.ForwardDWTCore
Ending coordinate of the Z axis region to be computed.
WTZRegionEnd - Variable in class GiciTransform.InverseDWTCore
Definition in ForwardDWTCore.WTZRegionEnd
WTZRegionStart - Variable in class GiciTransform.ForwardDWTCore
Initial coordinate of the Z axis region to be computed.
WTZRegionStart - Variable in class GiciTransform.InverseDWTCore
Definition in ForwardDWTCore.WTZRegionStart

X

xInit - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Indicates the initial row of each of the subbands of the block inside the whole image.
xInit - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Indicates the initial row of each of the subbands of the block inside the whole image.
xInit - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
xInit - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
xInit - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
xInit - Variable in class TER.TERDisplayFrame.DisplayFrameParser
 
xInit - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
xInit - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
xLength - Variable in class TER.TERDisplayFrame.DisplayFrameParser
 
xLength - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
xLength - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
xOriginalSize - Variable in class TER.TERcoder.Coder
Image width.
xOriginalSize - Variable in class TER.TERcoder.SegmentCoder.SegmentConstruct
Image width.
xOriginalSize - Variable in class TER.TERcoder.WriteFile.RecommendedHeader
Image width.
xOriginalSize - Variable in class TER.TERcoder.WriteFile.RecommendedOrder
Image width.
xOriginalSize - Variable in class TER.TERcoder.WriteFile.TERHeader
Definition in
xOriginalSize - Variable in class TER.TERcoder.WriteFile.WriteFile
 
xOriginalSize - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
xOriginalSize - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
xOriginalSize - Variable in class TER.TERdecoder.Decoder
Image width.
xOriginalSize - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
Definition in
xOriginalSize - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
xOriginalSize_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
xOriginalSize_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
xSize - Variable in class GiciFile.LoadFile
Image width.
xSize - Variable in class GiciImageExtension.ImageExtension
Image width.
xSize - Variable in class GiciTransform.ForwardNonPyramidal3D
Image width.
xSize - Variable in class GiciTransform.ForwardPyramidal3D
Image width.
xSize - Variable in class GiciTransform.ForwardWaveletTransform
Definition in Coder
xSize - Variable in class GiciTransform.InverseNonPyramidal3D
Image width.
xSize - Variable in class GiciTransform.InversePyramidal3D
Definition in ForwardPyramidal3D.xSize
xSize - Variable in class GiciTransform.InverseWaveletTransform
Image width.
xSize - Variable in class GiciTransform.LevelShift
 
xSize - Variable in class GiciTransform.LevelUnshift
 
xSize - Variable in class GiciTransform.RangeCheck
Width of the image
xSize - Variable in class TER.TERcoder.Coder
Image width.
xSize - Variable in class TER.TERcoder.Weighting.ForwardWeighting
Definition in Coder.xSize
xSize - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
This indicates indicates the image width (xSize) of the channel.
xSize - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
xSize - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
 
xSize - Variable in class TER.TERdecoder.Weighting.InverseWeighting
Definition in Coder.xSize
xSizeExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
xSizeExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
xSizes - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
xSizes - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
xSizesExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
xSizesExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
xSubBandSizes - Variable in class GiciTransform.InverseNonPyramidal3D
Array to store the Sub-band Sizes for every level in the X axis.
xSubBandSizes - Variable in class GiciTransform.InversePyramidal3D
Array to store the Sub-band Sizes for every level in the X axis.

Y

yInit - Variable in class TER.TERcoder.SegmentCoder.CodeBlockAC
Indicates the initial column of each of the subbands of the block inside the whole image.
yInit - Variable in class TER.TERcoder.SegmentCoder.LowMemoryCodeBlock
Indicates the initial column of each of the subbands of the block inside the whole image.
yInit - Variable in class TER.TERdecoder.BPEDecoder.DecodeGaggleAC
 
yInit - Variable in class TER.TERdecoder.BPEDecoder.DecodeGenerationAC
 
yInit - Variable in class TER.TERdecoder.BPEDecoder.RefineGenerationAC
 
yInit - Variable in class TER.TERDisplayFrame.DisplayFrameParser
 
yInit - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
yInit - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
yLength - Variable in class TER.TERDisplayFrame.DisplayFrameParser
 
yLength - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
yLength - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
yOriginalSize - Variable in class TER.TERcoder.Coder
Image height.
yOriginalSize - Variable in class TER.TERcoder.SegmentCoder.SegmentConstruct
Image height.
yOriginalSize - Variable in class TER.TERcoder.WriteFile.TERHeader
Definition in
yOriginalSize - Variable in class TER.TERcoder.WriteFile.WriteFile
 
yOriginalSize - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
yOriginalSize - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
yOriginalSize - Variable in class TER.TERdecoder.Decoder
Image height.
yOriginalSize - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
Definition in
yOriginalSize - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
yOriginalSize_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
yOriginalSize_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
ySize - Variable in class GiciFile.LoadFile
Image height.
ySize - Variable in class GiciImageExtension.ImageExtension
Image height.
ySize - Variable in class GiciTransform.ForwardNonPyramidal3D
Image height.
ySize - Variable in class GiciTransform.ForwardPyramidal3D
Image height.
ySize - Variable in class GiciTransform.ForwardWaveletTransform
Definition in Coder
ySize - Variable in class GiciTransform.InverseNonPyramidal3D
Image height.
ySize - Variable in class GiciTransform.InversePyramidal3D
Definition in ForwardPyramidal3D.ySize
ySize - Variable in class GiciTransform.InverseWaveletTransform
Image height.
ySize - Variable in class GiciTransform.LevelShift
 
ySize - Variable in class GiciTransform.LevelUnshift
 
ySize - Variable in class GiciTransform.RangeCheck
Height of the image
ySize - Variable in class TER.TERcoder.Coder
Image height.
ySize - Variable in class TER.TERcoder.Weighting.ForwardWeighting
Definition in Coder.ySize
ySize - Variable in class TER.TERdecoder.Weighting.InverseWeighting
Definition in Coder.ySize
ySizeExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
ySizeExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
ySubBandSizes - Variable in class GiciTransform.InverseNonPyramidal3D
Array to store the Sub-band Sizes for every level in the Y axis.
ySubBandSizes - Variable in class GiciTransform.InversePyramidal3D
Array to store the Sub-band Sizes for every level in the Y axis.

Z

zOriginalSize - Variable in class GiciTransform.AddChannels
 
zOriginalSize - Variable in class TER.TERcoder.Coder
Number of image components.
zOriginalSize - Variable in class TER.TERcoder.WriteFile.TERHeader
Definition in
zOriginalSize - Variable in class TER.TERcoder.WriteFile.WriteFile
 
zOriginalSize - Variable in class TER.TERdecoder.Decoder
 
zOriginalSize - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
Definition in
zOriginalSize - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
zOriginalSize_BITS - Variable in class TER.TERcoder.WriteFile.TERHeader
 
zOriginalSize_BITS - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
zSize - Variable in class GiciFile.LoadFile
Number of image components.
zSize - Variable in class GiciImageExtension.ImageDeExtension
Number of image components.
zSize - Variable in class GiciImageExtension.ImageExtension
Number of image components.
zSize - Variable in class GiciTransform.ForwardNonPyramidal3D
Number of image components.
zSize - Variable in class GiciTransform.ForwardPyramidal3D
Number of image components.
zSize - Variable in class GiciTransform.ForwardWaveletTransform
Definition in Coder
zSize - Variable in class GiciTransform.InverseNonPyramidal3D
Number of image components.
zSize - Variable in class GiciTransform.InversePyramidal3D
Definition in ForwardPyramidal3D.zSize
zSize - Variable in class GiciTransform.InverseWaveletTransform
Number of image components.
zSize - Variable in class GiciTransform.LevelShift
 
zSize - Variable in class GiciTransform.LevelUnshift
 
zSize - Variable in class GiciTransform.RangeCheck
Number of components of the image
zSize - Variable in class TER.TERcoder.Coder
Number of image components.
zSize - Variable in class TER.TERcoder.SegmentCoder.SegmentConstruct
Number of channels of the image.
zSize - Variable in class TER.TERcoder.Weighting.ForwardWeighting
Definition in Coder.zSize
zSize - Variable in class TER.TERcoder.WriteFile.LayerCreation
 
zSize - Variable in class TER.TERcoder.WriteFile.TERHeader
All following variables have the following structure: type nameVar; //variable to be saved at the heading final type nameVar_BITS; //number of bits allowed for this variable in the heading - its range will be from 0 to 2^nameVar_BITS, otherwise a WarningException will be thrown and heading will not be generated
zSize - Variable in class TER.TERcoder.WriteFile.WriteFile
 
zSize - Variable in class TER.TERdecoder.BPEDecoder.AssembleSegments
 
zSize - Variable in class TER.TERdecoder.BPEDecoder.DecodeAvailable
 
zSize - Variable in class TER.TERdecoder.BPEDecoder.ProgressionOrder0
 
zSize - Variable in class TER.TERdecoder.BPEDecoder.RecommendedDecoding
Number of image channels.
zSize - Variable in class TER.TERdecoder.Decoder
Number of image components.
zSize - Variable in class TER.TERdecoder.ReadFile.ReadFile
 
zSize - Variable in class TER.TERdecoder.ReadFile.ReadTERHeader
 
zSize - Variable in class TER.TERdecoder.Weighting.InverseWeighting
Definition in Coder.zSize
zSize - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
zSize - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
zSize - Variable in class TER.TERInteractiveDecoder.ReadStream.TERIndexing
 
zSizeExtraction - Variable in class TER.TERInteractiveDecoder.InteractiveDecoder
 
zSizeExtraction - Variable in class TER.TERInteractiveDecoder.ReadStream.TERExtractor
 
zSubBandSizes - Variable in class GiciTransform.InverseNonPyramidal3D
Array to store the Sub-band Sizes for every level in the Z axis.
zSubBandSizes - Variable in class GiciTransform.InversePyramidal3D
Array to store the Sub-band Sizes for every level in the Z axis.

A B C D E F G H I J L M N O P Q R S T U V W X Y Z

TER - Copyright (C) 2006
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Group on Interactive Coding of Images (GICI) - UAB (Spain)