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