X

Chipmakers helping to give computers a visual cortex

Qualcomm, Broadcom, Samsung, and others are working at the Khronos Group to standardize some nuts and bolts of machine vision. That should let programmers tap into the technology more easily.

Stephen Shankland Former Principal Writer
Stephen Shankland worked at CNET from 1998 to 2024 and wrote about processors, digital photography, AI, quantum computing, computer science, materials science, supercomputers, drones, browsers, 3D printing, USB, and new computing technology in general. He has a soft spot in his heart for standards groups and I/O interfaces. His first big scoop was about radioactive cat poop.
Expertise Processors, semiconductors, web browsers, quantum computing, supercomputers, AI, 3D printing, drones, computer science, physics, programming, materials science, USB, UWB, Android, digital photography, science. Credentials
  • Shankland covered the tech industry for more than 25 years and was a science writer for five years before that. He has deep expertise in microprocessors, digital photography, computer hardware and software, internet standards, web technology, and more.
Stephen Shankland
2 min read
OpenVX logo

Samsung, Qualcomm, ARM, Broadcom, and a bunch of other technology companies want your computer to see.

To that end, they banded together at the Khronos Group to try to standardize some elements of machine vision technology. It's the kind of thing that could make it easier to write an augmented reality app for a mobile phone or sign-recognition software for an autonomous car, for example, because difficult low-level technology would be taken care of.

Machine vision combines data from image sensors with technology to make sense of what a computer is seeing. A new standard called OpenVX is geared to make it easier for software to tap into some of those machine-vision functions.

The Khronos Group historically has focused on making it easier for programmers to take advantage of hardware acceleration for graphics purposes, and now it's turned its attention to helping endow computers with something like the brain's visual cortex.

For example, OpenVX can handle stereo rectification, which is the process of figuring out what parts of the same subject correspond to each other in imagery from dual cameras; image pyramid construction, which makes views at different resolution of an image; and computing optical flow, which is the process of figuring out what in an image is moving and how. Other chores include warping images to correct distortion; edge and corner detection to help recognize objects; and histogram computation to control brightness.

With OpenVX, a library of prewritten, tested software would handle such operations, and programmers would be able to tap into them with a standard interface.

In this example, pre-written OpenVx "tiles" are hooked together to help with the task of recognizing objects with stereo cameras.
In this example, prewritten OpenVx "tiles" are hooked together to help with the task of recognizing objects with stereo cameras. Khronos Group

In addition, the standard employs a modular "graph" approach that hands off data from one process "tile" to another. That helps keep data in memory so a computing device doesn't have to inefficiently transfer it in and out of memory the way it would with more independent computing processes, said Neil Trevett, vice president of mobile content at Nvidia and president of the Khronos Group.

"It is this power and performance efficiency that we believe will enable OpenVX to be used in real-world, production vision systems -- even for use cases that need the camera to be on continuously," he said.

OpenVX is aimed in particular at mobile devices, where power consumption is a key constraint and therefore where computing efficiency is prized.

The specification isn't done. Khronos announced a provisional release of OpenVX 1.0, with a final release scheduled for mid-2014.

Participants in the OpenVX standard
Participants in the OpenVX standard Khronos Group