Uses of Class
picture.PictureException

Packages that use PictureException
picture   
picture.filetype   
picture.filter   
picture.gui   
picture.math   
 

Uses of PictureException in picture
 

Subclasses of PictureException in picture
 class PictureNotImplementedException
          Exception fuer Ausnahmebehandlung von Layer-Dateien.
 

Methods in picture that throw PictureException
 Presentation PresentationType.createPresentation(Picture p)
          Erzeugt eine Presentation dieses Types auf dem Bild p.
 Presentation PresentationType.createPresentation(Picture p, java.lang.String s)
          Erzeugt eine Presentation dieses Types auf dem Bild p
 Presentation SelectPresentation.createPresentation(Picture p, java.lang.String s)
           
 Picture Picture.convert(Picture p, PictureType pt)
          Konvertiert ein Bild in ein anderes PictureType.
protected  void Picture.saveToFile(java.lang.String fileName)
          Speichert diese Datei.
 void Picture.saveToFile()
          Speichert diese Datei.
 void Picture.saveToFile(PictureProperty pp)
          Speichert diese Datei.
 void Picture.saveToFile(java.lang.String fileName, PictureProperty pp)
          Speichert diese Datei.
 void Picture.save(java.io.OutputStream out, PictureProperty pp)
          Speichert diese Datei.
abstract  Layer Combination.of(ProgressHandler ph, Layer a, Layer b)
           
 Layer Combination.of(Layer a, Layer b)
           
 Picture Combination.of(Picture a, Picture b)
           
 Picture Transformation.of(Picture p)
          Liefert das Layer, das entsteht, wenn man diese Transformation auf p anwendet.
 DialogPane Transformation.filterOptionPane(javax.swing.JFrame owner, Picture pic)
          Liefert einen Optionendialog zurück (null, falls es keinen gibt).
static Presentation PresentationFactory.presentationByName(Picture p, java.lang.String name)
          Sucht in der Liste einen PresentationType, der sich so nennt wie angegeben und erzeugt davon eine Presentation auf dem angegeben Picture.
 Presentation ComplexPresentation.createPresentation(Picture p)
           
 Presentation ComplexPresentation.createPresentation(Picture p, java.lang.String s)
           
 java.awt.Image Presentation.getImage()
          Erzeugt die aktuelle Ansicht eines Pictures
 Layer FundamentalOperation.of(ProgressHandler ph, Layer a, Layer b)
          Verknuepft die Pictureobjekte a und b mit der im Konstruktor angegebenen Verknuepfung.
 Picture FundamentalOperation.of(Picture a, Picture b)
           
 Presentation BlackWhitePresentation.createPresentation(Picture p)
           
 Presentation BlackWhitePresentation.createPresentation(Picture p, java.lang.String s)
           
 Layer Correlation.of(ProgressHandler ph, Layer a, Layer b)
           
 Picture Correlation.of(Picture a, Picture b)
          Erzeugt die Korellation von a und b.
 Presentation ColorPresentation.createPresentation(Picture p)
           
 Presentation ColorPresentation.createPresentation(Picture p, java.lang.String s)
           
static double DefaultTransformation.getDistance(Picture p, Picture q)
          Bestimmt den mittleren quadratischen Abstand zweier Bilder.
 DialogPane DefaultTransformation.filterOptionPane(javax.swing.JFrame owner, Picture pic)
          Liefert null zurück.
abstract  Layer DefaultTransformation.of(ProgressHandler ph, Layer p)
          Fuehrt die Transformation auf einer Bildebene aus.
 Picture DefaultTransformation.of(Picture p)
          Fuehrt die Transformation Ebenenweise auf dem uebergebenen Bild aus.
 

Constructors in picture that throw PictureException
FilterPicture(Term f, int width, int height)
          Erzeugt eine neue Filterdatei.
 

Uses of PictureException in picture.filetype
 

Methods in picture.filetype that throw PictureException
static PictureType PictureTypeFactory.getPictureTypeByExtension(java.lang.String ext)
          Liefert eine PictureType-Instanz zur übergebenen Dateiendung.
static Picture PictureTypeFactory.loadPicture(java.lang.String fn)
          Lädt ein Bild aus Datei.
