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

Constructor Index

 o PatchPushOp(RsfSpace, float, int[], OperatorFactory)
 o PatchPushOp(RsfSpace, float[], int[], OperatorFactory)

Method Index

 o apply(boolean, Vector, Vector)
Apply the operator:

ran = this(dom)
 o copy()

Constructors

 o PatchPushOp
 public PatchPushOp(RsfSpace domain,
                    float overlap,
                    int patchsize[],
                    OperatorFactory opFac)
 o 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.

Methods

 o apply
 public void apply(boolean add,
                   Vector iput,
                   Vector oput)
Apply the operator:

ran = this(dom)

Overrides:
apply in class SepOperator
 o copy
 public JamObject copy()
Overrides:
copy in class SepOperator

All Packages  Class Hierarchy  This Package  Previous  Next  Index