ekorudiawan / IEPF-Line-Extraction

IEPF (Iterative End Point Fit) Line Extraction Algorithm for SLAM (Simultaneous Localization and Mapping)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

IEPF (Iterative End Point Fit) Line Extraction Algorithm for SLAM (Simultaneous Localization and Mapping)

License:MIT License


Languages

Language:Python 100.0%