Watss Up, PPT
Watss Up, PPT
Watss Up, PPT
Definition
• A machine vision system (MVS) is a type of
technology that enables a computing device to
inspect, evaluate and identify still or moving
images.
• It is a field in computer vision and is quite similar to
surveillance cameras, but provides automatic image
capturing, evaluation and processing capabilities.
Definition
• A machine vision system primarily enables a computer to
recognize and evaluate images. It is similar to voice
recognition technology, but uses images instead.
• A machine vision system typically consists of digital cameras
and back-end image processing hardware and software. The
camera at the front end captures images from the
environment or from a focused object and then sends them to
the processing system. Depending on the design or need of
the MVS, the captured images are either stored or processed
accordingly.
Benefits of Machine Vision
Components of Machine Vision
Lighting
• Lighting is one key to successful machine vision results. Machine
vision systems create images by analyzing the reflected light from
an object, not by analyzing the object itself. A lighting technique
involves a light source and its placement with respect to the part
and the camera. A particular lighting technique can enhance an
image such that it negates some features and enhances others, by
silhouetting a part which obscures surface details to allow
measurement of its edges, for example.
Lenses
• The lens captures the image and delivers it to the image sensor in
the camera. Lens will vary in optical quality and price, the lens used
determines the quality and resolution of the captured image. Most
vision system cameras offer two main types of lenses:
interchangeable lenses and fixed lenses. Interchangeable lenses
are typically C-mounts or CS-mounts. The right combination of lens
and extension will acquire the best possible image. A fixed lens as
part of a standalone vision system typically uses autofocus, which
could be either a mechanically adjusted lens or a liquid lens that
can automatically focus on the part. Autofocus lenses usually have
a fixed field of view at a given distance.
Image Sensor
• The camera’s ability to capture a correctly-illuminated image of the
inspected object depends not only on the lens, but also on the image sensor
within the camera. Image sensors typically use a charge coupled device
(CCD) or complementary metal oxide semiconductor (CMOS) technology to
convert light (photons) to electrical signals (electrons). Essentially the job of
the image sensor is to capture light and convert it to a digital image
balancing noise, sensitivity and dynamic range. The image is a collection of
pixels. Low light produces dark pixels, while bright light creates brighter
pixels. It’s important to ensure the camera has the right sensor resolution
for the application. The higher the resolution, the more detail an image will
have, and the more accurate measurements will be. Part size, inspection
tolerances, and other parameters will dictate the required resolution.
Vision Processing
• Processing is the mechanism for extracting information from a
digital image and may take place externally in a PC-based system,
or internally in a standalone vision system. Processing is performed
by software and consists of several steps. First, an image is
acquired from the sensor. In some cases, pre-processing may be
required to optimize the image and ensure that all the necessary
features stand out. Next, the software locates the specific features,
runs measurements, and compares these to the specification.
Finally, a decision is made and the results are communicated.
Communication
• Since vision systems often use a variety of off-the-shelf
components, these items must coordinate and connect to other
machine elements quickly and easily. Typically this is done by either
discrete I/O signal or data sent over a serial connection to a device
that is logging information or using it. Discrete I/O points may be
connected to a programmable logic controller (PLC), which will use
that information to control a work cell or an indicator such as a
stack light or directly to a solenoid which might be used to trigger a
reject mechanism.
Types of Machine Vision System
• 1D Vision Systems
1D vision analyzes a digital signal one line at a time instead of
looking at a whole picture at once, such as assessing the variance
between the most recent group of ten acquired lines and an earlier
group. This technique commonly detects and classifies defects on
materials manufactured in a continuous process, such as paper,
metals, plastics, and other non-woven sheet or roll goods
• 2D VISION SYSTEMS
• Most common inspection cameras perform area scans that involve
capturing 2D snapshots in various resolutions, as shown in Figure
11. Another type of 2D machine vision–line scan–builds a 2D image
line by line, as shown in Figure 12
• 2D Vision Systems
Area Scan VS Line Scan
• In certain applications, line scan systems have specific advantages
over area scan systems. For example, inspecting round or
cylindrical parts may require multiple area scan cameras to cover
the entire part surface. However, rotating the part in front of a
single line scan camera captures the entire surface by unwrapping
the image. Line scan systems fit more easily into tight spaces for
instances when the camera must peek through rollers on a
conveyor to view the bottom of a part. Line scan systems can also
generally provide much higher resolution than traditional cameras.
Since line scan systems require parts in motion to build the image,
they are often well-suited for products in continuous motion
• 3D Systems
3D machine vision systems typically comprise multiple cameras or
one or more laser displacement sensors. Multi-camera 3D vision in
robotic guidance applications provides the robot with part
orientation information. These systems involve multiple cameras
mounted at different locations and “triangulation” on an objective
position in 3-D space.
In contrast, 3D laser-displacement sensor applications typically
include surface inspection and volume measurement, producing 3D
results with as few as a single camera. A height map is generated
from the displacement of the reflected lasers’ location on an object.
The object or camera must be moved to scan the entire product
similar to line scanning. With a calibrated offset laser, displacement
sensors can measure parameters such as surface height and
planarity with accuracy within 20 µm.
Machine Vision Platforms
• Machine vision implementation comes on several physical
platforms, including PCbased systems, vision controllers designed
for 3D and multi-camera 2D applications, standalone vision
systems, simple vision sensors, and image-based barcode readers.
Choosing the right machine vision platform generally depends on
the application’s requirements, including development
environment, capability, architecture, and cost.
PC-BASED MACHINE VISION
• PC-based systems easily interface with direct-connect cameras or
image acquisition boards and are well supported with configurable
machine vision application software. In addition, PCs provide a
wealth of custom code development options using familiar and
well-supported languages such as Visual C/C++, Visual Basic, and
Java, plus graphical programming environments. However,
development tends to be long and complicated, so is usually
limited to large installations and appeal mostly to advanced
machine vision users and programmers
VISION CONTROLLERS
• Vision controllers offer all of the power and flexibility of PC-based
system, but are better able to withstand the rigors of harsh factory
environments. Vision controllers allow for easier configuration of
3D and multi-camera 2D applications, perhaps for one-off tasks
where a reasonable amount of time and money is available for
development. This allows for more sophisticated applications to be
configured in a very cost-effective way.
STANDALONE VISION SYSTEMS
• Standalone vision systems are cost effective and can be quickly and
easily configured. These systems come complete with the camera
sensor, processor, and communications. Some also integrate
lighting and autofocus optics. In many cases these systems are
compact and affordable enough to be installed throughout the
factory. By using standalone vision systems at key process points,
defects can be caught earlier in the manufacturing process and
equipment problems can be identified more quickly. Some
standalone vision systems provide both development
environments allowing for easy set up with the added power, and
flexibility of programming and scripting for greater control of
system configuration and handling of vision-application data.
VISION SENSORS AND IMAGE-BASED
BARCODE READERS
• Vision sensors and image-based barcode readers generally require
no programming, and provide user-friendly interfaces. Most are
easily integrated with any machine to provide single-point
inspections with dedicated processing, and offer built-in Ethernet
communications for factory-wide networkability
IMAGE
Definition
• In image processing, it is defined as the action of retrieving an image
from some source, usually a hardware-based source for processing.
It is the first step in the work flow sequence because, without an
image, no processing is possible. The image that is acquired is
completely unprocessed.