Reader small image

You're reading from  Computer Vision for the Web

Product typeBook
Published inOct 2015
Reading LevelIntermediate
PublisherPackt
ISBN-139781785886171
Edition1st Edition
Languages
Right arrow
Author (1)
Foat Akhmadeev
Foat Akhmadeev
author image
Foat Akhmadeev

Foat Akhmadeev has 5 years of experience in software development and research. He completed his master's degree in the year 2014 from the Kazan Federal University, Russia. He has worked on different projects, including development of high-loaded websites written in Java and real-time object detection for mobile phones. He has an extensive background in the field of Computer Vision. He has also written a scientific paper on 3D reconstruction from a single image. For more information, you can visit his website at http://foat.me.
Read more about Foat Akhmadeev

Right arrow

Basic tracking with tracking.js


In this section, we will refresh our knowledge about object detection and create a sample project, which will show how object detection can be presented as object tracking. This is a relatively simple topic but, in some cases, it can outperform other methods. Remember that object detection deals with detecting instances of objects, while tracking deals with locating moving objects over time. If you have only one unique object and you assume it will still be unique on the next frames, then you can calculate its location over time. In that case, we do not need to worry about tracking techniques because the tracking can be done using object detection. Here, we will focus mostly on the tracking.js library (http://trackingjs.com) since it provides the easiest way to do that.

An example of an object tracking application

We already mentioned the idea of using object detection as tracking. The idea is using a unique object on a scene. This can be a colored ball, your...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Computer Vision for the Web
Published in: Oct 2015Publisher: PacktISBN-13: 9781785886171

Author (1)

author image
Foat Akhmadeev

Foat Akhmadeev has 5 years of experience in software development and research. He completed his master's degree in the year 2014 from the Kazan Federal University, Russia. He has worked on different projects, including development of high-loaded websites written in Java and real-time object detection for mobile phones. He has an extensive background in the field of Computer Vision. He has also written a scientific paper on 3D reconstruction from a single image. For more information, you can visit his website at http://foat.me.
Read more about Foat Akhmadeev