SlideShare a Scribd company logo
1 of 17
COMPUTER GRAPHICS
Skill Enhancement Course
(Introduction)
©Prepared by SKM
Computer Graphics refers to several things:
The manipulation and the representation of the image or the data in a graphical
manner.
Various technology required for the creation and manipulation.
Types of Computer Graphics
Raster Graphics: In raster graphics pixels are used for an image to be drawn. It
is also known as a bitmap image in which a sequence of image is into smaller
pixels. Basically a bitmap indicates a large number of pixels together.
Vector Graphics: In vector graphics, mathematical formulae are used to draw
different types of shapes, lines, objects and so on.
©Prepared by SKM
Application of Computer Graphics
Computer graphics user interfaces GUIs : A graphic, mouse-oriented paradigm
which allows the user to interact with a computer.
Business presentation graphics : "A picture is worth a thousand words".
Weather Maps : Real-time mapping, symbolic representations.
Satellite Imaging : Geodesic images.
Photo Enhancement : Sharpening blurred photos.
Medical imaging : MRIs, CAT scans, etc. - Non-invasive internal examination.
Engineering drawings : mechanical, electrical, civil, etc. - Replacing the
blueprints of the past.
Architecture : Construction plans, exterior sketches - replacing the blueprints and
hand drawings of the past.
Art : Computers provide a new medium for artists.
Training : Flight simulators, computer aided instruction, etc.
Entertainment : Movies and games.
©Prepared by SKM
We will cover:
Basic concepts of Graphics Devices
How CRT monitor works
Displaying technique of:
Monochrome
And Colour Monitor
,
©Prepared by SKM
Cathode Ray Tubes (CRT):
The primary output device in a graphics system is a video monitor.
©Prepared by SKM
Construction of a CRT –
Components of CRT:
1. Electron Gun: Electron gun consisting of a series of elements, primarily a
heating filament (heater) and a cathode. The electron gun creates a source of
electrons which are focused into a narrow beam directed at the face of the
CRT.
2. Control Electrode: It is used to turn the electron beam on and off.
3. Focusing system: It is used to create a clear picture by focusing the electrons
into a narrow beam.
4. Deflection Yoke: It is used to control the direction of the electron beam. It
creates an electric or magnetic field which will bend the electron beam as it
passes through the area.
5. Phosphorus-coated screen: The inside front surface of every CRT is coated
with phosphors. Phosphors glow when a high-energy electron beam hits
them.
©Prepared by SKM
Types Of Deflection:
Electrostatic Deflection
The electron beam (cathode rays) passes through a highly positively charged
metal cylinder that forms an electrostatic lens. This electrostatic lens focuses
the cathode rays to the centre of the screen in the same way like an optical lens
focuses the beam of light. Two pairs of parallel plates are mounted inside the
CRT tube.
Magnetic Deflection
Here, two pairs of coils are used. One pair is mounted on the top and bottom
of the CRT tube, and the other pair on the two opposite sides. The magnetic
field produced by both these pairs is such that a force is generated on the
electron beam in a direction which is perpendicular to both the direction of
magnetic field, and to the direction of flow of the beam. One pair is mounted
horizontally and the other vertically.
©Prepared by SKM
Monochrome monitors:
Monochrome monitors are computer monitors that display a single colour
against a solid background. While somewhat plain, the use of a single
phosphor to generate the single colour in each pixel makes it possible for the
monitor to provide a very clear and crisp looking display.
An IBM computer with a green
monochrome monitor
•A monochrome monitor is a type
of CRT computer monitor
•Monochrome monitors have only one
colour of phosphor
• Either P1, P3 or P4 phosphor is used
•Monochrome monitors produce sharper
text and images than colour CRT monitors
©Prepared by SKM
Colour CRT Monitors:
The CRT Monitor display by using a combination of phosphors. The
phosphors are different colours. There are two popular approaches for
producing colour displays with a CRT are:
Beam Penetration Method
Shadow-Mask Method
©Prepared by SKM
1. Beam Penetration Method
CRT screen is coated with
two layers of phosphor, red
and green
Displayed colour depends
on how far the electron beam
penetrates the phosphor
layers
 Use random-scan
