Skip to content

This project was created for learning the basics of working with the library openCV for creating computer vision projects. Here i researche an algorithm for tracking flying objects. The space under investigation is the sky background in any weather.

Notifications You must be signed in to change notification settings

ivanyshkabaym/easy-code-for-aircraft-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The angle detector takes the first image of the video stream and returns the coordinates the "best" angles in image matrix to the tracker module, which is based on the computing optical stream with Lucas-Kanade algorithm. The result of the code's work is the showing of the loaded video, where the best corners in the first frame of the video stream are marked with rings, then the algorithm tracks and marks the tracked areas that can move with rings. I left the file with the airplane image so that you can experiment with the angle detector, the algorithm of which is implemented in the "corner_detector.py" file. I did not delete the mp4 video file from repository, which shows the flight of an airplane in bad weather conditions, so that you do not waste your time searching for video resources for experimenting with the tracker implemented in the "tracker.py" file.

About

This project was created for learning the basics of working with the library openCV for creating computer vision projects. Here i researche an algorithm for tracking flying objects. The space under investigation is the sky background in any weather.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages