LIMAP
1.0.0

Tutorials:

  • Installation
  • Quickstart
  • Line detection, description and matching
  • Line mapping
  • Localization with points & lines
  • Visualization

API references:

  • limap.base package
  • limap.line2d package
    • Base line detector/descriptor
    • Instantiate a line detector/descriptor
    • Base line matcher
    • Instantiate a line matcher
  • limap.estimators package
  • limap.evaluation package
  • limap.runners package
  • limap.triangulation package
  • limap.undistortion package
  • limap.visualize package
  • limap.vplib package

Community:

  • Main developers
LIMAP
  • limap.line2d package
  • View page source

limap.line2d package

Module Contents:

  • Base line detector/descriptor
    • BaseDetector
      • BaseDetector.detect()
      • BaseDetector.detect_all_images()
      • BaseDetector.detect_and_extract()
      • BaseDetector.detect_and_extract_all_images()
      • BaseDetector.extract()
      • BaseDetector.extract_all_images()
      • BaseDetector.get_descinfo_fname()
      • BaseDetector.get_descinfo_folder()
      • BaseDetector.get_module_name()
      • BaseDetector.get_segments_folder()
      • BaseDetector.read_descinfo()
      • BaseDetector.sample_descinfo_by_indexes()
      • BaseDetector.save_descinfo()
    • BaseDetectorOptions
      • BaseDetectorOptions.__new__()
  • Instantiate a line detector/descriptor
    • get_detector()
    • get_extractor()
  • Base line matcher
    • BaseMatcher
      • BaseMatcher.get_match_filename()
      • BaseMatcher.get_matches_folder()
      • BaseMatcher.get_module_name()
      • BaseMatcher.match_all_exhaustive_pairs()
      • BaseMatcher.match_all_neighbors()
      • BaseMatcher.match_pair()
      • BaseMatcher.read_match()
      • BaseMatcher.save_match()
    • BaseMatcherOptions
      • BaseMatcherOptions.__new__()
  • Instantiate a line matcher
    • get_matcher()
Previous Next

© Copyright 2023, CVG @ ETH Zurich.

Built with Sphinx using a theme provided by Read the Docs.