尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
Computer Graphics
 A CRT is an evacuated glass tube. An electron
gun at the rear of the tube produces a beam of
electrons which is directed towards the front of
the tube (screen).
 The inner side of the screen is coated with
phosphor substance which gives off light when it
is stroked by electrons.
 The beam is positioned on the screen by a
deflection system of the cathode-ray-tube
consists of two pairs of parallel plates, referred
to as the vertical and horizontal deflection
plates.
 The intensity of the beam is controlled by
the intensity signal on the control grid.
 The voltage applied to vertical plates controls the vertical
deflection of the electron beam and voltage applied to the
horizontal deflection plates controls the horizontal deflection of
the electron beam.
 There are two techniques used for producing images on the CRT
screen: Vector scan / random scan and Raster scan.
 When the phosphor is hit by the electron beam it absorbs energy
and jumps to a higher quantum-energy level. As it returns to its
normal level it emits visible light i.e. it phosphoresces. In the
phosphors used in graphics devices the persistence of the
phosphorescence is typically 10-60 microseconds.
 Before the human visual system can see a transient image it
must be continually redrawn (refreshed) at a rate higher than the
critical fusion frequency of the human visual system. To allow
the human visual system to see a continuously refreshed image
without flicker the refresh rate has to be at least 60 frames/sec.
 Raster: A rectangular array of points or dot.
 An image is subdivided into a sequence of (usually
horizontal) strips known as "scan lines“ which can be further
divided into discrete pixels for processing in a computer
system.
A raster image is a collection of dots called pixels
RASTER IMAGE
 In a raster scan system, the electron beam is swept
across the screen, one row at a time from top to bottom.
 As the electron beam moves across each row, the beam
intensity is turned on and off to create a pattern of
illuminated spots.
 The return to the left of the screen, after refreshing each
scan line is called Horizontal retrace.
 At the end of each frame the electron beam returns to
the top left corner of the screen to begin the next frame
is called Vertical retrace:
• Picture definition is stored in a memory area called the
refresh buffer or frame buffer.
• Refresh buffer or frame buffer is memory area that
holds the set of intensity values for all the screen
points.
• Stored intensity values then retrieved from refresh
buffer and “painted” on the screen one row (scan line)
at a time.
Object as set of discrete points across each
scan line
 The quality of a raster image is determined by the total
number pixels (resolution), and the amount of
information in each pixel (color depth)
 A black-and-white system: each screen point is either on
or off, so only one bit per pixel is needed to control the
intensity of screen positions. Such type of frame buffer
is called Bit map
 High quality raster graphics system have 24 bits per
pixel in the frame buffer (a full color system or a true
color system)
 Refreshing on raster scan displays is carried out at the
rate of 60 to 80 frame per second.
 On some raster systems (TV), each frame is displayed in two
passes using an interlaced refresh procedure.
 Interlacing is primarily used for slower refresh rates.
 An effective technique to avoid Flicker.(Flicker occurs on
CRTs when they are driven at a low refresh rate, allowing
the brightness to drop for time intervals sufficiently long to be
noticed by a human eye)
 Suited for realistic display of screens
 Home television computer printers create their
images basically by raster scanning. Laser
printers use a spinning polygonal mirror (or an
optical equivalent) to scan across the
photosensitive drum, and paper movement
provides the other scan axis
 Common raster image formats include BMP (Windows
Bitmap), JPEG (Joint Photographics Expert Group),
GIF (Graphics Interchange Format) , PNG (Portable
Network Graphic), PSD (Adobe PhotoShop)
• To increase the size of a raster image the pixels
defining the image are be increased in either
number or size. Spreading the pixels over a larger
area causes the image to lose detail and clarity.
• Produces jagged lines that are plotted as discrete
points
 Random scan display is the use of geometrical
primitives such as points, lines, curves, and polygons,
which are all based upon mathematical equation
 When operated as a random-scan display
unit, a CRT has the electron beam directed
only to the parts of the screen where a
picture is to be drawn.
 Random-scan monitors draw a picture one
line at a time and for this reason are also
referred to as vector displays (or stroke-
writing or calligraphic displays).
 Refresh rate depends on the number of lines to be
displayed.
 Picture definition is now stored as a line-drawing
commands an area of memory referred to as refresh
display file (display list).
 To display a picture, the system cycle through the set
of commands in the display file, drawing each
component line in turn.
 Random scan displays are designed to draw all the
component lines of a picture 30 to 60 times each
second
Ideal Drawing Vector Drawing
Raster
Outline primitives Filled primitives
A Raster system produces jagged lines that are plotted as
discrete points sets.
Vector displays product smooth line drawing
 Random scan displays are designed for line-
drawing applications and can not display
realistic shaded scenes
 Random scan displays have higher resolution than
