SlideShare ist ein Scribd-Unternehmen logo
1 von 21
ALPHA COMPOSTING
TECHNOLOGY
GUIDED BY,
MR.S.K .SINGH
Presented by:
DIKSHA R. GUPTA
 Introduction
 What is Alpha Composting
 History
 Architecture
 Advantages
 Disadvantages
 Applications
 Conclusion
 Bibliography
Contents
What Is Alpha Composting Technology?
The process of using the
transparency value, alpha, to
combine two images together.
•Alpha composting is the process of combining an image with another
image as its background.
•This creates the appearance of full or partial transparency of the
resulting image.
•It is mostly used in 2D graphics. Composting is also used to combine
images and live footage.
• This is a very useful process as it is widely used in many fields. It is
a simple and vital process.
•To combine these images in an effective manner, it is essential to keep
the matte of each element.
INTRODUCTION
• The information is regarding the shape of each element. Alpha
channel is the concept designed to store information.
•Additional information is stored regarding each pixel in the alpha
channel with a value between zero and one.
•The technique is used in many applications. It also has support in
many graphical user interfaces (GUI) and widgets.
INTRODUCTION CONT…
•The concept of an alpha channel was introduced by Alvy Ray Smith in the late
1970s, and fully developed in a 1984 paper by Thomas Porter and Tom Duff.
•In a 2D image element, which stores a color for each pixel, additional data is stored
in the alpha channel with a value between 0 and 1.
• A value of 0 means that the pixel does not have any coverage information and is
transparent.
• There was no color contribution from any geometry because the geometry did not
overlap this pixel.
• A value of 1 means that the pixel is opaque because the geometry completely
overlapped the pixel.
History
Date Notes
2011-10-12 Added to iOS Developer
Library and updated for iOS
5.0.
2011-06-06
Added additional constants for
OS X v10.7.
New document that describes
the programming interface for
high-performance alpha
compositing operations.
2007-07-12 The content in this document
was formerly part of Optimizing
Image Processing With vImage.
History table
Architecture
Architecture of Alpha Composting
Transparency
• Alpha is a pixel’s transparency
– from 0.0 (transparent) to 1.0 (opaque)
– 32-bit RGBA pixels: each pixel has red, green,
blue, and alpha values
• Uses for alpha
– Antialiasing
– Nonrectangular images
– Translucent components
In many graphics toolkits, the pixel model includes
a fourth channel in addition to red, green, and blue:
the pixel’s alpha value, which represents its degree
of transparency
• Compositing rules control how source and
destination pixels are combined
• Source
– Image
– Stroke drawing calls
• Destination
– Drawing surface
When pixels include alpha values, drawing gets
more interesting. When you draw on a drawing
surface – whether it’s using stroke calls such as
drawRect(), or pixel copying like drawImage(),
there are several ways that the alpha values of your
drawing calls can interact with the alpha of the
destination surface. This process is called alpha
compositing.
Alpha Compositing
Antialiasing
Source pixel [Rs Gs Bs As ]
Destination pixel [ Rd Gd Bd Ad ]
1. Premultiply RGB by A
[RGB]s = [RGB]sAs
[RGB]d = [RGB]dAd
2. Compute weighted combination of source and
destination pixel
[RGBA]d = [RGBA]sfs + [RGBA]dfd
for weights fs, fd determined by the compositing rule
3. Postdivide RGB by A
[RGB]d = [RGB]d / Ad unless Ad == 0
Porter-Duff Alpha Compositing
Rules
clear fs=0, fd=0
[RGBA]d = 0
src fs=1, fd=0
[RGBA]d = [RGBA]s
dst fs=0, fd=1
[RGBA]d = [RGBA]d
Simple Copying
• Uncompressed 8-, 10-, or 12-Bit SDI Output
• Ancillary Data Support
• 2D Video Pass Through Compositing
• Genlock (House Synchronization)
• 512MB to 1.5GB Ultra-Fast Graphics Frame Buffer Memory
• 8K Texture and Render Processing
• Fast 3D Texture Transfer
Advantages
• If a feature is sensitive to that dilution or interference,
it disappears. If that feature would have been relevant to
the user’s task, alpha blending becomes unsuitable.
Hence it introduces visual ambiguity.
•The relationships between features become obscured: it
can be difficult to determine whether two observed
features belong to the same window.
Disadvantages
•Alpha value of a pixel governs transparency.
•Instead of overwriting a destination pixel we mix its
color with the source pixel.
Alpha Composting : Blitting + Alpha Blending
• To create special effects in visual arts
• To help us connecting real images with artificially created ones
• To correct photographic mismatches (e.g. color)
• To change or substitute backgrounds And foregrounds
• To create illusion of depth.
Application
Film Composting
King Kong (1933) Superman(1978)
Conclusion
Compositing is the combining of visual elements from
separate sources into single images, often to create the illusion that
all those elements are parts of the same scene.
We have introduced a novel set of composting models and
matting methods which expand the working range of matting and
composting in two directions: eliminating the need for special
setups for acquiring foreground plates in traditional matting, and
moving beyond the limitations of the traditional compositing model.
We also present a novel application of matting and
compositing to animate still pictures.
BIBLIOGRAPHY
1. [Online].[Available]:https://developer.apple.com/.../Al
phaCompositingOperations/Alpha Comp..
2. [Online].[Available]:https://developer.apple.com/librar
y/mac/...alpha/RevisionHistory.htm
3. [Online].[Available]:en.wikipedia.org/wiki/Alpha
compositing
4. [Online].[Available]:www.nvidia.co.uk/page/qfx_4500
_fb.html
5. [Online].[Available]:www.collegelib.com/t-alpha-
composting-computer-technology-seminar-
6. [Online].[Available]:sarveshspn.blogspot.com/2012/0
6/alpha-blending-and-z-buffer.htm
7. [Online].[Available]:www.cs.princeton.edu/courses/ar
chive/spr06/cos426/.../smith95c.pdf
Final ppt