Advantages:
Inexpensive
Disadvantages:
Only four colours are possible
Quality of pictures is not as good as with another method.
©Prepared by SKM
2. Shadow-Mask Method
A shadow mask CRT has 3 phosphor colour dots at each pixel position.
One phosphor dot emits: red light
Another emits: green light
Third emits: blue light
Figure shows the delta-delta shadow mask method commonly used in colour CRT
system.
©Prepared by SKM
Working procedure : Shadow-Mask Method
Deflection system of the CRT operates on all 3 electron beams simultaneously
When the three beams pass through a hole in the shadow mask, they activate a
dotted triangle, which occurs as a small colour spot on the screen.
©Prepared by SKM
Shadow-Mask Method
Advantage:
Realistic image
Million different colours to be generated
Shadow scenes are possible
Disadvantage:
Relatively expensive compared with the monochrome CRT.
Relatively poor resolution
Convergence Problem
©Prepared by SKM
Random Scan display:
Random Scan System uses an electron beam which operates like a pencil to create
a line image on the CRT screen. The system cycles back to the first line and
design all the lines of the image 30 to 60 time each second. Random-scan
monitors are also known as vector displays or stroke-writing displays or
calligraphic displays.
Advantages:
A CRT has the electron
beam directed only to the
parts of the screen where an
image is to be drawn.
Produce smooth line
drawings.
High Resolution
Disadvantages:
Random-Scan monitors
cannot display realistic
shades scenes.
©Prepared by SKM
Raster Scan Display
Information of on and off pixels is stored in refresh buffer or Frame
buffer. Televisions in our house are based on Raster Scan Method. The raster scan
system can store information of each pixel position, so it is suitable for realistic
display of objects. Frame Buffer is also known as Raster or bit map. In Frame Buffer
the positions are called picture elements or pixels.
Advantages:
Realistic image
Million Different colours
to be generated
Shadow Scenes are
possible.
Disadvantages:
Low Resolution
Expensive
©Prepared by SKM
Types of Scanning or travelling of beam in Raster Scan
Interlaced Scanning
Non-Interlaced Scanning
In Interlaced scanning, each horizontal line of the screen is traced from top to
bottom. Due to which fading of display of object may occur. This problem can
be solved by Non-Interlaced scanning. In this first of all odd numbered lines
are traced or visited by an electron beam, then in the next circle, even number
of lines are located.
For non-interlaced display refresh rate of 30 frames per second used. But it
gives flickers. For interlaced display refresh rate of 60 frames per second is
used.
©Prepared by SKM
Random Scan Raster Scan
1. It has high Resolution 1. Its resolution is low.
2. It is more expensive 2. It is less expensive
3. Any modification if needed is easy 3.Modification is tough
4. Solid pattern is tough to fill 4.Solid pattern is easy to fill
5. Refresh rate depends on resolution 5. Refresh rate does not depend on the
picture.
6. Only screen with view on an area is
displayed.
6. Whole screen is scanned.
7. Beam Penetration technology come
under it.
7. Shadow mask technology came under
this.
8. It does not use interlacing method. 8. It uses interlacing
9. It is restricted to line drawing
applications
9. It is suitable for realistic display.
Differentiate between Random and Raster Scan Display:

More Related Content

What's hot

Back face detection
Back face detectionBack face detection
Back face detectionPooja Dixit
 
COMPUTER GRAPHICS-"Projection"
COMPUTER GRAPHICS-"Projection"COMPUTER GRAPHICS-"Projection"
COMPUTER GRAPHICS-"Projection"Ankit Surti
 
Parallel projection
Parallel projectionParallel projection
Parallel projectionPrince Shahu
 
Lab manual of Digital image processing using python by khalid Shaikh
Lab manual of Digital image processing using python by khalid ShaikhLab manual of Digital image processing using python by khalid Shaikh
Lab manual of Digital image processing using python by khalid Shaikhkhalidsheikh24
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationMostafa G. M. Mostafa
 
