compsense.operators.opBlur

class compsense.operators.opBlur(shape)[source]

Two-dimensional blurring operator. creates a blurring operator for M by N images. This function is used for the GPSR-based test problems and is based on the implementation by Figueiredo, Nowak and Wright, 2007.

Parameters :

shape : (int, int)

Shape of target images.

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.opMatrix

Next topic

compsense.operators.opRandMask

This Page