Weitere ähnliche Inhalte

Was ist angesagt?

Contrast limited adaptive histogram equalization
Contrast limited adaptive histogram equalizationContrast limited adaptive histogram equalization
Contrast limited adaptive histogram equalization
Er. Nancy
 
Histogram equalization
Histogram equalizationHistogram equalization
Histogram equalization
treasure17
 
Image enhancement using alpha rooting based hybrid technique
Image enhancement using alpha rooting based hybrid techniqueImage enhancement using alpha rooting based hybrid technique
Image enhancement using alpha rooting based hybrid technique
Rahul Yadav
 
Image processing3 imageenhancement(histogramprocessing)
Image processing3 imageenhancement(histogramprocessing)Image processing3 imageenhancement(histogramprocessing)
Image processing3 imageenhancement(histogramprocessing)
John Williams
 
4.intensity transformations
4.intensity transformations4.intensity transformations
4.intensity transformations
Yahya Alkhaldi
 

Was ist angesagt? (20)

Intensity Transformation Functions of image with Matlab
Intensity Transformation Functions of image with Matlab Intensity Transformation Functions of image with Matlab
Intensity Transformation Functions of image with Matlab
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
 
Contrast limited adaptive histogram equalization
Contrast limited adaptive histogram equalizationContrast limited adaptive histogram equalization
Contrast limited adaptive histogram equalization
 
Image Processing Using MATLAB
Image Processing Using MATLABImage Processing Using MATLAB
Image Processing Using MATLAB
 
point operations in image processing
point operations in image processingpoint operations in image processing
point operations in image processing
 
Histogram equalization
Histogram equalizationHistogram equalization
Histogram equalization
 
Image processing on matlab presentation
Image processing on matlab presentationImage processing on matlab presentation
Image processing on matlab presentation
 
Histogram Equalization
Histogram EqualizationHistogram Equalization
Histogram Equalization
 
Image enhancement using alpha rooting based hybrid technique
Image enhancement using alpha rooting based hybrid techniqueImage enhancement using alpha rooting based hybrid technique
Image enhancement using alpha rooting based hybrid technique
 
Image processing3 imageenhancement(histogramprocessing)
Image processing3 imageenhancement(histogramprocessing)Image processing3 imageenhancement(histogramprocessing)
Image processing3 imageenhancement(histogramprocessing)
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011
 
Matlab and Image Processing Workshop-SKERG
Matlab and Image Processing Workshop-SKERG Matlab and Image Processing Workshop-SKERG
Matlab and Image Processing Workshop-SKERG
 
Ec section
Ec section Ec section
Ec section
 