Color fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image ProcessingColor fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image ProcessingAmna
 
Raster scan system
Raster scan systemRaster scan system
Raster scan systemMohd Arif
 
Image compression standards
Image compression standardsImage compression standards
Image compression standardskirupasuchi1996
 
The motion estimation
The motion estimationThe motion estimation
The motion estimationsakshij91
 
Line drawing algo.
Line drawing algo.Line drawing algo.
Line drawing algo.Mohd Arif
 
Random scan displays and raster scan displays
Random scan displays and raster scan displaysRandom scan displays and raster scan displays
Random scan displays and raster scan displaysSomya Bagai
 
Raster animation
Raster animationRaster animation
Raster animationabhijit754
 
Enhancement in spatial domain
Enhancement in spatial domainEnhancement in spatial domain
Enhancement in spatial domainAshish Kumar
 
2D transformation (Computer Graphics)
2D transformation (Computer Graphics)2D transformation (Computer Graphics)
2D transformation (Computer Graphics)Timbal Mayank
 

What's hot (20)

Back face detection
Back face detectionBack face detection
Back face detection
 
COMPUTER GRAPHICS-"Projection"
COMPUTER GRAPHICS-"Projection"COMPUTER GRAPHICS-"Projection"
COMPUTER GRAPHICS-"Projection"
 
Parallel projection
Parallel projectionParallel projection
Parallel projection
 
Lab manual of Digital image processing using python by khalid Shaikh
Lab manual of Digital image processing using python by khalid ShaikhLab manual of Digital image processing using python by khalid Shaikh
Lab manual of Digital image processing using python by khalid Shaikh
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image Segmentation
 
Curves and surfaces
Curves and surfacesCurves and surfaces
Curves and surfaces
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
Color fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image ProcessingColor fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image Processing
 
Image compression models
Image compression modelsImage compression models
Image compression models
 
lecture2 computer graphics graphics hardware(Computer graphics tutorials)
 lecture2  computer graphics graphics hardware(Computer graphics tutorials) lecture2  computer graphics graphics hardware(Computer graphics tutorials)
lecture2 computer graphics graphics hardware(Computer graphics tutorials)
 
BRESENHAM’S LINE DRAWING ALGORITHM
BRESENHAM’S  LINE DRAWING ALGORITHMBRESENHAM’S  LINE DRAWING ALGORITHM
BRESENHAM’S LINE DRAWING ALGORITHM
 
Raster scan system
Raster scan systemRaster scan system
Raster scan system
 
Image compression standards
Image compression standardsImage compression standards
Image compression standards
 
The motion estimation
The motion estimationThe motion estimation
The motion estimation
 
Line drawing algo.
Line drawing algo.Line drawing algo.
Line drawing algo.
 
Random scan displays and raster scan displays
Random scan displays and raster scan displaysRandom scan displays and raster scan displays
Random scan displays and raster scan displays
 
Raster animation
Raster animationRaster animation
Raster animation
 
Enhancement in spatial domain
Enhancement in spatial domainEnhancement in spatial domain
Enhancement in spatial domain
 
Depth Buffer Method
Depth Buffer MethodDepth Buffer Method
Depth Buffer Method
 
2D transformation (Computer Graphics)
2D transformation (Computer Graphics)2D transformation (Computer Graphics)
2D transformation (Computer Graphics)
 

Similar to Computer Graphics 01.pptx

Introduction to computer graphics - Copy.pdf
Introduction to computer graphics - Copy.pdfIntroduction to computer graphics - Copy.pdf
Introduction to computer graphics - Copy.pdfOwoeyeShina
 
Computer Graphics Full Tutorial.pptx
Computer Graphics Full Tutorial.pptxComputer Graphics Full Tutorial.pptx
Computer Graphics Full Tutorial.pptxAOUNHAIDER7
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer GraphicsSanthiNivas
 
Overview of the graphics system
Overview of the graphics systemOverview of the graphics system
Overview of the graphics systemKamal Acharya
 