static Picture PictureTypeFactory.loadPicture(java.io.File f)
          Lädt ein Bild aus Datei.
 DialogPane PictureType.getSaveOptionsPane(javax.swing.JFrame f, Picture p)
          Liefert einen Speichern-Optionendialog zurück (null, falls es keinen gibt).
abstract  Picture PictureType.load(java.io.InputStream in)
          Lädt ein Bild im entsprechenden Format.
 void PictureType.save(Picture p, java.io.OutputStream out)
          Speichert das übergebene Bild im entsprechenden Format ab.
abstract  void PictureType.save(Picture p, PictureProperty pp, java.io.OutputStream out)
          Speichert das übergebene Bild im entsprechenden Format mit Optionen ab.
 DialogPane JPFPictureType.getSaveOptionsPane(javax.swing.JFrame f, Picture p)
           
 Picture JPFPictureType.load(java.io.InputStream origin)
           
 void JPFPictureType.save(Picture p, PictureProperty pp, java.io.OutputStream origout)
           
 DialogPane PGMPictureType.getSaveOptionsPane(javax.swing.JFrame f, Picture p)
           
 Picture PGMPictureType.load(java.io.InputStream origin)
           
 void PGMPictureType.save(Picture p, PictureProperty pp, java.io.OutputStream origout)
           
protected static int PGMPictureType.readASCIINumber(char c, java.io.InputStream in)
          Reads inputStream up to next whitespace or comment (= "#" "\n") character.
protected  double PGMPictureType.readRawValue(java.io.InputStream in, int pw, double scale, double offset)
           
protected  void PGMPictureType.writeRaw(java.io.OutputStream out, Picture p, double min, double max, long mg)
           
protected  void PGMPictureType.writeASCII(java.io.OutputStream out, Picture p, int valuesPerLine, double min, double max, long mg)
           
 Picture JavaImagePictureType.load(java.io.InputStream origin)
           
 void JavaImagePictureType.save(Picture p, PictureProperty pp, java.io.OutputStream out)
           
 

Uses of PictureException in picture.filter
 

Methods in picture.filter that throw PictureException
 Layer MorphFilter.of(ProgressHandler ph, Layer p)
           
 DialogPane MorphFilter.filterOptionPane(javax.swing.JFrame owner, Picture pic)
          Liefert einen Optionendialog zurück.
 FilterPicture PassFilter.createFilterPicture(int width, int height)
          erzeugt ein PGM-Bild der Groesse width x height, das den aktuell gesetzten Optionen dieses Objekts entspricht.
 Picture PassFilter.of(Picture p)
          Jagt das Bild p durch diesen Filter und gibt das Ergebnis zurueck.
 Layer PassFilter.of(ProgressHandler ph, Layer p)
           
 DialogPane PassFilter.filterOptionPane(javax.swing.JFrame owner, Picture pic)
          Liefert einen Optionendialog zurück.
 Layer FFT.of(ProgressHandler ph, Layer p)
           
 Picture FFT.of(Picture p)
          Berechnet die Fouriertransformierte des uebergebenen Bildes.
 Layer GrayScale.of(ProgressHandler ph, Layer p)
          Diese Methode liefert ein neues Layer-Objekt mit der folgenden Eigenschaft: 1.
 DialogPane GrayScale.filterOptionPane(javax.swing.JFrame owner, Picture pic)
          Liefert einen Optionendialog zurück.
 Layer Wavelet.of(ProgressHandler ph, Layer p)
          Liefert die Waveletanalyse bzw.
 double[][] Wavelet.getTotalAnalysis(ProgressHandler ph, Layer p)
           
 double[][] Wavelet.getAlmostTotalAnalysis(ProgressHandler ph, double[][] data, int iterations)
          Berechnet die Totale Analyse des uebergebenen, zweidimensionalen, komplexen Datensatzes.
 double[][] Wavelet.getTotalSynthesis(ProgressHandler ph, Layer p)
           
 double[][] Wavelet.getAlmostTotalSynthesis(ProgressHandler ph, double[][] data, int iterations)
          Gegenstueck zu getAlmostTotalAnalysis
 Picture Wavelet.getRedundantAnalysis(Picture p)
          Erzeugt ein Picture mit 1 + 3 * iterations Layern.
 Picture Wavelet.getRedundantSynthesis(Picture p)
          Gegenstueck zu getRedundantAnalysis.
 DialogPane Wavelet.filterOptionPane(javax.swing.JFrame owner, Picture pic)
          Liefert einen Optionendialog zurück.
 Picture LayerKLT.standardToKlt(Picture p)
          Führt einen Basiswechsel durch.
 Picture LayerKLT.kltToStandard(Picture p)
          Führt einen Basiswechsel durch.
 Picture LayerKLT.kltToStandard(Picture p, double[] weights)
          Wie kltToStandard(p), jedoch mit zusätzlicher Gewichtung der Dimensionen.
 void MatrixFilter.setMatrix(double[][] matrix)
           
 Layer MatrixFilter.of(ProgressHandler ph, Layer p)
           
 DialogPane MatrixFilter.filterOptionPane(javax.swing.JFrame owner, Picture pic)
          Liefert einen Optionendialog zurück.
 