raster systems.
 Vector displays product smooth line drawing.
 This minimal amount of information translates to a
much smaller file size. (file size compared to large
raster images)
 On zooming in, and it remains smooth
 The parameters of obje.cts are stored and can be later
modified.
 In addition to the central processing unit (CPU), a special
processor, called the video controller or display controller, is
used to control the operation of the display device.
 A fixed area of the system memory is reserved for the frame
buffer, and the video controller is given direct access to the
frame buffer memory.
 Operation performed:
1. Refreshing operation
2. Transformation (Areas of the screen can be enlarged,
reduces, or moved during the refresh cycles)
 Frame buffer location, and the corresponding screen
positions, are referenced in Cartesian coordinates
 Scan lines are then labeled from ymax at the top of the
screen to 0 at the bottom. Along each scan line, screen
pixel positions are labeled from 0 to xmax
 Two registers are used to store the coordinates of the
screen pixels.
x
y Line Scan
y
max
x max
Raster Scan Generator
x Register y Register
Memory Address
Frame Buffer Intensity
 The purpose of the DP is to free the CPU from the
graphics chores.
 A major task of the display processor is Scan
Conversion.
 Scan Conversion: is digitizing a picture definition
given in an application program into a set of pixel
intensity values for storage in the frame buffer.
 Graphic commands are translated by the graphics
package into a display file stored in the system
memory.
 This file is then accessed by the display processor
unit (DPU)(graphic controller) to refresh the
screen.
Base of
Difference
Raster Scan System Random Scan System
Electron
Beam
The electron beam is swept across the
screen, one row at a time, from top to
bottom.
The electron beam is directed
only to the parts of screen where
a picture is to be drawn.
Resolution
Its resolution is poor because raster
system in contrast produces zig-zag
lines that are plotted as discrete point
sets.
Its resolution is good because
this system produces smooth
lines drawings because CRT
beam directly follows the line
path.
Picture
Definition
Picture definition is stored as a set of
intensity values for all screen points,
called pixels in a refresh buffer area.
Picture definition is stored as a
set of line drawing instructions
in a display file.
Realistic
Display
The capability of this system to
store intensity values for pixel
makes it well suited for the realistic
display of scenes contain shadow and
color pattern.
These systems are designed for
line-drawing and can’t display
realistic shaded scenes.
Draw an
Image
Screen points/pixels are used to draw
an image.
Mathematical functions are used
to draw an image.

More Related Content

What's hot

Raster Scan And Random Scan
Raster Scan And Random ScanRaster Scan And Random Scan
Raster Scan And Random Scan
Devika Rangnekar
 
Display techniques
Display techniquesDisplay techniques
Display techniques
Mohd Arif
 
Raster scan systems with video controller and display processor
Raster scan systems with video controller and display processorRaster scan systems with video controller and display processor
Raster scan systems with video controller and display processor
hemanth kumar
 
raster and random scan
raster and random scanraster and random scan
raster and random scan
Sonia Pahuja
 
Cg Chap 02
Cg Chap 02Cg Chap 02
Graphics display-devicesmod-1
Graphics display-devicesmod-1Graphics display-devicesmod-1
Graphics display-devicesmod-1
Praveen Kumar
 
Raster scan system
Raster scan systemRaster scan system
Raster scan system
Mohd Arif
 
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)
Daroko blog(www.professionalbloggertricks.com)
 
Overview of Graphics System
Overview of Graphics SystemOverview of Graphics System
Overview of Graphics System
PrathimaBaliga
 
Lecture 2&3
Lecture 2&3 Lecture 2&3
Lecture 2&3
mahammed rashid
 
Random and raster scan
Random and raster scanRandom and raster scan
Random and raster scan
ankur bhalla
 
Computer Graphics display technologies(Computer graphics tutorials)
Computer Graphics display technologies(Computer graphics tutorials)Computer Graphics display technologies(Computer graphics tutorials)
Computer Graphics display technologies(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
Computer Graphics - Introduction and CRT Devices
Computer Graphics - Introduction and CRT DevicesComputer Graphics - Introduction and CRT Devices
Computer Graphics - Introduction and CRT Devices
Hisham Al Kurdi, EAVA, DMC-D-4K, HCCA-P, HCAA-D
 
Raster Scan Display
Raster Scan DisplayRaster Scan Display
Raster Scan Display
Ankur Soni
 
ITFT-Video display devices
ITFT-Video display devicesITFT-Video display devices
ITFT-Video display devices
Shifali Sharma
 
Introduction to computer graphics part 1
Introduction to computer graphics part 1Introduction to computer graphics part 1
Introduction to computer graphics part 1
Ankit Garg
 
Raster scan display
Raster scan displayRaster scan display
Raster scan display
Hamza Khan
 
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
Somya Bagai
 
CG - Display Devices
CG - Display DevicesCG - Display Devices
CG - Display Devices
vinay arora
 
Hardware concept for graphics
Hardware concept  for graphics Hardware concept  for graphics
Hardware concept for graphics
Partnered Health
 

What's hot (20)

Raster Scan And Random Scan
Raster Scan And Random ScanRaster Scan And Random Scan
Raster Scan And Random Scan
 
Display techniques
Display techniquesDisplay techniques
Display techniques
 
Raster scan systems with video controller and display processor
Raster scan systems with video controller and display processorRaster scan systems with video controller and display processor
Raster scan systems with video controller and display processor
 
raster and random scan
raster and random scanraster and random scan
raster and random scan
 
Cg Chap 02
Cg Chap 02Cg Chap 02
Cg Chap 02
 
Graphics display-devicesmod-1
Graphics display-devicesmod-1Graphics display-devicesmod-1
Graphics display-devicesmod-1
 
Raster scan system
Raster scan systemRaster scan system
Raster scan system
 
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)
 
