Image and Graphics
Image and Graphics
Image and Graphics
The points at which an image is sampled are known as picture elements, or pixels.
The pixel values of intensity images are called gray scale levels. If there are just
two intensity values (e.g., black and white), they are represented by the numbers 0
and 1. Such images are called binary-valued images. When 8-bit integers are used
to store the intensity values, the gray levels range from 0 to 255.
Intensity: In the context of a digital image, intensity refers to the brightness level
of a pixel. For grayscale images, this is a single value, while for color images, it
includes values for each color channel (e.g., Red, Green, Blue).
Image file-size: It depends on total number of pixels and no. of bits per pixel
(quantization).
Image file-size = W*L*n bits
where W = width (pixels) L = length or height (pixels) n = number of bits per pixel
Image format
Image Format refers to the standardized way in which an image is encoded
and stored in a digital file. Each image format defines how the image data is
organized, compressed, and presented, including information about color,
transparency, and metadata.
Graphics image formats are specified through graphics primitives and their
attributes. Graphics primitives include lines, points, curves,rectangles, etc.
specifying 2D objects or polyhedron, etc. specifying 3D objects. A graphics
package determines which primitives are supported. Attributes of the
graphics primitives include line style, line width, color effect, etc., that affect
the outcome of the graphical image.
Graphics primitives and their attributes represent a higher level of an image
representation where the graphical images are not represented by a pixel
matrix
Raster formats represent images as a grid of individual pixels, where each pixel has a specific
color value. These formats are best for detailed and complex images like photographs.
Vector Formats
Vector formats represent images using mathematical equations to define shapes, lines, and
colors. They are resolution-independent, meaning they can be scaled to any size without losing
quality
AI (Adobe Illustrator)
Image processing is any form of signal processing for which the input is an image, such as a
photograph or video frame; the output of image processing may be either an image or a set of
characteristics or parameters related to the image.
Image processing usually refers to digital image processing, but optional and analog image
processing also are possible.
Computer image processing comprises of image synthesis (generation) and image analysis
(recognition)
Image Synthesis
Image synthesis deals with the generation of images of real or imaginary objects. It is an integral
part of all computer user interfaces and is indispensable(is necessary) for visualizing 2D, 3D and
higher dimensional objects. Areas as diverse as education,science, engineering, medicine,
advertising and entertainment all rely on graphics.
Dynamics in Graphics
Graphics are not confined(restricted) to static pictures. Picture can be dynamically varied; for
example, a user can control animation by adjusting the speed, portion of the total scene in view,
amount of detail shown, etc
At the hardware level, a computer receives input from interaction devices and
output images to display devices.
Graphics Input:
Input to the graphics hardware is provided through the input devices such as the mouse, the
data tablet, the touch panel, etc. Other devices include track-balls, space-balls and the data glove. Even
audio communication is used for providing input to graphics hardware
Graphics Output:
Dithering:
Dithering is the process by which we create illusions of the color that are not
present actually. It is done by the random arrangement of pixels.
Image Analysis
Image analysis involves activities where the different properties of the image, its
orientation and other data related to it is extracted, evaluated, compared in order to
get some result. It may deal with calculating the intensity, hue, saturation of the
image, the centroid, and identification of noise, detection of patterns or recognition
of the image itself. It might result in a complete recovery of 3D data in the scene.
Image analysis has profuse importance in several areas and they are
Criminology Biometrics Analysis of aerial surveillance photographs
Medicine Analysis of slow scan television images of the moon or of plates
gathered from space probes Machine vision
Image Recognization
Image transmission:
Image transmission takes into account transmission of digital
images through computer
networks. There are several requirements on the networks when
images are transmitted:
The network must accommodate bursty data transport
because image transmission
is bursty (The burst is caused by the large size of the image).
Image transmission requires reliable transport.
Time-dependence is not a dominant characteristic of the
image in contrast to
audio/video transmission.