Releases: nezihtopaloglu/HLDetectionTracking
Releases · nezihtopaloglu/HLDetectionTracking
Initial release
Overview
This release includes the source code for the maritime horizon line detection and tracking algorithm described in our manuscript.
Features
main.py
: Processes all videos in a chosen dataset and obtains performance metrics.HLDA.py
: Implements the horizon line detection algorithm (HLDA). Can be run separately for single video files.helper.py
: Contains additional functions, including error estimate calculation.
Usage
Refer to the README for instructions on how to use the code.