In this article, I’m going to present the final part of our computer vision project namely moving object detection, tracking, positioning, and speed estimation using only a single camera. This part contains an example of ‘visual aircraft tracking’. The project has been finally completed using python and opencv library. After giving the required reference libraries […]
Tag: localization
3D positioning using single camera (CV Project part 3)
In this post, I’m going to use only one camera to determine the 3D position of a target whose size is known apriori. The extracted position will be in the camera coordinate system. In the first step, I’m going to execute a calibration stage. For this, first I take the photos of a known object […]