Chap5 imange enhancemet
Chap5 imange enhancemetChap5 imange enhancemet
Chap5 imange enhancemet
 
4.intensity transformations
4.intensity transformations4.intensity transformations
4.intensity transformations
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
image enhancement
 image enhancement image enhancement
image enhancement
 
Introduction to Digital Image Processing Using MATLAB
Introduction to Digital Image Processing Using MATLABIntroduction to Digital Image Processing Using MATLAB
Introduction to Digital Image Processing Using MATLAB
 
Chapter 6 color image processing
Chapter 6 color image processingChapter 6 color image processing
Chapter 6 color image processing
 
Color Image Processing
Color Image ProcessingColor Image Processing
Color Image Processing
 

Andere mochten auch

Jini network technology
Jini  network   technologyJini  network   technology
Jini network technology
Keerthi Thomas
 
Smart quill seminar report final
Smart quill seminar report finalSmart quill seminar report final
Smart quill seminar report final
Pramod Kumar
 

Andere mochten auch (20)

PRESENTATION ON MIRROR LINK
PRESENTATION ON MIRROR LINKPRESENTATION ON MIRROR LINK
PRESENTATION ON MIRROR LINK
 
[MirrorLink Hackathon] MirrorLink Head Unit Simulator presentation by Jörg Br...
[MirrorLink Hackathon] MirrorLink Head Unit Simulator presentation by Jörg Br...[MirrorLink Hackathon] MirrorLink Head Unit Simulator presentation by Jörg Br...
[MirrorLink Hackathon] MirrorLink Head Unit Simulator presentation by Jörg Br...
 
[MirrorLink Hackathon] Intro to the MirrorLink API, requirements & tools by E...
[MirrorLink Hackathon] Intro to the MirrorLink API, requirements & tools by E...[MirrorLink Hackathon] Intro to the MirrorLink API, requirements & tools by E...
[MirrorLink Hackathon] Intro to the MirrorLink API, requirements & tools by E...
 
Compositing, Composing Worlds
Compositing, Composing WorldsCompositing, Composing Worlds
Compositing, Composing Worlds
 
Chromakey compositing
Chromakey compositingChromakey compositing
Chromakey compositing
 
Mirror ppt.
Mirror ppt.Mirror ppt.
Mirror ppt.
 
[MirrorLink Hackathon] Introduction Slideshow by Alexandre Sutra
[MirrorLink Hackathon] Introduction Slideshow by Alexandre Sutra[MirrorLink Hackathon] Introduction Slideshow by Alexandre Sutra
[MirrorLink Hackathon] Introduction Slideshow by Alexandre Sutra
 
Chroma Key Compositing
Chroma Key CompositingChroma Key Compositing
Chroma Key Compositing
 
seminar emosparkk
seminar emosparkk seminar emosparkk
seminar emosparkk
 
Jini network technology
Jini  network   technologyJini  network   technology
Jini network technology
 
Introduction ciot workshop premeetup
Introduction ciot workshop premeetupIntroduction ciot workshop premeetup
Introduction ciot workshop premeetup
 
Moletronics or molecular electronics - technical seminar
Moletronics or molecular electronics - technical seminarMoletronics or molecular electronics - technical seminar
Moletronics or molecular electronics - technical seminar
 
Mirror ppt
Mirror ppt Mirror ppt
Mirror ppt
 
Smart quill seminar report final
Smart quill seminar report finalSmart quill seminar report final
Smart quill seminar report final
 
Mirrors ppt
Mirrors pptMirrors ppt
Mirrors ppt
 
Bio-chips(A technology for the future)
Bio-chips(A technology for the future)Bio-chips(A technology for the future)
Bio-chips(A technology for the future)
 
E paper
E paperE paper
E paper
 
smart quill pen
smart quill pensmart quill pen
smart quill pen
 
Nosql seminar
Nosql seminarNosql seminar
Nosql seminar
 
Chroma key compositing
Chroma key compositingChroma key compositing
Chroma key compositing
 

Ähnlich wie Final ppt

Interactive Stereoscopic Rendering for Non-Planar Projections (GRAPP 2009)
Interactive Stereoscopic Rendering for Non-Planar Projections (GRAPP 2009)Interactive Stereoscopic Rendering for Non-Planar Projections (GRAPP 2009)
Interactive Stereoscopic Rendering for Non-Planar Projections (GRAPP 2009)
Matthias Trapp
 

