Package GiciTransform

Class Summary
AddChannels  
CoefficientsApproximation This class receives an image and approximates its coefficients.
Usage example:
  construct
  setParameters
  run
CropChannels  
ForwardDWTCore This class receives an image and performs one level of an arbitrary defined 3D discrete wavelet transform on it.
ForwardNonPyramidal3D 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.
ForwardPyramidal3D This class receives a set of parameters from the user to compute a predefined 3d Square (dyadic) Wavelet Transform executing the HyperWaveletTransform class concordingly.
ForwardWaveletTransform This class receives an image and performs applies a discrete wavelet transform.
Usage example:
  construct
  setParameters
  run
InverseDWTCore This class receives an arbitrary piece of a 3D transformed image and performs one level of the corresponded 3D discrete inverse wavelet transform.
InverseNonPyramidal3D This class receives a set of parameters to compute an inverse 3d Hybrid Rectangular/Square Wavelet Transform executing the HyperWaveletDetransform class concordingly.
InversePyramidal3D This class receives a set of parameters to compute an inverse 3d Square (dyadic)Wavelet Transform executing the HyperWaveletDetransform class concordingly.
InverseWaveletTransform This class receives an image and performs applies a discrete wavelet transform.
Usage example:
  construct
  setParameters
  run
LevelShift This class receives an image and performs level shift operations.
LevelUnshift This class receives an image and performs level unshift operations.
Usage example:
  construct
  set functions
  run
RangeCheck This class receives an image and check that all image samples have a valid range.
Usage example:
  construct
  set functions
  run
TransposeImage 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
 



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)