All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gui.NegateFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----gui.ClosableFrame
                                           |
                                           +----gui.ShortCutFrame
                                                   |
                                                   +----gui.ImageFrame
                                                           |
                                                           +----gui.FilterFrame
                                                                   |
                                                                   +----gui.GrabFrame
                                                                           |
                                                                           +----gui.NegateFrame

public class NegateFrame
extends gui.GrabFrame

Constructor Index

 o NegateFrame(short[][], short[][], short[][], String)
 o NegateFrame(String)

Method Index

 o actionPerformed(ActionEvent)
 o add10()
 o applyLut(short[])
 o applyLut(short[], short[], short[])
 o assembleMosaic(NegateFrame, int, int)
 o auhe()
mosaic - transform an array of short into sub-images
 o auhe(int, int)
mosaic - transform an array of short into sub-images ignoring fractional parts.
 o average(double[], double[], double[])
 o computeStats()
 o drawMosaic()
 o drawMosaic(int, int)
 o enahe(double)
 o eponentialLog()
 o getAverageCMF()
 o getBBar()
 o getGBar()
 o getMax()
 o getMin()
 o getRBar()
 o histogram()
 o inRange(short, int, int)
 o linearLog()
 o linearMap(short, double, double)
 o linearTransform()
 o linearTransform(double, double)
 o linearTransform2(double, double)
 o main(String[])
 o negate()
 o powImage(double)
 o printCMFs()
 o printPMFb()
 o printPMFg()
 o printPMFr()
 o printPMFs()
 o printStats()
 o printTT()
 o rayleighLog()
 o rnahe(double)
 o subFrame(int, int, int, int)
 o unahe()
 o wellConditioned()

Constructors

 o NegateFrame
 public NegateFrame(short _r[][],
                    short _g[][],
                    short _b[][],
                    java.lang.String title)
 o NegateFrame
 public NegateFrame(java.lang.String title)

Methods

 o actionPerformed
 public void actionPerformed(java.awt.event.ActionEvent e)
Overrides:
actionPerformed in class gui.GrabFrame
 o auhe
 public void auhe()
mosaic - transform an array of short into sub-images

 o drawMosaic
 public void drawMosaic()
 o auhe
 public void auhe(int blocksHigh,
                  int blocksWide)
mosaic - transform an array of short into sub-images ignoring fractional parts.

 o assembleMosaic
 public void assembleMosaic(gui.NegateFrame nf,
                            int x1,
                            int y1)
 o drawMosaic
 public void drawMosaic(int blocksHigh,
                        int blocksWide)
 o subFrame
 public gui.NegateFrame subFrame(int x1,
                                 int y1,
                                 int w,
                                 int h)
 o printTT
 public void printTT()
 o add10
 public void add10()
 o histogram
 public void histogram()
 o negate
 public void negate()
 o powImage
 public void powImage(double p)
 o average
 public double[] average(double a[],
                         double b[],
                         double c[])
 o unahe
 public void unahe()
 o rnahe
 public void rnahe(double alpha)
 o enahe
 public void enahe(double alpha)
 o getAverageCMF
 public double[] getAverageCMF()
 o applyLut
 public void applyLut(short lut[])
 o applyLut
 public void applyLut(short lutr[],
                      short lutg[],
                      short lutb[])
 o wellConditioned
 public void wellConditioned()
 o inRange
 public short inRange(short v,
                      int x,
                      int y)
 o linearMap
 public short linearMap(short v,
                        double c,
                        double b)
 o linearTransform
 public void linearTransform()
 o linearTransform
 public void linearTransform(double c,
                             double br)
 o linearTransform2
 public void linearTransform2(double c,
                              double br)
 o computeStats
 public void computeStats()
 o printPMFr
 public void printPMFr()
 o printCMFs
 public void printCMFs()
 o printPMFg
 public void printPMFg()
 o printPMFb
 public void printPMFb()
 o printPMFs
 public void printPMFs()
 o printStats
 public void printStats()
 o getRBar
 public double getRBar()
 o getGBar
 public double getGBar()
 o getBBar
 public double getBBar()
 o getMin
 public int getMin()
 o getMax
 public int getMax()
 o eponentialLog
 public void eponentialLog()
 o rayleighLog
 public void rayleighLog()
 o linearLog
 public void linearLog()
 o main
 public static void main(java.lang.String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index