Quality Magazine logo
search
cart
facebook twitter linkedin youtube
  • Sign In
  • Create Account
  • Sign Out
  • My Account
Quality Magazine logo
  • NEWS
  • PRODUCTS
    • FEATURED PRODUCTS
    • SUBMIT YOUR PRODUCT
  • CHANNELS
    • AUTOMATION
    • MANAGEMENT
    • MEASUREMENT
    • NDT
    • QUALITY 101
    • SOFTWARE
    • TEST & INSPECTION
    • VISION & SENSORS
  • MARKETS
    • AEROSPACE
    • AUTOMOTIVE
    • ENERGY
    • GREEN MANUFACTURING
    • MEDICAL
  • MEDIA
    • A WORD ON QUALITY PUZZLE
    • EBOOK
    • PODCASTS
    • VIDEOS
    • WEBINARS
  • EVENTS
    • EVENT CALENDAR
    • IMTS
  • DIRECTORIES
    • BUYERS GUIDE >
      • Supplier Insights
    • NDT SOURCEBOOK
    • VISION & SENSORS
    • TAKE A TOUR
  • INFOCENTERS
    • Digital Quality Management Systems
    • NEXT GENERATION SPC & QUALITY ANALYTICS
  • AWARDS
    • ROOKIE OF THE YEAR
    • PLANT OF THE YEAR
    • PROFESSIONAL OF THE YEAR
  • MORE
    • Expert Columns
    • NEWSLETTERS
    • QUALITY STORE
    • INDUSTRY LINKS
    • SPONSOR INSIGHTS
  • EMAG
    • eMAGAZINE
    • ARCHIVES
    • CONTACT
    • ADVERTISE
  • SIGN UP!
Vision & Sensors

High-Speed Machine Vision

IT STARTS WITH THE DESIGN OF THE APPLICATION

By Perry C. West
December 10, 2014

Not only is modern manufacturing increasing production speeds, but machine vision is being applied to ever more demanding applications that were not feasible before today’s high-speed components became available.

We should begin with an exploration of what is meant by “high-speed” when used to describe machine vision. There is no objective criteria that distinguishes a high-speed vision system.

TECH TIPS

In selecting the camera, there are several factors to be considered: image resolution, sensor design, region-of-interest, exposure time, and interface.

A common error in machine vision application is to select a camera with higher image resolution than is required by the application.

When the available image resolution is greater than needed, use a region-of-interest in the camera to reduce the image data transmitted and processed.

Speed can be measured as the sustained rate at which a vision system can acquire images (e.g., 100 images per second) or the time between the trigger signal and the outputs being valid (e.g., 10 msec.). Because image acquisition and image processing can overlap, it is possible to have a significant difference in timing between these two measurements.

Also, if a vision system is used on a production line that is considered high-speed, the vision system inherits the designation as high-speed. Of course, if the vision system performs its function as fast as or faster than any other vision system, then by comparison, it is a high-speed vision system.

In the simplest terms, high-speed machine vision requires a short exposure time for the camera, fast data transfer between the camera and the image processor, sufficient, often very high, processing power, and the simplest possible image processing program.

High-speed machine vision starts with the design of the application. The design goal is to make the application programming the least complex. Part presentation is a big part of the simplification. The fewer the number of parts in the image, the faster the image processing will be. Likewise, the less variation in part pose, the uncertainty in translation and rotation, the more efficient image processing will be.

To achieve high-speed performance, the design of the illumination can be critical. An adequate level of illumination can ensure that the camera’s exposure can be as short as practical. A high level of illumination also helps to mitigate the effects of ambient illumination which, in machine vision, is a source of noise. Reducing the contribution of ambient light to negligible levels is essential for the least complex and fastest image processing.

The illumination direction is critical to ensure high contrast between the features needing imaging and their background. Low contrast makes the vision process more vulnerable to variations in parts and their pose as well as to noise, and often necessitates additional image processing. Careful design of illumination direction reduces image variations due to shadows or textures that can complicate image processing.

Finally, ensuring illumination uniformity eliminates the necessity for compensation for illumination variation in the image processing software.

In selecting the camera, there are several factors to be considered: image resolution, sensor design, region-of-interest (ROI), exposure time, and interface.

A common error in machine vision application is to select a camera with higher image resolution (rows and columns of pixels) than is required by the application. This excess image resolution generates a higher volume of image data than needed and places unnecessary time burdens on image transmission from the camera to the processor as well as image processing time. When the available image resolution is greater than needed, use a ROI in the camera to reduce the image data transmitted and processed.

To implement an ROI with a CCD camera, use partial scanning to exclude unneeded rows of pixels from the acquired image. For a CMOS camera, implement a ROI by excluding both rows and columns of pixels that are unneeded.

Generally, CMOS image sensors have higher speed potential than CCD image sensors. Historically, CCD sensors have been more sensitive and have had less noise than CMOS sensors.

