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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Combination
public Combination()
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:
- Vorlagedata:
- Inhalt des neuen Bildes- Returns:
- ein Layer wie p, mit data als Inhalt.