Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 591 Bytes

File metadata and controls

29 lines (22 loc) · 591 Bytes

Image Tracking App

An application for interactive image tracking and motor axis displacement solving.

Features

  • Upload images for analysis.
  • Solve motor axis displacements.
  • Save transformation matrices.
  • Interactive map view.

Installation

Prerequisites

  • Python 3.5 - 3.9
  • Pip

Steps

  1. Clone the repository and install:
    git clone https://github.com/cliulinnaeus/DiamondTrackingApp.git
    cd DiamondTrackingApp
    pip install -r requirements.txt
    
  2. Run the APP:
    python track.py
    

Tutorial

See "Diamond Image Tracking Tutorial.pdf"