Some image sensors, more commonly CCD, the pixel array is divided into two, four, or more parts, each part having its separate output called a tap. Thus, the image sensor facilitates a camera with a two, four, or greater increase in image data transmission speed over a single tap image sensor.

A short exposure time helps increase a vision system’s speed. However, a short exposure time demands some combination of higher camera sensitivity, a higher illumination level on the camera’s field-of-view, or a wider lens aperture that affects other attributes such as depth-of-field and resolving power.

Today’s machine vision camera technology has a rich selection of high-speed digital camera interface standards that can satisfy almost any need. The more common interface standards, GigE Vision and USB3, give image data transfer rates of 100 and 330 Mpixels/second respectively for 8 bit pixels. While these interfaces are good for most general purpose machine vision and don’t require a frame grabber, higher speeds generally require Camera Link, Camera Link HS, or CoaxPress. These interfaces are capable of up to 640; 2,100; or 3,600 Mpixels/second respectively for 8 bit pixels. These last three interfaces require a frame grabber installed in the image processing computer. Each of the interfaces has other attributes such as cable length that ranges from five meters for USB3 to 100 meters for GigE and CoaxPress.

In the past, interface boards used the PCI bus. Because a bus is shared among a number of devices, the camera interface needed to wait to receive control of the bus. This added additional latency that slowed down the process. Modern frame grabbers use a PCIe (PCI Express) connection that provides the board with direct access to memory that is always available. Any camera interface used for high-speed work should use the PCIe interface.

The options for image processing hardware range from a PC or embedded computer to a PC augmented with a specialized processor to an array of specialized high-speed processors. It is possible to review these options in general, but the range of options is quite great. The rate at which image data is received and the amount of image processing necessary to reach an output dictates the optimal architecture.

Hardware and Software

Image processing has two facets: hardware and software. Let’s look at hardware first.

The simplest hardware configuration is a PC or embedded processor. With advances in processing power over the last decade, these processors can handle up to 100 images a second if the image resolution is low and the processing requirements are very simple. As the image data grows or the processing becomes more complex or if the processor must be shared among other tasks, it becomes necessary to add additional processing power. The most common way is to add a processing element such as a GPU (graphics processing unit), FPGA (field-programmable gate array), DSP (digital signal processor), or a second embedded general purpose processor. These processing devices can be added on plug-in boards or they are often available installed on frame grabbers.

For applications demanding extremely high speed, use an array of processors. These can be stand-alone processors or they can be processors on boards that plug into a PC. There are different ways to configure the processors. One way is the round-robin approach in which each incoming image is directed to an idle processor that performs all processing on that image. Another approach is segmented parallel processing where each processor processes a portion of an incoming image. The segmented approach is very difficult to implement. A third approach is to use the processors in a serial pipeline where each processor handles a portion of the processing on the entire image before sending its result on to the next processor in the pipeline.

Finally, the application needs image processing software. While writing the image processing software from scratch offers the potential to optimize the performance for speed, it requires significantly more expertise and work than using a commercial image processing library. Writing software from scratch is best left for those applications that are based on unique R&D for performance.

In choosing a software library, check that it supports the processing architecture and the processors chosen. Make sure that it uses the processor’s vector processing capability for highly parallel computational power (e.g., SSE for Intel processors) and that it supports any specialized processors contemplated (e.g., GPU). Finally, run benchmarks on candidate software libraries to ensure the one you select is best suited to meet your functional and speed needs.

To summarize, here are the critical steps in high-speed machine vision design:

Simplify the part presentation

Provide a high level of illumination

Design the illumination direction to give high contrast and reduce noise

Ensure illumination uniformity

Use only the image resolution needed, apply a ROI in the camera if necessary

Choose the camera interface to support the needed image data transmission capacity

The camera interface should use the PCIe connection in the processor

Supplement the main processor with a GPU, FPGA, or DSP to boost processing horsepower

For extremely demanding applications, plan on using an array of processors

Use a software library rather than code from scratch unless the image processing is based on unique R&D

 Run benchmarks on several software packages before making a selection  

KEYWORDS: CCD CMOS high speed

Share This Story

Looking for a reprint of this article?
From high-res PDFs to custom plaques, order your copy today!

Perry C. West is president of Automated Vision Systems Inc. (San Jose, CA). For more information, call (408) 267-1746, e-mail [email protected] or visit www.autovis.com.



Recommended Content

JOIN TODAY
to unlock your recommendations.

Already have an account? Sign In

  • 2024 Quality Rookie of the Year Justin Wise 1440x750px banner with "Quality Rookie of the Year" logo inset

    Meet the 2024 Quality Rookie of the Year: Justin Wise

    Justin Wise is an exceptional individual who has been...
    Aerospace
    By: Michelle Bangert
  • Man with umbrella and coat stands outside while it rains at night looking at a building.

    Nondestructive Testing: Is there an ethics problem?

    I was a whistleblower who exposed fraudulent activities...
    NDT
    By: Dale Norwood
  • Unraveling Deflategate: Football stadium with closeup of football on field

    Unraveling the Tom Brady Deflategate

    The Deflategate scandal erupted following the 2014 AFC...
    Measurement
    By: Greg Cenker and Henry Zumbrun
