Computer
Computer
COMPUTER
VISION 1 7 A I X 0 7
J a n u a r y | 2 0 2 4
CONTENT
1 Computer Vision
2 Geometric Primitives and
Transformation
3 Photometric Image Formation
4 Digital Camera
5 Point Operators
Computer Vision
What is CV?
One of the most powe ul and compelling types of AI is
Computer Vision which you have almost surely
experienced in any number of ways without even
knowing.
Computer Vision is the field of Computer Science that
focuses on replicating pa s of the complexity of the
human vision system and enabling computers to
identify and process object in image and videos in the
same way that human do.
The Ultimate Goal is for computers to emulate the
striking perceptual capability of human eyes and brains
or even to surpass assist the humen in ce ain way.
History of Computer Vision
• The origins of computer vision can be traced • In the 1970s and 1980s, advancements were
back to the 1950s and 1960s when made in edge detection, shape recognition,
researchers began exploring pa ern and early a empts at three-dimensional (3D)
recognition and image analysis. Early effo s vision. However, limited computational power
focused on simple tasks like character hindered progress.
recognition.
• The 1990s witnessed an increased focus on • The 2000s saw a surge in computer vision applications,
robust algorithms for image understanding, driven by improved hardware capabilities and machine
feature extraction, and object recognition. learning techniques. Notable breakthroughs include the
Applications extended to medical imaging, development of Convolutional Neural Networks (CNNs)
surveillance, and industrial automation. for image classification and object detection.
Concept of Computer
Vision
• Computer vision involves teaching machines to interpret and make decisions
based on visual data. The concept encompasses various tasks, including:
Points Circles
Lorem ipsum dolor sit amet, consectetuer Defined by a center point and a radius, circles are
adipiscing elit. Aenean commodo ligula eget used to model rounded objects or features in
dolor. Represented by coordinates (x, y), points images.
serve as the fundamental building blocks for
constructing more complex geometric shapes.
Lines Rectangles
Lorem ipsum dolor sit amet, consectetuer Composed of four points or defined by a
adipiscing elit. Aenean commodo ligula eget center, width, and height, rectangles are
dolor. Defined by two points or a point and a used to represent objects with rectangular
direction vector, lines are essential for shapes.
representing edges and contours in images.
Polygons
Composed of a sequence of connected points, polygons are
versatile geometric primitives used to represent complex
shapes with multiple sides.
Key Concept
Translation Scaling
Shi s the position of geometric primitives Enlarges or shrinks geometric primitives based on
horizontally and ve ically. a scaling factor.
Shearing
Disto s geometric primitives by shi ing one axis relative to the
other.
Photometric Image Formation
Definition
Photometric image formation in computer vision refers to the process by which a digital
image is created based on the interaction of light with a scene and the subsequent
capture of this light by an imaging device, such as a camera. This process involves various
factors related to illumination, reflection, and the characteristics of the imaging system.
Key Concept
Definition
A digital camera in computer vision refers to an
electronic imaging device that captures visual
information in the form of digital images. It plays a
fundamental role in computer vision applications by
providing a means to acquire, process, and analyze
visual data for various tasks such as image recognition,
object detection, and scene understanding.
Key Concept
The image sensor
conve s light into
electrical signals, forming
the basis for digital image
creation. Common types
Resolution The lens system focuses
include CMOS light onto the image
(Complementary Metal- The resolution of a digital sensor. The choice of
Oxide-Semiconductor) and camera is the number of lenses influences factors
CCD (Charge-Coupled pixels it can capture. like focal length, ape ure,
Device) sensors. Higher resolution and depth of field.
contributes to finer
details in images.
Image censor Lens System
Key Concept
Shu er Speed
Digital cameras capture
color information using & Exposure White balance
RGB (Red, Green, Blue) adjustments ensure
channels. Color Shu er speed and accurate color
representation is crucial exposure se ings reproduction under
for various computer vision determine how long the different lighting
tasks. camera's shu er remains conditions.
open. They impact the
amount of light reaching
Colour the sensor and influence White Balance
Representation image quality.
Key Concept
Definition
• Point operators in computer vision refer to a class of image processing
operations where each pixel in an image is independently transformed
based on a predefined mathematical function. These operations are
applied individually to every pixel, o en without considering the
surrounding pixels, and are fundamental for enhancing or modifying image
characteristics.
Key Concept