Overview of Graphics System
Overview of Graphics SystemOverview of Graphics System
Overview of Graphics System
 
Lecture 2&3
Lecture 2&3 Lecture 2&3
Lecture 2&3
 
Random and raster scan
Random and raster scanRandom and raster scan
Random and raster scan
 
Computer Graphics display technologies(Computer graphics tutorials)
Computer Graphics display technologies(Computer graphics tutorials)Computer Graphics display technologies(Computer graphics tutorials)
Computer Graphics display technologies(Computer graphics tutorials)
 
Computer Graphics - Introduction and CRT Devices
Computer Graphics - Introduction and CRT DevicesComputer Graphics - Introduction and CRT Devices
Computer Graphics - Introduction and CRT Devices
 
Raster Scan Display
Raster Scan DisplayRaster Scan Display
Raster Scan Display
 
ITFT-Video display devices
ITFT-Video display devicesITFT-Video display devices
ITFT-Video display devices
 
Introduction to computer graphics part 1
Introduction to computer graphics part 1Introduction to computer graphics part 1
Introduction to computer graphics part 1
 
Raster scan display
Raster scan displayRaster scan display
Raster scan display
 
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
 
CG - Display Devices
CG - Display DevicesCG - Display Devices
CG - Display Devices
 
Hardware concept for graphics
Hardware concept  for graphics Hardware concept  for graphics
Hardware concept for graphics
 

Similar to Display technology

Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
SanthiNivas
 
Unit i
Unit  iUnit  i
Unit i
poshika
 
CG_ch1.pptx
CG_ch1.pptxCG_ch1.pptx
CG_ch1.pptx
NirajG3
 
lect-2.ppt
lect-2.pptlect-2.ppt
lect-2.ppt
Deivendran2
 
Unit 1
Unit 1Unit 1
Unit 1
Ankit Garg
 
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
jyoti_lakhani
 
Chapter two 1
Chapter two 1Chapter two 1
Chapter two 1
mahammed rashid
 
A concept of graphics
A concept of graphicsA concept of graphics
A concept of graphics
msouravmishra
 
Introduction with graphics
Introduction with graphicsIntroduction with graphics
Introduction with graphics
msouravmishra
 
Introduction to computer graphics and multimedia
Introduction to computer graphics and multimediaIntroduction to computer graphics and multimedia
Introduction to computer graphics and multimedia
Shweta Shah
 
CG MODULE 1 (S6 CSE).pptx
CG MODULE 1 (S6 CSE).pptxCG MODULE 1 (S6 CSE).pptx
CG MODULE 1 (S6 CSE).pptx
FahadSalim15
 
Overview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.pptOverview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.ppt
vijaybhasker26
 
Displaydevices graphics
Displaydevices graphicsDisplaydevices graphics
Displaydevices graphics
suhail ahmad
 
Computer Graphics lecture.pptx
Computer Graphics lecture.pptxComputer Graphics lecture.pptx
Computer Graphics lecture.pptx
NishkaSharma5
 
Raster scan system & random scan system
Raster scan system & random scan systemRaster scan system & random scan system
Raster scan system & random scan system
shalinikarunakaran1
 
Display devices
Display devices Display devices
Display devices
St.Joseph's college
 
5_6066813714177198739.pdf
5_6066813714177198739.pdf5_6066813714177198739.pdf
5_6066813714177198739.pdf
VanshdeepSingh28
 
Introduction to Computer graphics
Introduction to Computer graphicsIntroduction to Computer graphics
Introduction to Computer graphics
LOKESH KUMAR
 
Crt display devices
Crt display devicesCrt display devices
Crt display devices
Manju Rajput
 
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
SayoojSukumaran1
 

Similar to Display technology (20)

Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
Unit i
Unit  iUnit  i
Unit i
 
