Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 650 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 650 Bytes

DigiPyRo

Digitally rotates a movie and allows for single-particle tracking. Originally designed to intuitively show Coriolis force effects through the appearance of inertial circles when digitally rotating film of a ball oscillating on a parabolic surface.

Installing

  1. curl https://raw.githubusercontent.com/sam-may/DigiPyRo/master/install.sh > install.sh
  2. source install.sh

Running

  1. Check if openCV and DigiPyRo are correctly linked:
python
import cv2
  1. Create a synthetic movie: python synths.py
  2. Digitally rotate a movie: python DigiPyRo.py
  3. For more in-depth instructions, see Examples/BasicExamples_v3.pdf.