Skip to main content

Multi-Resolution Image Inpainting

  • Reference work entry
Encyclopedia of Multimedia
  • 79 Accesses

Definition:Multiple resolution approach can be used in image inpainting (see the article on Digital Inpainting).

We firefly summarize below the mechanism of multi-resolution image painting [1]. The algorithm is further extended and used in a multiple layer approach to repair Chinese paintings [2].

Let DIB be a damaged image block, Let α be a threshold of variance, Let β 1 , β 2 be a threshold of percentage, β 1 2

Algorithm inPaint(block DIB)

  • if DIB is a small block then return

  • divide DIB into n*n image blocks

  • for each image block IB

    • let var be the color variance of IB, let Mcolor be the mean color of IB

      • if var<α then { /* 1 */

        • let PB be an x*y pixel block in IB, let Ncolor be the mean color of PB

        • for each PB in the image block { /* 2 */

          • if the percentage of damaged pixels in PB>β 2

            • inpaint the damaged pixels using Mcolor

          • else if the percentage of damaged pixels in PB>β 1

            • inpaint the damaged pixels using Ncolor

            ...

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Institutional subscriptions

References

  1. T. K. Shih., L.-C. Lu, and R.-C. Chang, “Multi-Resolution Image Inpainting,” Proceedings of the IEEE International Conference on Multimedia & Expo (ICME’03), July 2003, pp. 485–488.

    Google Scholar 

  2. T. K. Shih, R.-C. Chang, and L.-C. Lu, “Multi-Layer Inpainting on Chinese Artwork,” Proceedings of the IEEE International Conference on Multimedia & Expo (ICME’04), June 2004, pp. 33–36.

    Google Scholar 

Download references

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2006 Springer Science+Business Media, Inc.

About this entry

Cite this entry

(2006). Multi-Resolution Image Inpainting. In: Furht, B. (eds) Encyclopedia of Multimedia. Springer, Boston, MA. https://doi.org/10.1007/0-387-30038-4_172

Download citation

Publish with us

Policies and ethics