Overview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.pptOverview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.pptvijaybhasker26
 
ITFT-Video display devices
ITFT-Video display devicesITFT-Video display devices
ITFT-Video display devicesShifali Sharma
 
Model 1 multimedia graphics and animation introduction (1)
Model 1 multimedia graphics and animation introduction (1)Model 1 multimedia graphics and animation introduction (1)
Model 1 multimedia graphics and animation introduction (1)Rahul Borate
 
CG_ch1.pptx
CG_ch1.pptxCG_ch1.pptx
CG_ch1.pptxNirajG3
 
CG MODULE 1 (S6 CSE).pptx
CG MODULE 1 (S6 CSE).pptxCG MODULE 1 (S6 CSE).pptx
CG MODULE 1 (S6 CSE).pptxFahadSalim15
 
A concept of graphics
A concept of graphicsA concept of graphics
A concept of graphicsmsouravmishra
 
Introduction with graphics
Introduction with graphicsIntroduction with graphics
Introduction with graphicsmsouravmishra
 
CG MODULE 1 (S6 CSE)-1.pptx
CG MODULE 1 (S6 CSE)-1.pptxCG MODULE 1 (S6 CSE)-1.pptx
CG MODULE 1 (S6 CSE)-1.pptxSayoojSukumaran1
 
display devices.pptx
display devices.pptxdisplay devices.pptx
display devices.pptxAseebKhan33
 
CG03 Random Raster Scan displays and Color CRTs.ppsx
CG03 Random Raster Scan displays and Color CRTs.ppsxCG03 Random Raster Scan displays and Color CRTs.ppsx
CG03 Random Raster Scan displays and Color CRTs.ppsxjyoti_lakhani
 
Graphics display devices
Graphics display devicesGraphics display devices
Graphics display devicesalldesign
 
Introduction to computer graphics part 2
Introduction to computer graphics part 2Introduction to computer graphics part 2
Introduction to computer graphics part 2Ankit Garg
 

Similar to Computer Graphics 01.pptx (20)

Introduction to computer graphics - Copy.pdf
Introduction to computer graphics - Copy.pdfIntroduction to computer graphics - Copy.pdf
Introduction to computer graphics - Copy.pdf
 
Computer Graphics Full Tutorial.pptx
Computer Graphics Full Tutorial.pptxComputer Graphics Full Tutorial.pptx
Computer Graphics Full Tutorial.pptx
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
Overview of the graphics system
Overview of the graphics systemOverview of the graphics system
Overview of the graphics system
 
Overview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.pptOverview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.ppt
 
ITFT-Video display devices
ITFT-Video display devicesITFT-Video display devices
ITFT-Video display devices
 
Model 1 multimedia graphics and animation introduction (1)
Model 1 multimedia graphics and animation introduction (1)Model 1 multimedia graphics and animation introduction (1)
Model 1 multimedia graphics and animation introduction (1)
 
5_6066813714177198739.pdf
5_6066813714177198739.pdf5_6066813714177198739.pdf
5_6066813714177198739.pdf
 
Chapter two 1
Chapter two 1Chapter two 1
Chapter two 1
 
CG_ch1.pptx
CG_ch1.pptxCG_ch1.pptx
CG_ch1.pptx
 
CG MODULE 1 (S6 CSE).pptx
CG MODULE 1 (S6 CSE).pptxCG MODULE 1 (S6 CSE).pptx
CG MODULE 1 (S6 CSE).pptx
 
A concept of graphics
A concept of graphicsA concept of graphics
A concept of graphics
 
Introduction with graphics
Introduction with graphicsIntroduction with graphics
Introduction with graphics
 
CG MODULE 1 (S6 CSE)-1.pptx
CG MODULE 1 (S6 CSE)-1.pptxCG MODULE 1 (S6 CSE)-1.pptx
CG MODULE 1 (S6 CSE)-1.pptx
 
display devices.pptx
display devices.pptxdisplay devices.pptx
display devices.pptx
 
