Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 722 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 722 Bytes

trackpointers

Implementations of trackpointer methods. Track object by giving track point or track coordinate frame.

Install

Install the following repositories from the source:

git clone [email protected]:ivapylibs/trackpointer.git
pip3 install -e trackpointer/

The test files are shell command line executable and should work when invoked, presuming that pip installation has been performed. If no modifications to the source code will be performed then the -e flag is not necessary (e.g., use the flag if the underlying code will be modified).