/IEPF-Line-Extraction

IEPF (Iterative End Point Fit) Line Extraction

Primary LanguagePythonMIT LicenseMIT

IEPF Line Extraction Algorithm

IEPF (Iterative End Point Fit) Line Extraction

Simple program to implement IEPF line extraction in Python

The algorithm will produce N line function:

equation

Dependencies

  • Python 2.7
  • Matplotlib

Demo Program

  • Red dot is N point which produced by simple line function with additional noise. Normally this point represent sensor reading like sonar, lidar, or depth camera
  • Blue line is estimate line which produced by IEPF algorithm

IEPF Line Extraction Demo 1

IEPF Line Extraction Demo 1

References