CG_ch1.pptx
CG_ch1.pptxCG_ch1.pptx
CG_ch1.pptx
 
lect-2.ppt
lect-2.pptlect-2.ppt
lect-2.ppt
 
Unit 1
Unit 1Unit 1
Unit 1
 
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
 
Chapter two 1
Chapter two 1Chapter two 1
Chapter two 1
 
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
 
Introduction to computer graphics and multimedia
Introduction to computer graphics and multimediaIntroduction to computer graphics and multimedia
Introduction to computer graphics and multimedia
 
CG MODULE 1 (S6 CSE).pptx
CG MODULE 1 (S6 CSE).pptxCG MODULE 1 (S6 CSE).pptx
CG MODULE 1 (S6 CSE).pptx
 
Overview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.pptOverview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.ppt
 
Displaydevices graphics
Displaydevices graphicsDisplaydevices graphics
Displaydevices graphics
 
Computer Graphics lecture.pptx
Computer Graphics lecture.pptxComputer Graphics lecture.pptx
Computer Graphics lecture.pptx
 
Raster scan system & random scan system
Raster scan system & random scan systemRaster scan system & random scan system
Raster scan system & random scan system
 
Display devices
Display devices Display devices
Display devices
 
5_6066813714177198739.pdf
5_6066813714177198739.pdf5_6066813714177198739.pdf
5_6066813714177198739.pdf
 
Introduction to Computer graphics
Introduction to Computer graphicsIntroduction to Computer graphics
Introduction to Computer graphics
 
Crt display devices
Crt display devicesCrt display devices
Crt display devices
 
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
 

More from JIMS Engineering Management Technical Campus

Online Education
Online EducationOnline Education
Communication barriers
Communication barriersCommunication barriers
Probability Distribution
Probability Distribution Probability Distribution
Economic development
Economic developmentEconomic development
Basics of Neural Networks
Basics of Neural NetworksBasics of Neural Networks
Green marketing by mayank panday
Green marketing by mayank pandayGreen marketing by mayank panday
Green marketing by mayank panday
JIMS Engineering Management Technical Campus
 
Paradigm Shift in new age marketing
Paradigm Shift in new age marketingParadigm Shift in new age marketing
Paradigm Shift in new age marketing
JIMS Engineering Management Technical Campus
 

More from JIMS Engineering Management Technical Campus (7)

Online Education
Online EducationOnline Education
Online Education
 
Communication barriers
Communication barriersCommunication barriers
Communication barriers
 
Probability Distribution
Probability Distribution Probability Distribution
Probability Distribution
 
Economic development
Economic developmentEconomic development
Economic development
 
Basics of Neural Networks
Basics of Neural NetworksBasics of Neural Networks
Basics of Neural Networks
 
Green marketing by mayank panday
Green marketing by mayank pandayGreen marketing by mayank panday
Green marketing by mayank panday
 
Paradigm Shift in new age marketing
Paradigm Shift in new age marketingParadigm Shift in new age marketing
Paradigm Shift in new age marketing
 

Recently uploaded

Ahmedabad ℂall Girl Book 🤑 7488326553 🤑 ℂall Girl Service In Ahmedabad
Ahmedabad ℂall Girl Book 🤑 7488326553 🤑 ℂall Girl Service In AhmedabadAhmedabad ℂall Girl Book 🤑 7488326553 🤑 ℂall Girl Service In Ahmedabad
Ahmedabad ℂall Girl Book 🤑 7488326553 🤑 ℂall Girl Service In Ahmedabad
babesbookhot
 
一比一原版(lbs学位证书)伦敦商学院毕业证如何办理
一比一原版(lbs学位证书)伦敦商学院毕业证如何办理一比一原版(lbs学位证书)伦敦商学院毕业证如何办理
一比一原版(lbs学位证书)伦敦商学院毕业证如何办理
atxuwu
 
Fundamental physics and paper summary for p-contact on GaN
Fundamental physics and paper summary for p-contact on GaNFundamental physics and paper summary for p-contact on GaN
Fundamental physics and paper summary for p-contact on GaN
Brian Kim, PhD
 
Call Girls In Solapur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Solapur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 MinutesCall Girls In Solapur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Solapur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
kamka4105
 
Marathi Call Girls Bangalore 9024918724 Just CALL ME Book Beautiful Girls any...
Marathi Call Girls Bangalore 9024918724 Just CALL ME Book Beautiful Girls any...Marathi Call Girls Bangalore 9024918724 Just CALL ME Book Beautiful Girls any...
Marathi Call Girls Bangalore 9024918724 Just CALL ME Book Beautiful Girls any...
vaibhavkumar8900
 
