picture
Class Combination

java.lang.Object
  |
  +--picture.Combination
Direct Known Subclasses:
Correlation, FundamentalOperation

public abstract class Combination
extends java.lang.Object

Implementiert eine zweistellige Operation nach Vorbild von Transformation.


Constructor Summary
Combination()
           
 
Method Summary
protected  Layer createNewInstance(Layer p, double[][] data)
          Erzeugt ein Layer von der selben Instanz wie p mit dem Inhalt von data
 Layer of(Layer a, Layer b)
           
 Picture of(Picture a, Picture b)
           
abstract  Layer of(ProgressHandler ph, Layer a, Layer b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Combination

public Combination()
Method Detail

of

public abstract Layer of(ProgressHandler ph,
                         Layer a,
                         Layer b)
                  throws PictureException

of

public Layer of(Layer a,
                Layer b)
         throws PictureException

of

public Picture of(Picture a,
                  Picture b)
           throws PictureException

createNewInstance

protected Layer createNewInstance(Layer p,
                                  double[][] data)
Erzeugt ein Layer von der selben Instanz wie p mit dem Inhalt von data
Parameters:
p: - Vorlage
data: - Inhalt des neuen Bildes
Returns:
ein Layer wie p, mit data als Inhalt.