Constructors in picture.filter that throw PictureException
LayerKLT(Picture p)
          Erzeugt eine neue Instanz bezüglich des angegebenen Pictures.
 

Uses of PictureException in picture.gui
 

Methods in picture.gui that throw PictureException
 Picture DialogPane.getResultingPicture()
          Gibt das Pictureobjekt zurueck, das entsteht, wenn man die Filterung anhand der Benutzereinstellungen durchfuehrt.
 Picture ColorKLTPane.getResultingPicture()
           
 Picture ColorKLTPane.getResultKLT()
           
 Picture ColorKLTPane.getResultStd()
           
 Picture FilterPane.getResultingPicture()
          Gibt das Pictureobjekt zurueck, das entsteht, wenn man die Filterung anhand der Benutzereinstellungen durchfuehrt.
static void GUIHelp.saveTo(java.awt.Component parent, Picture p, java.io.File select)
          Bild abspeichern.
 Picture WaveletPane.getResultingPicture()
           
 Picture WaveletKLTPane.getResultingPicture()
           
 Picture WaveletKLTPane.getResultKLT()
           
 Picture WaveletKLTPane.getResultStd()
           
 

Constructors in picture.gui that throw PictureException
DialogPane(java.awt.Frame owner, java.lang.String title, Picture source)
          Erzeugt ein neues DialogPane.
ColorKLTPane(java.awt.Frame owner, Picture p)
           
FilterPane(java.awt.Frame owner, Picture pic)
          Erzeugt ein neues FilterPane
FilterPane(java.awt.Frame owner, Picture pic, PassFilter pf)
          Erzeugt ein neues FilterPane
MatrixPane(java.awt.Frame owner, Picture pic)
          Erzeugt ein neues MatrixPane
MatrixPane(java.awt.Frame owner, Picture pic, MatrixFilter mf)
          Erzeugt ein neues MatrixPane aus einer gegebenen Matrix.
WaveletPane(javax.swing.JFrame f, Picture pic)
          Erzeugt ein neues WaveletPane
WaveletPane(javax.swing.JFrame f, Picture pic, Wavelet wav)
          Erzeugt ein neues WaveletPane
ScalePane(java.awt.Frame owner, Picture pic)
          Erzeugt ein neues ScalePane
ScalePane(java.awt.Frame owner, Picture pic, GrayScale gs)
           
SavePane(java.awt.Frame owner, Picture pic)
          Erzeugt ein neues SavePane
WaveletKLTPane(java.awt.Frame owner, Picture p)
           
MorphPane(java.awt.Frame owner, Picture pic)
          Erzeugt ein neues MorphPane.
MorphPane(java.awt.Frame owner, Picture pic, MorphFilter med)
          Erzeugt ein neues MorphPane aus gegebenem MorphFilter.
 

Uses of PictureException in picture.math
 

Methods in picture.math that throw PictureException
protected static void SymMat.tqli(double[] d, double[] e, int n, double[][] z)
          QL algorithm with implicit shifts, to determine the eigenvalues and eigenvectors of a real, symmetric, tridiagonal matrix, or of a real, symmetric matrix previously reduced by tred2 x 11.2.
static void SymMat.main(java.lang.String[] args)
           
 

Constructors in picture.math that throw PictureException
KLT(double[][] vecs)
          Inititializes a Karhunen-Loeve-Object.