Ähnlich wie Final ppt (20)

Alpha composting
Alpha compostingAlpha composting
Alpha composting
 
Ice: lightweight, efficient rendering for remote sensing images
Ice: lightweight, efficient rendering for remote sensing imagesIce: lightweight, efficient rendering for remote sensing images
Ice: lightweight, efficient rendering for remote sensing images
 
Open GL for Mobile UI
Open GL for Mobile UIOpen GL for Mobile UI
Open GL for Mobile UI
 
Graphics Libraries
Graphics LibrariesGraphics Libraries
Graphics Libraries
 
CAD STANDARDS
CAD STANDARDSCAD STANDARDS
CAD STANDARDS
 
CGV.pptx
CGV.pptxCGV.pptx
CGV.pptx
 
PR-217: EfficientDet: Scalable and Efficient Object Detection
PR-217: EfficientDet: Scalable and Efficient Object DetectionPR-217: EfficientDet: Scalable and Efficient Object Detection
PR-217: EfficientDet: Scalable and Efficient Object Detection
 
GFX Part 1 - Introduction to GPU HW and OpenGL ES specifications
GFX Part 1 - Introduction to GPU HW and OpenGL ES specificationsGFX Part 1 - Introduction to GPU HW and OpenGL ES specifications
GFX Part 1 - Introduction to GPU HW and OpenGL ES specifications
 
IMAGE PROCESSING
IMAGE PROCESSINGIMAGE PROCESSING
IMAGE PROCESSING
 
Interactive Stereoscopic Rendering for Non-Planar Projections (GRAPP 2009)
Interactive Stereoscopic Rendering for Non-Planar Projections (GRAPP 2009)Interactive Stereoscopic Rendering for Non-Planar Projections (GRAPP 2009)
Interactive Stereoscopic Rendering for Non-Planar Projections (GRAPP 2009)
 
Adding more visuals without affecting performance
Adding more visuals without affecting performanceAdding more visuals without affecting performance
Adding more visuals without affecting performance
 
Sig13 ce future_gfx
Sig13 ce future_gfxSig13 ce future_gfx
Sig13 ce future_gfx
 
OpenGL Shading Language
OpenGL Shading LanguageOpenGL Shading Language
OpenGL Shading Language
 
#PDR15 - Pebble Graphics
#PDR15 - Pebble Graphics#PDR15 - Pebble Graphics
#PDR15 - Pebble Graphics
 
Dynamic sorting algorithm vizualizer.pdf
Dynamic sorting algorithm vizualizer.pdfDynamic sorting algorithm vizualizer.pdf
Dynamic sorting algorithm vizualizer.pdf
 
Angel
AngelAngel
Angel
 
支援DSL的嵌入式圖形操作環境
支援DSL的嵌入式圖形操作環境支援DSL的嵌入式圖形操作環境
支援DSL的嵌入式圖形操作環境
 
Deep Learning in iOS Tutorial
Deep Learning in iOS TutorialDeep Learning in iOS Tutorial
Deep Learning in iOS Tutorial
 
Image processing techniques 1
Image processing techniques   1Image processing techniques   1
Image processing techniques 1
 
[E-Dev-Day 2014][14/16] Adding vector graphics support to EFL
[E-Dev-Day 2014][14/16] Adding vector graphics support to EFL[E-Dev-Day 2014][14/16] Adding vector graphics support to EFL
[E-Dev-Day 2014][14/16] Adding vector graphics support to EFL
 

Mehr von dikshagupta111 (12)

Osd diksha presentation
Osd diksha presentationOsd diksha presentation
Osd diksha presentation
 
Dik seminar
Dik seminarDik seminar
Dik seminar
 
Diksha sda presentation
Diksha sda presentationDiksha sda presentation
Diksha sda presentation
 
Dik acn presentation
Dik acn presentationDik acn presentation
Dik acn presentation
 
Final ppt
Final pptFinal ppt
Final ppt
 
Hpd ppt
Hpd pptHpd ppt
Hpd ppt
 
Ppt final
Ppt finalPpt final
Ppt final
 
Diksha gupta
Diksha guptaDiksha gupta
Diksha gupta
 
Information filtering
Information filteringInformation filtering
Information filtering
 
