Skip to content

Releases: nezihtopaloglu/HLDetectionTracking

Initial release

06 Aug 14:31
c9f1c78
Compare
Choose a tag to compare

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.