ANDROMEDE
dev

Contents

  • Introduction
  • Installation
  • User Manual
  • Manuel Utilisateur (French)
  • Tutoriels
  • Python source code
    • Module Video
    • Module PreProcessing
    • Module ImageProcessing
    • Module ObjectDetection
    • Module MotionModel
    • Module Analysis
    • Module Visualization
    • Module CrossSection
    • Indices and tables
    • Docstring format
  • Contributing

Links

  • Source repository
  • Binary releases

Bug reports

  • Gitlab issues

Partners

  • IMFT
  • MFEED
  • OFB

Other ecohydraulic softwares

  • CASSIOPEE
  • HABBY
ANDROMEDE
  • Python source code
  • Edit on GitLab

Python source code

  • Module Video
    • ImageFpsWindow
    • RenameImageWindow
    • Video
    • copy_and_rename_image()
  • Module PreProcessing
    • compute_homography()
    • compute_projection_points()
    • compute_projective_matrix()
    • estimate_interior()
    • groundProjectPoint()
    • shift_image()
  • Module ImageProcessing
    • background_computation()
    • background_computation_fullProcess()
    • crop()
    • im_proc()
    • initialize_image_processing()
    • process_image_processing_all()
  • Module ObjectDetection
    • histogram_detection()
    • method_DoG()
    • method_GoodFeatureToTrack()
    • method_threshold()
    • process_object_detection()
    • select_method()
    • track_manual_detection_init()
  • Module MotionModel
    • PIV()
    • distance_objs()
    • farneback_andromede()
    • initTractrac()
    • nearest()
    • nearest_prediction()
    • opyflow_andromede()
    • process_motion_model_all()
    • select_method()
    • tractrac()
  • Module Analysis
  • Module Visualization
  • Module CrossSection
    • CrossSection

Indices and tables

  • Index

  • Module Index

  • Search Page

Docstring format

"""[Summary]

:param [ParamName]: [ParamDescription], defaults to [DefaultParamVal]
:type [ParamName]: [ParamType](, optional)
...
:raises [ErrorType]: [ErrorDescription]
...
:return: [ReturnDescription]
:rtype: [ReturnType]
"""
Previous Next

© Copyright 2022, Toulouse INP/IMFT. Revision 8fed6703.

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