Hpd 1
Hpd 1Hpd 1
Hpd 1
 
Parallel language & compilers
Parallel language & compilersParallel language & compilers
Parallel language & compilers
 
Ppt final
Ppt finalPpt final
Ppt final
 

Kürzlich hochgeladen

Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
gajnagarg
 
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
amitlee9823
 
➥🔝 7737669865 🔝▻ Deoghar Call-girls in Women Seeking Men 🔝Deoghar🔝 Escorts...
➥🔝 7737669865 🔝▻ Deoghar Call-girls in Women Seeking Men  🔝Deoghar🔝   Escorts...➥🔝 7737669865 🔝▻ Deoghar Call-girls in Women Seeking Men  🔝Deoghar🔝   Escorts...
➥🔝 7737669865 🔝▻ Deoghar Call-girls in Women Seeking Men 🔝Deoghar🔝 Escorts...
amitlee9823
 
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Abortion pills in Jeddah |+966572737505 | Get Cytotec
Abortion pills in Jeddah |+966572737505 | Get CytotecAbortion pills in Jeddah |+966572737505 | Get Cytotec
Abortion pills in Jeddah |+966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men 🔝kakinada🔝 Escor...
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men  🔝kakinada🔝   Escor...➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men  🔝kakinada🔝   Escor...
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men 🔝kakinada🔝 Escor...
amitlee9823
 
CHEAP Call Girls in Ashok Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Ashok Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Ashok Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Ashok Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
amitlee9823
 

Kürzlich hochgeladen (20)

Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
 
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
 
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
 
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
 
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
 
Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006
 
➥🔝 7737669865 🔝▻ Deoghar Call-girls in Women Seeking Men 🔝Deoghar🔝 Escorts...
➥🔝 7737669865 🔝▻ Deoghar Call-girls in Women Seeking Men  🔝Deoghar🔝   Escorts...➥🔝 7737669865 🔝▻ Deoghar Call-girls in Women Seeking Men  🔝Deoghar🔝   Escorts...
➥🔝 7737669865 🔝▻ Deoghar Call-girls in Women Seeking Men 🔝Deoghar🔝 Escorts...
 
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Abortion pills in Jeddah |+966572737505 | Get Cytotec
Abortion pills in Jeddah |+966572737505 | Get CytotecAbortion pills in Jeddah |+966572737505 | Get Cytotec
Abortion pills in Jeddah |+966572737505 | Get Cytotec
 
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men 🔝kakinada🔝 Escor...
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men  🔝kakinada🔝   Escor...➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men  🔝kakinada🔝   Escor...
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men 🔝kakinada🔝 Escor...
 
CHEAP Call Girls in Ashok Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Ashok Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Ashok Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Ashok Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Deira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort Girls
Deira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort GirlsDeira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort Girls
Deira Dubai Escorts +0561951007 Escort Service in Dubai by Dubai Escort Girls
 
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 

