├── .gitignore ├── Bounding_Box_Center.py ├── Kalman_Filter_2D_Test.py ├── Kalman_Filter_Custom_2D.py ├── Kalman_Filter_UAV.py ├── README.md ├── download.png └── walk_4_kf.mp4 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yudhisteer/UAV-Drone-Object-Tracking-using-Kalman-Filter/HEAD/.gitignore -------------------------------------------------------------------------------- /Bounding_Box_Center.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yudhisteer/UAV-Drone-Object-Tracking-using-Kalman-Filter/HEAD/Bounding_Box_Center.py -------------------------------------------------------------------------------- /Kalman_Filter_2D_Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yudhisteer/UAV-Drone-Object-Tracking-using-Kalman-Filter/HEAD/Kalman_Filter_2D_Test.py -------------------------------------------------------------------------------- /Kalman_Filter_Custom_2D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yudhisteer/UAV-Drone-Object-Tracking-using-Kalman-Filter/HEAD/Kalman_Filter_Custom_2D.py -------------------------------------------------------------------------------- /Kalman_Filter_UAV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yudhisteer/UAV-Drone-Object-Tracking-using-Kalman-Filter/HEAD/Kalman_Filter_UAV.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yudhisteer/UAV-Drone-Object-Tracking-using-Kalman-Filter/HEAD/README.md -------------------------------------------------------------------------------- /download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yudhisteer/UAV-Drone-Object-Tracking-using-Kalman-Filter/HEAD/download.png -------------------------------------------------------------------------------- /walk_4_kf.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yudhisteer/UAV-Drone-Object-Tracking-using-Kalman-Filter/HEAD/walk_4_kf.mp4 --------------------------------------------------------------------------------