dexp.processing.deconvolution.admm_deconvolution

dexp.processing.deconvolution.admm_deconvolution(image: numpy.ndarray, psf: numpy.ndarray, rho: float = 0.1, gamma: float = 0.01, iterations: int = 10, derivative: int = 1, internal_dtype: Optional[numpy.dtype] = None, display: bool = False) numpy.ndarray[source]

Reference from: http://jamesgregson.ca/tag/admm.html