Manage My Account
  • eMagazine Subscriptions
  • Newsletters
  • Online Registration
  • Subscription Customer Service
  • Manage My Preferences

More Videos

Sponsored Content

Sponsored Content is a special paid section where industry companies provide high quality, objective, non-commercial content around topics of interest to the Quality audience. All Sponsored Content is supplied by the advertising company and any opinions expressed in this article are those of the author and not necessarily reflect the views of Quality or its parent company, BNP Media. Interested in participating in our Sponsored Content section? Contact your local rep!

close
  • Key Takeaways for Quality Leaders
    Sponsored byComplianceQuest

    Key Takeaways for Quality Leaders from the 2026 Gartner Magic Quadrant™ for QMS

  • This image shows a person seated next to a Bobcat T66 compact track loader.
    Sponsored byPolyWorks by InnovMetric

    Supercharging Digital Gauging at Bobcat North America

  • Dorsey Calibration Lab photo by Tom LaBarbera Picture this Studios
    Sponsored byDorsey Metrology International

    Ensuring Product Quality in a Competitive Manufacturing Landscape

Popular Stories

a titanium diaphragm speaker driver

The One Thing Elon Gets Right Is Designed to Scare You

This image shows a person seated next to a Bobcat T66 compact track loader.

Supercharging Digital Gauging at Bobcat North America

Dorsey Calibration Lab photo by Tom LaBarbera Picture this Studios

Ensuring Product Quality in a Competitive Manufacturing Landscape

2026 Quality Professional of the Year!

Events

June 9, 2026

Future-Proof your Quality Processes with Advanced 3D Optical CMM Technology

Discover how to effortlessly capture complex data, leverage true multi-sensor automation, and ensure continuous operation without creating inspection delays.

June 22, 2026

Automate 2026

Automate is North America's largest robotics and automation event — and the best place to take your ideas from insight to impact.
 
Our show floor features the world’s leading automation solutions, from AI and robotics to motion control, vision systems, and more. Plus, our educational conference is second to none, led by the brightest minds in automation today.
 
Ready to transform the way you work? Take the next step at Automate.
View All Submit An Event

Products

Lean Manufacturing and Service Fundamentals, Applications, and Case Studies

Lean Manufacturing and Service Fundamentals, Applications, and Case Studies

See More Products
Quality Podcast Channel Custom Content

Related Articles

  • Car manufacturing plant assembly line

    Application of High-Speed Machine Vision in Industrial Inspection: Technical Capabilities, Scenarios, and Future Trends

    See More
  • Smart robot in manufacturing industry for industry 4.0 and technology concept.

    Tips on Making Precision Measurements with Machine Vision – Part 2

    See More
  • High-quality control in manufacturing optical sorting machine for fasteners screw in product line.

    Tips on Making Precision Measurements with Machine Vision – Part 1

    See More

Related Products

See More Products
  • Machine Vision and Error Proofing DVD

See More Products

Related Directories

  • Phoenix Imaging Machine Vision

    Porosity Inspection of machined metal components using 3D image acquisition. High resolution laser-based scanning optimizes Porosity detection. Phoenix-Middle-Man™ software package provides image storage and database, SQL query and visual display of defects. High-Speed Surface Inspection Systems from Keyence, Omron and Phoenix Imaging for the tough ICE, BEV & Battery projects.
  • Machine Vision Store

    Machine Vision Store has a laser-sharp focus on machine vision imaging. We deliver a select group of components - cameras, lenses, lights, industrial vision PC's - from leading manufacturers known for quality. Components we understand, support and stand behind. Components and consulting services that will power your success.
×

Stay in the know with Quality’s comprehensive coverage of
the manufacturing and metrology industries.

Newsletters | Website | eMagazine

JOIN TODAY!
  • RESOURCES
    • Advertise
    • Contact Us
    • Directories
    • Manufacturing Division
    • Store
    • Want More
  • SIGN UP TODAY
    • Create Account
    • eMagazine
    • Newsletters
    • Customer Service
    • Manage Preferences
  • SERVICES
    • Marketing Services
    • Market Research
    • Reprints
    • List Rental
    • Survey/Respondent Access
  • STAY CONNECTED
    • LinkedIn
    • Facebook
    • YouTube
    • X (Twitter)
  • PRIVACY
    • PRIVACY POLICY
    • TERMS & CONDITIONS
    • DO NOT SELL MY PERSONAL INFORMATION
    • PRIVACY REQUEST
    • ACCESSIBILITY

Copyright ©2026. All Rights Reserved BNP Media, Inc. and BNP Media II, LLC.

Design, CMS, Hosting & Web Development :: ePublishing