Final ppt

  • 1. ALPHA COMPOSTING TECHNOLOGY GUIDED BY, MR.S.K .SINGH Presented by: DIKSHA R. GUPTA
  • 2.  Introduction  What is Alpha Composting  History  Architecture  Advantages  Disadvantages  Applications  Conclusion  Bibliography Contents
  • 3. What Is Alpha Composting Technology? The process of using the transparency value, alpha, to combine two images together.
  • 4. •Alpha composting is the process of combining an image with another image as its background. •This creates the appearance of full or partial transparency of the resulting image. •It is mostly used in 2D graphics. Composting is also used to combine images and live footage. • This is a very useful process as it is widely used in many fields. It is a simple and vital process. •To combine these images in an effective manner, it is essential to keep the matte of each element. INTRODUCTION
  • 5. • The information is regarding the shape of each element. Alpha channel is the concept designed to store information. •Additional information is stored regarding each pixel in the alpha channel with a value between zero and one. •The technique is used in many applications. It also has support in many graphical user interfaces (GUI) and widgets. INTRODUCTION CONT…
  • 6. •The concept of an alpha channel was introduced by Alvy Ray Smith in the late 1970s, and fully developed in a 1984 paper by Thomas Porter and Tom Duff. •In a 2D image element, which stores a color for each pixel, additional data is stored in the alpha channel with a value between 0 and 1. • A value of 0 means that the pixel does not have any coverage information and is transparent. • There was no color contribution from any geometry because the geometry did not overlap this pixel. • A value of 1 means that the pixel is opaque because the geometry completely overlapped the pixel. History
  • 7. Date Notes 2011-10-12 Added to iOS Developer Library and updated for iOS 5.0. 2011-06-06 Added additional constants for OS X v10.7. New document that describes the programming interface for high-performance alpha compositing operations. 2007-07-12 The content in this document was formerly part of Optimizing Image Processing With vImage. History table
  • 9. Transparency • Alpha is a pixel’s transparency – from 0.0 (transparent) to 1.0 (opaque) – 32-bit RGBA pixels: each pixel has red, green, blue, and alpha values • Uses for alpha – Antialiasing – Nonrectangular images – Translucent components In many graphics toolkits, the pixel model includes a fourth channel in addition to red, green, and blue: the pixel’s alpha value, which represents its degree of transparency
  • 10. • Compositing rules control how source and destination pixels are combined • Source – Image – Stroke drawing calls • Destination – Drawing surface When pixels include alpha values, drawing gets more interesting. When you draw on a drawing surface – whether it’s using stroke calls such as drawRect(), or pixel copying like drawImage(), there are several ways that the alpha values of your drawing calls can interact with the alpha of the destination surface. This process is called alpha compositing. Alpha Compositing
  • 12. Source pixel [Rs Gs Bs As ] Destination pixel [ Rd Gd Bd Ad ] 1. Premultiply RGB by A [RGB]s = [RGB]sAs [RGB]d = [RGB]dAd 2. Compute weighted combination of source and destination pixel [RGBA]d = [RGBA]sfs + [RGBA]dfd for weights fs, fd determined by the compositing rule 3. Postdivide RGB by A [RGB]d = [RGB]d / Ad unless Ad == 0 Porter-Duff Alpha Compositing Rules
  • 13. clear fs=0, fd=0 [RGBA]d = 0 src fs=1, fd=0 [RGBA]d = [RGBA]s dst fs=0, fd=1 [RGBA]d = [RGBA]d Simple Copying
  • 14. • Uncompressed 8-, 10-, or 12-Bit SDI Output • Ancillary Data Support • 2D Video Pass Through Compositing • Genlock (House Synchronization) • 512MB to 1.5GB Ultra-Fast Graphics Frame Buffer Memory • 8K Texture and Render Processing • Fast 3D Texture Transfer Advantages
  • 15. • If a feature is sensitive to that dilution or interference, it disappears. If that feature would have been relevant to the user’s task, alpha blending becomes unsuitable. Hence it introduces visual ambiguity. •The relationships between features become obscured: it can be difficult to determine whether two observed features belong to the same window. Disadvantages
  • 16. •Alpha value of a pixel governs transparency. •Instead of overwriting a destination pixel we mix its color with the source pixel. Alpha Composting : Blitting + Alpha Blending
  • 17. • To create special effects in visual arts • To help us connecting real images with artificially created ones • To correct photographic mismatches (e.g. color) • To change or substitute backgrounds And foregrounds • To create illusion of depth. Application
  • 18. Film Composting King Kong (1933) Superman(1978)
  • 19. Conclusion Compositing is the combining of visual elements from separate sources into single images, often to create the illusion that all those elements are parts of the same scene. We have introduced a novel set of composting models and matting methods which expand the working range of matting and composting in two directions: eliminating the need for special setups for acquiring foreground plates in traditional matting, and moving beyond the limitations of the traditional compositing model. We also present a novel application of matting and compositing to animate still pictures.
  • 20. BIBLIOGRAPHY 1. [Online].[Available]:https://developer.apple.com/.../Al phaCompositingOperations/Alpha Comp.. 2. [Online].[Available]:https://developer.apple.com/librar y/mac/...alpha/RevisionHistory.htm 3. [Online].[Available]:en.wikipedia.org/wiki/Alpha compositing 4. [Online].[Available]:www.nvidia.co.uk/page/qfx_4500 _fb.html 5. [Online].[Available]:www.collegelib.com/t-alpha- composting-computer-technology-seminar- 6. [Online].[Available]:sarveshspn.blogspot.com/2012/0 6/alpha-blending-and-z-buffer.htm 7. [Online].[Available]:www.cs.princeton.edu/courses/ar chive/spr06/cos426/.../smith95c.pdf