All Packages Class Hierarchy This Package Previous Next Index
Class nstat.patch.PatchPushOp
java.lang.Object
|
+----sep.operator.SepOperator
|
+----nstat.patch.PatchPushOp
- public class PatchPushOp
- extends SepOperator
This operator breaks an input quilt into patches, images the patches with
stationary operators, and merges the image patches into a image quilt.
- See Also:
- PatcherFactory, PatchPushPullTest, PatchPull
-
PatchPushOp(RsfSpace, float, int[], OperatorFactory)
-
-
PatchPushOp(RsfSpace, float[], int[], OperatorFactory)
-
-
apply(boolean, Vector, Vector)
- Apply the operator:
ran = this(dom)
-
copy()
-
PatchPushOp
public PatchPushOp(RsfSpace domain,
float overlap,
int patchsize[],
OperatorFactory opFac)
PatchPushOp
public PatchPushOp(RsfSpace domain,
float overlap[],
int patchsize[],
OperatorFactory opFac)
- Parameters:
- domain - input quilt space
- overlap - desired overlap
- opFac - constructs the stationary operator for given patch space.
apply
public void apply(boolean add,
Vector iput,
Vector oput)
- Apply the operator:
ran = this(dom)
- Overrides:
- apply in class SepOperator
copy
public JamObject copy()
- Overrides:
- copy in class SepOperator
All Packages Class Hierarchy This Package Previous Next Index