Delhi Call Girls RK Puram 👉 9711199171 👈 unlimited short high profile full tr...
Delhi Call Girls RK Puram 👉 9711199171 👈 unlimited short high profile full tr...Delhi Call Girls RK Puram 👉 9711199171 👈 unlimited short high profile full tr...
Delhi Call Girls RK Puram 👉 9711199171 👈 unlimited short high profile full tr...
gujratescort#p11
 
Call Girls In Bhubaneswar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service H...
Call Girls In Bhubaneswar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service H...Call Girls In Bhubaneswar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service H...
Call Girls In Bhubaneswar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service H...
dhyaansingh0898#S07
 
ℂall Girls Kolkata 😍 Call 0000000 Vip Escorts Service Kolkata
ℂall Girls Kolkata 😍 Call 0000000 Vip Escorts Service Kolkataℂall Girls Kolkata 😍 Call 0000000 Vip Escorts Service Kolkata
ℂall Girls Kolkata 😍 Call 0000000 Vip Escorts Service Kolkata
nhero3888
 
Vasant Kunj Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with ...
Vasant Kunj Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with ...Vasant Kunj Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with ...
Vasant Kunj Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with ...
simrangupta87541
 
Call Girls In Jalandhar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hot...
Call Girls In Jalandhar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hot...Call Girls In Jalandhar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hot...
Call Girls In Jalandhar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hot...
dhyaansingh0898#S07
 
Call Girls Guwahati Book Me ☎️ 9024918724 Quickest Hot Delivery Service
Call Girls Guwahati Book Me ☎️ 9024918724 Quickest Hot Delivery ServiceCall Girls Guwahati Book Me ☎️ 9024918724 Quickest Hot Delivery Service
Call Girls Guwahati Book Me ☎️ 9024918724 Quickest Hot Delivery Service
kuldeepsharmaks8120
 
exammeessccglpyq2023exammeessccglpyq2023
exammeessccglpyq2023exammeessccglpyq2023exammeessccglpyq2023exammeessccglpyq2023
exammeessccglpyq2023exammeessccglpyq2023
SubhamMandal40
 
🔥Airhostess Call Girl Pune 💯Call Us 🔝 7014168258 🔝💃Independent Pune Escorts S...
🔥Airhostess Call Girl Pune 💯Call Us 🔝 7014168258 🔝💃Independent Pune Escorts S...🔥Airhostess Call Girl Pune 💯Call Us 🔝 7014168258 🔝💃Independent Pune Escorts S...
🔥Airhostess Call Girl Pune 💯Call Us 🔝 7014168258 🔝💃Independent Pune Escorts S...
Ak47
 
Company Profile of Tempcon - Chiller Manufacturer In India
Company Profile of Tempcon - Chiller Manufacturer In IndiaCompany Profile of Tempcon - Chiller Manufacturer In India
Company Profile of Tempcon - Chiller Manufacturer In India
soumotempcon
 
Call Girl Low Price Noida 9873777170 Cash Payment Free Home Delivery
Call Girl Low Price Noida 9873777170 Cash Payment Free Home DeliveryCall Girl Low Price Noida 9873777170 Cash Payment Free Home Delivery
Call Girl Low Price Noida 9873777170 Cash Payment Free Home Delivery
hanshkumar9870
 
Call Girls in Noida (Uttar Pradesh ) call me [🔝9899900591🔝] Escort In Noida s...
Call Girls in Noida (Uttar Pradesh ) call me [🔝9899900591🔝] Escort In Noida s...Call Girls in Noida (Uttar Pradesh ) call me [🔝9899900591🔝] Escort In Noida s...
Call Girls in Noida (Uttar Pradesh ) call me [🔝9899900591🔝] Escort In Noida s...
rosankumar564363
 
We’re Underestimating the Damage Extreme Weather Does to Rooftop Solar Panels
We’re Underestimating the Damage Extreme Weather Does to Rooftop Solar PanelsWe’re Underestimating the Damage Extreme Weather Does to Rooftop Solar Panels
We’re Underestimating the Damage Extreme Weather Does to Rooftop Solar Panels
Grid Freedom Inc.
 
Night Call Girls Service In Chennai ☎️ Dail-👉 7014168258 😂👈 At Your Doorstep
Night Call Girls Service In Chennai ☎️ Dail-👉 7014168258 😂👈 At Your DoorstepNight Call Girls Service In Chennai ☎️ Dail-👉 7014168258 😂👈 At Your Doorstep
Night Call Girls Service In Chennai ☎️ Dail-👉 7014168258 😂👈 At Your Doorstep
Ak47
 
Premium Call Girls In Chennai 🔥 9079923931 🔥 Real Fun With Sexual Girl Availa...
Premium Call Girls In Chennai 🔥 9079923931 🔥 Real Fun With Sexual Girl Availa...Premium Call Girls In Chennai 🔥 9079923931 🔥 Real Fun With Sexual Girl Availa...
Premium Call Girls In Chennai 🔥 9079923931 🔥 Real Fun With Sexual Girl Availa...
$A19
 
