Package uk.ac.essex.ia.media.point

Class Summary
AbsoluteOperator
Date: 15-Jul-2002
AddConstOperator
Date: May 28, 2002
You should have received a copy of GNU public license with this code.
AddOperator
Date: May 28, 2002
AndOperator Operator to logically AND the pixels of two images
Date: May 28, 2002
You should have received a copy of GNU public license with this code.
BandCombineOperator This class is not really part of ImageApp, in that it has no functionality.
BandSelectOperator This class is not really part of ImageApp, in that it has no functionality.
CompositeOperator An operator to overlay one on top of another You should have received a copy of GNU public license with this code.
DivideOperator An operator to divide the pixels values in one image with those in another
Date: May 28, 2002
You should have received a copy of GNU public license with this code.
ExpOperator Return the exponential of each pixel value:
eg/ dst[x][y][z] = java.lang.Math( src[x][y][z] )
In other words the exponential number (2.718....) raised to the power of the pixel value.
MatchCDFOperator You should have received a copy of GNU public license with this code.
MultiplyOperator
Date: May 28, 2002
You should have received a copy of GNU public license with this code.
OrConstantOperator
Date: 09-Oct-2002
You should have received a copy of GNU public license with this code.
OrOperator
Date: May 31, 2002
You should have received a copy of GNU public license with this code.
OverlayOperator An operator to overlay one image on top of another You should have received a copy of GNU public license with this code.
SubtractConstOperator
Date: May 28, 2002
You should have received a copy of GNU public license with this code.
SubtractOperator
Date: May 28, 2002
You should have received a copy of GNU public license with this code.
XOrOperator
Date: 09-Oct-2002