图像修复 Resources

Showing items tagged with "图像修复"

Application Background: A sample-based texture synthesis image inpainting algorithm built upon the classic Criminisi algorithm, capable of restoring both grayscale and color images. Enhanced with C programming for improved execution speed, includes test images, thoroughly tested code ready for immediate execution. Key Technology: The core of Criminisi algorithm is an isophote-driven image sampling process.

MATLAB 212 views Tagged

Application Background - Detailed explanation of the Criminisi algorithm for easy understanding! Currently, mainstream image inpainting models include PDE-based models [1-2] and texture synthesis models [3]. PDE models involve heavy computation, long processing times, and limited texture restoration capability, making them suitable only for narrow-area repairs like scratches and stains. Texture synthesis models extract features from surrounding areas and synthesize matching textures, making them ideal for larger damaged regions. Real-world images contain complex structures and multiple textures. Reference [4] proposes...

MATLAB 222 views Tagged