compsense.operators.op3DStack

class compsense.operators.op3DStack(operator, dim3)[source]

Extend an operator to process a stack of signals.

The op3DStack operator is useful for example when the input signal is a stack of images and the base operator is applied to each image separately.

Parameters :

operator : instance of a subclass of opBase

The base operator. This operator is applied separately to each of the sections that make up the stacked input signal.

dim3 : integer

The size of the stack.

Attributes

T The transpose of the operator.
in_signal_shape The shape of the input signal for the operator.
name Name of operator.
out_signal_shape The shape of the output signal for the operator.
shape The shape of the operator.

Previous topic

compsense.operators.opDCT

Next topic

compsense.problems.problemBase

This Page