Call Girls Pune, Baramati 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independent Low...
Call Girls Pune, Baramati 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independent Low...Call Girls Pune, Baramati 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independent Low...
Call Girls Pune, Baramati 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independent Low...
rajnisinghkjn
 

Recently uploaded (20)

Ahmedabad ℂall Girl Book 🤑 7488326553 🤑 ℂall Girl Service In Ahmedabad
Ahmedabad ℂall Girl Book 🤑 7488326553 🤑 ℂall Girl Service In AhmedabadAhmedabad ℂall Girl Book 🤑 7488326553 🤑 ℂall Girl Service In Ahmedabad
Ahmedabad ℂall Girl Book 🤑 7488326553 🤑 ℂall Girl Service In Ahmedabad
 
一比一原版(lbs学位证书)伦敦商学院毕业证如何办理
一比一原版(lbs学位证书)伦敦商学院毕业证如何办理一比一原版(lbs学位证书)伦敦商学院毕业证如何办理
一比一原版(lbs学位证书)伦敦商学院毕业证如何办理
 
Fundamental physics and paper summary for p-contact on GaN
Fundamental physics and paper summary for p-contact on GaNFundamental physics and paper summary for p-contact on GaN
Fundamental physics and paper summary for p-contact on GaN
 
Call Girls In Solapur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Solapur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 MinutesCall Girls In Solapur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
Call Girls In Solapur 👯‍♀️ 7339748667 🔥 Free Home Delivery Within 30 Minutes
 
Marathi Call Girls Bangalore 9024918724 Just CALL ME Book Beautiful Girls any...
Marathi Call Girls Bangalore 9024918724 Just CALL ME Book Beautiful Girls any...Marathi Call Girls Bangalore 9024918724 Just CALL ME Book Beautiful Girls any...
Marathi Call Girls Bangalore 9024918724 Just CALL ME Book Beautiful Girls any...
 
Delhi Call Girls RK Puram 👉 9711199171 👈 unlimited short high profile full tr...
Delhi Call Girls RK Puram 👉 9711199171 👈 unlimited short high profile full tr...Delhi Call Girls RK Puram 👉 9711199171 👈 unlimited short high profile full tr...
Delhi Call Girls RK Puram 👉 9711199171 👈 unlimited short high profile full tr...
 
Call Girls In Bhubaneswar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service H...
Call Girls In Bhubaneswar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service H...Call Girls In Bhubaneswar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service H...
Call Girls In Bhubaneswar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service H...
 
ℂall Girls Kolkata 😍 Call 0000000 Vip Escorts Service Kolkata
ℂall Girls Kolkata 😍 Call 0000000 Vip Escorts Service Kolkataℂall Girls Kolkata 😍 Call 0000000 Vip Escorts Service Kolkata
ℂall Girls Kolkata 😍 Call 0000000 Vip Escorts Service Kolkata
 
Vasant Kunj Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with ...
Vasant Kunj Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with ...Vasant Kunj Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with ...
Vasant Kunj Call Girls Delhi 🔥 9711199012 ❄- Pick Your Dream Call Girls with ...
 
Call Girls In Jalandhar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hot...
Call Girls In Jalandhar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hot...Call Girls In Jalandhar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hot...
Call Girls In Jalandhar👯‍♀️ 7339748667 🔥 Safe Housewife Call Girl Service Hot...
 
Call Girls Guwahati Book Me ☎️ 9024918724 Quickest Hot Delivery Service
Call Girls Guwahati Book Me ☎️ 9024918724 Quickest Hot Delivery ServiceCall Girls Guwahati Book Me ☎️ 9024918724 Quickest Hot Delivery Service
Call Girls Guwahati Book Me ☎️ 9024918724 Quickest Hot Delivery Service
 
exammeessccglpyq2023exammeessccglpyq2023
exammeessccglpyq2023exammeessccglpyq2023exammeessccglpyq2023exammeessccglpyq2023
exammeessccglpyq2023exammeessccglpyq2023
 
🔥Airhostess Call Girl Pune 💯Call Us 🔝 7014168258 🔝💃Independent Pune Escorts S...
🔥Airhostess Call Girl Pune 💯Call Us 🔝 7014168258 🔝💃Independent Pune Escorts S...🔥Airhostess Call Girl Pune 💯Call Us 🔝 7014168258 🔝💃Independent Pune Escorts S...
🔥Airhostess Call Girl Pune 💯Call Us 🔝 7014168258 🔝💃Independent Pune Escorts S...
 
Company Profile of Tempcon - Chiller Manufacturer In India
Company Profile of Tempcon - Chiller Manufacturer In IndiaCompany Profile of Tempcon - Chiller Manufacturer In India
Company Profile of Tempcon - Chiller Manufacturer In India
 
Call Girl Low Price Noida 9873777170 Cash Payment Free Home Delivery
Call Girl Low Price Noida 9873777170 Cash Payment Free Home DeliveryCall Girl Low Price Noida 9873777170 Cash Payment Free Home Delivery
Call Girl Low Price Noida 9873777170 Cash Payment Free Home Delivery
 
Call Girls in Noida (Uttar Pradesh ) call me [🔝9899900591🔝] Escort In Noida s...
Call Girls in Noida (Uttar Pradesh ) call me [🔝9899900591🔝] Escort In Noida s...Call Girls in Noida (Uttar Pradesh ) call me [🔝9899900591🔝] Escort In Noida s...
Call Girls in Noida (Uttar Pradesh ) call me [🔝9899900591🔝] Escort In Noida s...
 
We’re Underestimating the Damage Extreme Weather Does to Rooftop Solar Panels
We’re Underestimating the Damage Extreme Weather Does to Rooftop Solar PanelsWe’re Underestimating the Damage Extreme Weather Does to Rooftop Solar Panels
We’re Underestimating the Damage Extreme Weather Does to Rooftop Solar Panels
 
Night Call Girls Service In Chennai ☎️ Dail-👉 7014168258 😂👈 At Your Doorstep
Night Call Girls Service In Chennai ☎️ Dail-👉 7014168258 😂👈 At Your DoorstepNight Call Girls Service In Chennai ☎️ Dail-👉 7014168258 😂👈 At Your Doorstep
Night Call Girls Service In Chennai ☎️ Dail-👉 7014168258 😂👈 At Your Doorstep
 
Premium Call Girls In Chennai 🔥 9079923931 🔥 Real Fun With Sexual Girl Availa...
Premium Call Girls In Chennai 🔥 9079923931 🔥 Real Fun With Sexual Girl Availa...Premium Call Girls In Chennai 🔥 9079923931 🔥 Real Fun With Sexual Girl Availa...
Premium Call Girls In Chennai 🔥 9079923931 🔥 Real Fun With Sexual Girl Availa...
 
Call Girls Pune, Baramati 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independent Low...
Call Girls Pune, Baramati 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independent Low...Call Girls Pune, Baramati 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independent Low...
Call Girls Pune, Baramati 🔝 7339748667 🔝 Escorts 💯 Yeena Best Independent Low...
 

Display technology

  • 2.
  • 3.
  • 4.  A CRT is an evacuated glass tube. An electron gun at the rear of the tube produces a beam of electrons which is directed towards the front of the tube (screen).  The inner side of the screen is coated with phosphor substance which gives off light when it is stroked by electrons.  The beam is positioned on the screen by a deflection system of the cathode-ray-tube consists of two pairs of parallel plates, referred to as the vertical and horizontal deflection plates.  The intensity of the beam is controlled by the intensity signal on the control grid.
  • 5.  The voltage applied to vertical plates controls the vertical deflection of the electron beam and voltage applied to the horizontal deflection plates controls the horizontal deflection of the electron beam.  There are two techniques used for producing images on the CRT screen: Vector scan / random scan and Raster scan.  When the phosphor is hit by the electron beam it absorbs energy and jumps to a higher quantum-energy level. As it returns to its normal level it emits visible light i.e. it phosphoresces. In the phosphors used in graphics devices the persistence of the phosphorescence is typically 10-60 microseconds.  Before the human visual system can see a transient image it must be continually redrawn (refreshed) at a rate higher than the critical fusion frequency of the human visual system. To allow the human visual system to see a continuously refreshed image without flicker the refresh rate has to be at least 60 frames/sec.
  • 6.  Raster: A rectangular array of points or dot.  An image is subdivided into a sequence of (usually horizontal) strips known as "scan lines“ which can be further divided into discrete pixels for processing in a computer system. A raster image is a collection of dots called pixels
  • 8.  In a raster scan system, the electron beam is swept across the screen, one row at a time from top to bottom.  As the electron beam moves across each row, the beam intensity is turned on and off to create a pattern of illuminated spots.  The return to the left of the screen, after refreshing each scan line is called Horizontal retrace.  At the end of each frame the electron beam returns to the top left corner of the screen to begin the next frame is called Vertical retrace:
  • 9.
  • 10. • Picture definition is stored in a memory area called the refresh buffer or frame buffer. • Refresh buffer or frame buffer is memory area that holds the set of intensity values for all the screen points. • Stored intensity values then retrieved from refresh buffer and “painted” on the screen one row (scan line) at a time.
  • 11. Object as set of discrete points across each scan line
  • 12.  The quality of a raster image is determined by the total number pixels (resolution), and the amount of information in each pixel (color depth)  A black-and-white system: each screen point is either on or off, so only one bit per pixel is needed to control the intensity of screen positions. Such type of frame buffer is called Bit map  High quality raster graphics system have 24 bits per pixel in the frame buffer (a full color system or a true color system)  Refreshing on raster scan displays is carried out at the rate of 60 to 80 frame per second.
  • 13.  On some raster systems (TV), each frame is displayed in two passes using an interlaced refresh procedure.  Interlacing is primarily used for slower refresh rates.  An effective technique to avoid Flicker.(Flicker occurs on CRTs when they are driven at a low refresh rate, allowing the brightness to drop for time intervals sufficiently long to be noticed by a human eye)
  • 14.
  • 15.
  • 16.  Suited for realistic display of screens  Home television computer printers create their images basically by raster scanning. Laser printers use a spinning polygonal mirror (or an optical equivalent) to scan across the photosensitive drum, and paper movement provides the other scan axis  Common raster image formats include BMP (Windows Bitmap), JPEG (Joint Photographics Expert Group), GIF (Graphics Interchange Format) , PNG (Portable Network Graphic), PSD (Adobe PhotoShop)
  • 17. • To increase the size of a raster image the pixels defining the image are be increased in either number or size. Spreading the pixels over a larger area causes the image to lose detail and clarity. • Produces jagged lines that are plotted as discrete points
  • 18.  Random scan display is the use of geometrical primitives such as points, lines, curves, and polygons, which are all based upon mathematical equation
  • 19.
  • 20.  When operated as a random-scan display unit, a CRT has the electron beam directed only to the parts of the screen where a picture is to be drawn.  Random-scan monitors draw a picture one line at a time and for this reason are also referred to as vector displays (or stroke- writing or calligraphic displays).
  • 21.
  • 22.  Refresh rate depends on the number of lines to be displayed.  Picture definition is now stored as a line-drawing commands an area of memory referred to as refresh display file (display list).  To display a picture, the system cycle through the set of commands in the display file, drawing each component line in turn.  Random scan displays are designed to draw all the component lines of a picture 30 to 60 times each second
  • 23. Ideal Drawing Vector Drawing Raster Outline primitives Filled primitives A Raster system produces jagged lines that are plotted as discrete points sets. Vector displays product smooth line drawing
  • 24.  Random scan displays are designed for line- drawing applications and can not display realistic shaded scenes
  • 25.  Random scan displays have higher resolution than raster systems.  Vector displays product smooth line drawing.  This minimal amount of information translates to a much smaller file size. (file size compared to large raster images)  On zooming in, and it remains smooth  The parameters of obje.cts are stored and can be later modified.
  • 26.  In addition to the central processing unit (CPU), a special processor, called the video controller or display controller, is used to control the operation of the display device.  A fixed area of the system memory is reserved for the frame buffer, and the video controller is given direct access to the frame buffer memory.  Operation performed: 1. Refreshing operation 2. Transformation (Areas of the screen can be enlarged, reduces, or moved during the refresh cycles)
  • 27.
  • 28.  Frame buffer location, and the corresponding screen positions, are referenced in Cartesian coordinates  Scan lines are then labeled from ymax at the top of the screen to 0 at the bottom. Along each scan line, screen pixel positions are labeled from 0 to xmax  Two registers are used to store the coordinates of the screen pixels. x y Line Scan y max x max
  • 29. Raster Scan Generator x Register y Register Memory Address Frame Buffer Intensity
  • 30.  The purpose of the DP is to free the CPU from the graphics chores.  A major task of the display processor is Scan Conversion.  Scan Conversion: is digitizing a picture definition given in an application program into a set of pixel intensity values for storage in the frame buffer.
  • 31.
  • 32.  Graphic commands are translated by the graphics package into a display file stored in the system memory.  This file is then accessed by the display processor unit (DPU)(graphic controller) to refresh the screen.
  • 33.
  • 34. Base of Difference Raster Scan System Random Scan System Electron Beam The electron beam is swept across the screen, one row at a time, from top to bottom. The electron beam is directed only to the parts of screen where a picture is to be drawn. Resolution Its resolution is poor because raster system in contrast produces zig-zag lines that are plotted as discrete point sets. Its resolution is good because this system produces smooth lines drawings because CRT beam directly follows the line path. Picture Definition Picture definition is stored as a set of intensity values for all screen points, called pixels in a refresh buffer area. Picture definition is stored as a set of line drawing instructions in a display file. Realistic Display The capability of this system to store intensity values for pixel makes it well suited for the realistic display of scenes contain shadow and color pattern. These systems are designed for line-drawing and can’t display realistic shaded scenes. Draw an Image Screen points/pixels are used to draw an image. Mathematical functions are used to draw an image.

Editor's Notes

  1.  Flicker occurs on CRTs when they are driven at a low refresh rate, allowing the brightness to drop for time intervals sufficiently long to be noticed by a human eye 
  翻译: