All Packages Class Hierarchy This Package Previous Next Index
Class nstat.patch.PatchPullOp
java.lang.Object
|
+----sep.operator.SepOperator
|
+----nstat.patch.PatchPullOp
- public class PatchPullOp
- extends SepOperator
This operator breaks an output quilt into patches,
computes corresponding input patches, images these input patches with
stationary operators, and merges the image patches into the image quilt.
- See Also:
- PatcherFactory, PatchPushPullTest, PatchPush
-
PatchPullOp(RsfSpace, float, int[], OperatorFactory)
-
-
PatchPullOp(RsfSpace, RsfSpace, float[], int[], OperatorFactory)
-
-
apply(boolean, Vector, Vector)
- Apply the operator:
ran = this(dom)
-
copy()
-
PatchPullOp
public PatchPullOp(RsfSpace range,
float overlap,
int patchsize[],
OperatorFactory opFac)
- Parameters:
- range - output quilt space
- overlap - desired overlap
- opFac - constructs the stationary operator for given patch space.
PatchPullOp
public PatchPullOp(RsfSpace domain,
RsfSpace range,
float overlap[],
int patchsize[],
OperatorFactory opFac)
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