CG03 Random Raster Scan displays and Color CRTs.ppsx
CG03 Random Raster Scan displays and Color CRTs.ppsxCG03 Random Raster Scan displays and Color CRTs.ppsx
CG03 Random Raster Scan displays and Color CRTs.ppsx
 
Lecture 2&3
Lecture 2&3 Lecture 2&3
Lecture 2&3
 
Computer Graphics - Introduction and CRT Devices
Computer Graphics - Introduction and CRT DevicesComputer Graphics - Introduction and CRT Devices
Computer Graphics - Introduction and CRT Devices
 
Graphics display devices
Graphics display devicesGraphics display devices
Graphics display devices
 
Introduction to computer graphics part 2
Introduction to computer graphics part 2Introduction to computer graphics part 2
Introduction to computer graphics part 2
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Recently uploaded (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

Computer Graphics 01.pptx

  • 1. COMPUTER GRAPHICS Skill Enhancement Course (Introduction)
  • 2. ©Prepared by SKM Computer Graphics refers to several things: The manipulation and the representation of the image or the data in a graphical manner. Various technology required for the creation and manipulation. Types of Computer Graphics Raster Graphics: In raster graphics pixels are used for an image to be drawn. It is also known as a bitmap image in which a sequence of image is into smaller pixels. Basically a bitmap indicates a large number of pixels together. Vector Graphics: In vector graphics, mathematical formulae are used to draw different types of shapes, lines, objects and so on.
  • 3. ©Prepared by SKM Application of Computer Graphics Computer graphics user interfaces GUIs : A graphic, mouse-oriented paradigm which allows the user to interact with a computer. Business presentation graphics : "A picture is worth a thousand words". Weather Maps : Real-time mapping, symbolic representations. Satellite Imaging : Geodesic images. Photo Enhancement : Sharpening blurred photos. Medical imaging : MRIs, CAT scans, etc. - Non-invasive internal examination. Engineering drawings : mechanical, electrical, civil, etc. - Replacing the blueprints of the past. Architecture : Construction plans, exterior sketches - replacing the blueprints and hand drawings of the past. Art : Computers provide a new medium for artists. Training : Flight simulators, computer aided instruction, etc. Entertainment : Movies and games.
  • 4. ©Prepared by SKM We will cover: Basic concepts of Graphics Devices How CRT monitor works Displaying technique of: Monochrome And Colour Monitor ,
  • 5. ©Prepared by SKM Cathode Ray Tubes (CRT): The primary output device in a graphics system is a video monitor.
  • 6. ©Prepared by SKM Construction of a CRT – Components of CRT: 1. Electron Gun: Electron gun consisting of a series of elements, primarily a heating filament (heater) and a cathode. The electron gun creates a source of electrons which are focused into a narrow beam directed at the face of the CRT. 2. Control Electrode: It is used to turn the electron beam on and off. 3. Focusing system: It is used to create a clear picture by focusing the electrons into a narrow beam. 4. Deflection Yoke: It is used to control the direction of the electron beam. It creates an electric or magnetic field which will bend the electron beam as it passes through the area. 5. Phosphorus-coated screen: The inside front surface of every CRT is coated with phosphors. Phosphors glow when a high-energy electron beam hits them.
  • 7. ©Prepared by SKM Types Of Deflection: Electrostatic Deflection The electron beam (cathode rays) passes through a highly positively charged metal cylinder that forms an electrostatic lens. This electrostatic lens focuses the cathode rays to the centre of the screen in the same way like an optical lens focuses the beam of light. Two pairs of parallel plates are mounted inside the CRT tube. Magnetic Deflection Here, two pairs of coils are used. One pair is mounted on the top and bottom of the CRT tube, and the other pair on the two opposite sides. The magnetic field produced by both these pairs is such that a force is generated on the electron beam in a direction which is perpendicular to both the direction of magnetic field, and to the direction of flow of the beam. One pair is mounted horizontally and the other vertically.
  • 8. ©Prepared by SKM Monochrome monitors: Monochrome monitors are computer monitors that display a single colour against a solid background. While somewhat plain, the use of a single phosphor to generate the single colour in each pixel makes it possible for the monitor to provide a very clear and crisp looking display. An IBM computer with a green monochrome monitor •A monochrome monitor is a type of CRT computer monitor •Monochrome monitors have only one colour of phosphor • Either P1, P3 or P4 phosphor is used •Monochrome monitors produce sharper text and images than colour CRT monitors
  • 9. ©Prepared by SKM Colour CRT Monitors: The CRT Monitor display by using a combination of phosphors. The phosphors are different colours. There are two popular approaches for producing colour displays with a CRT are: Beam Penetration Method Shadow-Mask Method
  • 10. ©Prepared by SKM 1. Beam Penetration Method CRT screen is coated with two layers of phosphor, red and green Displayed colour depends on how far the electron beam penetrates the phosphor layers  Use random-scan Advantages: Inexpensive Disadvantages: Only four colours are possible Quality of pictures is not as good as with another method.
  • 11. ©Prepared by SKM 2. Shadow-Mask Method A shadow mask CRT has 3 phosphor colour dots at each pixel position. One phosphor dot emits: red light Another emits: green light Third emits: blue light Figure shows the delta-delta shadow mask method commonly used in colour CRT system.
  • 12. ©Prepared by SKM Working procedure : Shadow-Mask Method Deflection system of the CRT operates on all 3 electron beams simultaneously When the three beams pass through a hole in the shadow mask, they activate a dotted triangle, which occurs as a small colour spot on the screen.
  • 13. ©Prepared by SKM Shadow-Mask Method Advantage: Realistic image Million different colours to be generated Shadow scenes are possible Disadvantage: Relatively expensive compared with the monochrome CRT. Relatively poor resolution Convergence Problem
  • 14. ©Prepared by SKM Random Scan display: Random Scan System uses an electron beam which operates like a pencil to create a line image on the CRT screen. The system cycles back to the first line and design all the lines of the image 30 to 60 time each second. Random-scan monitors are also known as vector displays or stroke-writing displays or calligraphic displays. Advantages: A CRT has the electron beam directed only to the parts of the screen where an image is to be drawn. Produce smooth line drawings. High Resolution Disadvantages: Random-Scan monitors cannot display realistic shades scenes.
  • 15. ©Prepared by SKM Raster Scan Display Information of on and off pixels is stored in refresh buffer or Frame buffer. Televisions in our house are based on Raster Scan Method. The raster scan system can store information of each pixel position, so it is suitable for realistic display of objects. Frame Buffer is also known as Raster or bit map. In Frame Buffer the positions are called picture elements or pixels. Advantages: Realistic image Million Different colours to be generated Shadow Scenes are possible. Disadvantages: Low Resolution Expensive
  • 16. ©Prepared by SKM Types of Scanning or travelling of beam in Raster Scan Interlaced Scanning Non-Interlaced Scanning In Interlaced scanning, each horizontal line of the screen is traced from top to bottom. Due to which fading of display of object may occur. This problem can be solved by Non-Interlaced scanning. In this first of all odd numbered lines are traced or visited by an electron beam, then in the next circle, even number of lines are located. For non-interlaced display refresh rate of 30 frames per second used. But it gives flickers. For interlaced display refresh rate of 60 frames per second is used.
  • 17. ©Prepared by SKM Random Scan Raster Scan 1. It has high Resolution 1. Its resolution is low. 2. It is more expensive 2. It is less expensive 3. Any modification if needed is easy 3.Modification is tough 4. Solid pattern is tough to fill 4.Solid pattern is easy to fill 5. Refresh rate depends on resolution 5. Refresh rate does not depend on the picture. 6. Only screen with view on an area is displayed. 6. Whole screen is scanned. 7. Beam Penetration technology come under it. 7. Shadow mask technology came under this. 8. It does not use interlacing method. 8. It uses interlacing 9. It is restricted to line drawing applications 9. It is suitable for realistic display. Differentiate between Random and Raster Scan Display: