Mount Kenya University
Mount Kenya University
Mount Kenya University
A plasma display panel or PDP is a display technology characterized by the flat panel orientation
similar to LED panels and different from CRT displays. The technology is explicitly based on the
use of plasma or electrically charged ionized gases o produce colors.
Advantages
1. Flickering effects.
2. Higher power consumption.
3. More expensive.
4. Altitude considerations.
b) Discuss raster scan displays [2 marks]
Are most commonly type of graphics monitor which employs CRT. It is based on
television technology. In raster scan system electron beam sweeps across the screen, from
top to bottom covering one row at a time. A pattern of illuminated pattern of spots is
created by turning beam intensity on and off as it moves across each row.a memory area
called refresh buffer or frame buffer stores picture definition. This memory holds
intensity value of all screen points.
c) Discuss Camera control collision detection [5 marks]
The use of collision detection to infer multi-camera calibration quality.
Optical motion capture systems are widely used in sports and medicine. The
performance of these systems depends on, amongst other factors, the quality
of the camera calibration process
d) Study the code below and explain what happens at each line of code [15 marks]
1. #include <windows’>
It’s a header file used to access the win32 SPI functions and it makes it
easier for the user to use the inbuilt functionality
2. #include <GL/glut.h>
This is a library of utilities for openGL programs, which primarily perform
system-level I/O with the host operating systems.Helps in monitoring
keybord and mouse input.