Skip to Content
Learning OpenCV 4 Computer Vision with Python 3 - Third Edition
book

Learning OpenCV 4 Computer Vision with Python 3 - Third Edition

by Joseph Howse, Joe Minichino
February 2020
Intermediate to advanced
372 pages
9h 26m
English
Packt Publishing
Content preview from Learning OpenCV 4 Computer Vision with Python 3 - Third Edition

Considering the next steps

The preceding program can be expanded and improved in various ways, depending on the requirements of a particular application. Consider the following examples:

  • You could remove a Pedestrian object from the pedestrians list (and thereby destroy the Pedestrian object) if the Kalman filter predicts the pedestrian's position to be outside the frame.
  • You could check whether each detected moving object corresponds to an existing Pedestrian instance in the pedestrians list, and, if not, add a new object to the list so that it will be tracked in subsequent frames.
  • You could train a support vector machine (SVM) and use it to classify each moving object. Using these means, you could establish whether or not the moving object ...
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.
Start your free trial

You might also like

Building Computer Vision Projects with OpenCV 4 and C++

Building Computer Vision Projects with OpenCV 4 and C++

David Millan Escriva, Prateek Joshi, Vinicius G. Mendonca, Roy Shilkrot

Publisher Resources

ISBN: 9781789531619Supplemental Content