图像修复 Resources

Showing items tagged with "图像修复"

Implementation code for wavelet domain image inpainting using nonlocal total variation algorithm, based on "WAVELET INPAINTING BY NONLOCAL TOTAL VARIATION" by Xiaoqun Zhang and Tony F. Chan, Inverse Problems and Imaging, 2010, 4(1). This MATLAB implementation combines wavelet decomposition with nonlocal regularization for effective image restoration.

MATLAB 272 views Tagged

The TV model for image inpainting achieves superior image restoration results using partial differential equation-based methods, with implementations typically involving gradient descent optimization and regularization techniques.

MATLAB 232 views Tagged

This source code package provides comprehensive image processing capabilities including image denoising, image inpainting, and PSNR calculation, primarily implemented using total variation methods and other advanced techniques.

MATLAB 210 views Tagged

Implementation of image inpainting suitable for large damaged areas. This algorithm utilizes exemplar-based image inpainting for region filling and object removal, operates in CIE Lab color space for improved color perception alignment, and was originally published in IEEE 2004. The MATLAB implementation includes priority-based patch selection and texture synthesis mechanisms.

MATLAB 240 views Tagged

The BSCB model is designed for image inpainting, simulating manual restoration processes using partial differential equations (PDEs) with numerical implementation techniques.

MATLAB 211 views Tagged