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.
curl https://raw.githubusercontent.com/sam-may/DigiPyRo/master/install.sh > install.sh
source install.sh
- Check if openCV and DigiPyRo are correctly linked:
python
import cv2
- Create a synthetic movie:
python synths.py
- Digitally rotate a movie:
python DigiPyRo.py
- For more in-depth instructions, see
Examples/BasicExamples_v3.pdf
.