
























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of image processing techniques, focusing on image compositing, blue-screen mattes, alpha channel, and semi-transparent objects. Topics include separating images into elements, compositing, blue-screen matting, alpha channel encoding, and controlling the interpolation of foreground and background pixels. The document also covers semi-transparent objects and their interaction with backgrounds.
Typology: Slides
1 / 32
This page cannot be seen from the preview
Don't miss anything!

























α = 0 : no coverage (or transparent) α = 1 : full coverage (or opaque) 0 < α < 1 : partial coverage (or semi-transparent)
Partial coverage Semi-Transparent or
(r, g, b, α) represents a pixel that is α covered by the color C=(r/α, g/α, b/α) Color components are premultiplied by α Can display (r, g, b) values directly Closure in composition algebra
(r, g, b, α) represents a pixel that is α covered by the color C=(r/α, g/α, b/α) Color components are premultiplied by α Can display (r, g, b) values directly Closure in composition algebra
(0, 1, 0, 1) = full green, full coverage (0, ½, 0, 1) = half green, full coverage (0, ½, 0, ½) = full green, half coverage (0, ½, 0, 0) = no coverage
α A A B G
α A (1 – α A
A B G
3 possible colors (0, A, B) 4 regions (0, A, B, AB)
Jurassic Park
blend i , j 1 t src i , j t dst i , j 0 t 1