Skip to Content
Practical Guide to Machine Vision Software: An Introduction with LabVIEW
book

Practical Guide to Machine Vision Software: An Introduction with LabVIEW

by Kye-Si Kwon, Steven Ready
April 2015
Beginner
296 pages
7h 8m
English
Wiley-VCH Verlag
Content preview from Practical Guide to Machine Vision Software: An Introduction with LabVIEW

17Tracking

The tracking algorithm has the ability to identify an object in video images and follow the object in subsequent sequential video frames. This is in order to track the object's trajectory, measure the speed, and/or to investigate the object's interaction with other objects.

Other algorithms such as pattern matching could be used for tracking objects, but they will tend to fail to track the object in the presence of other objects that are too similar. The tracking algorithm used in LabVIEW is based on a mean shift method, which is effective in tracking target objects acquired in sequential images even in the presence of similar other objects.

The current location is searched based on the histogram of the object in the previous image frame and uses the mean shift of the result to find the peak of a confidence map (probability density function) near the object's old position. For this to work correctly, the initial location of the target object needs to be correctly determined. As the video images progress sequentially in time, the target object is searched while ignoring many other similar shaped objects.

You can find the NI-supplied tracking example VI in the following folder: C:\Program Files\National Instruments\LabVIEW 2013\Examples\Vision\Tracking, as seen in Figure 17.1. By running example VI, you will see a target object (a car with rectangle overlay) being tracked throughout the video.

Figure 17.1 Example VI for tracking.

17.1 Tracking with the Use of Vision ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Modern Computer Vision with PyTorch - Second Edition

Modern Computer Vision with PyTorch - Second Edition

V Kishore Ayyadevara, Yeshwanth Reddy
Modern Computer Vision with PyTorch

Modern Computer Vision with PyTorch

V Kishore Ayyadevara, Yeshwanth Reddy
Practical Machine Learning for Computer Vision

Practical Machine Learning for Computer Vision

Valliappa Lakshmanan, Martin Görner, Ryan Gillard
Natural Language Processing with Transformers, Revised Edition

Natural Language Processing with Transformers, Revised Edition

Lewis Tunstall, Leandro von Werra, Thomas Wolf

Publisher Resources

ISBN: 9783527337569Purchase book