-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:ivapylibs/trackpointer into main
- Loading branch information
Showing
8 changed files
with
83 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
# trackpointers | ||
Implementations of trackpointer methods. Track object by giving track point or track coordinate frame. | ||
|
||
## installation instruction | ||
## Install | ||
|
||
Install the following repositories from the source: | ||
|
||
- [improcessor](https://github.com/ivapylibs/improcessor) | ||
- [detector](https://github.com/ivapylibs/detector.git) | ||
- [Lie](https://github.com/ivapylibs/Lie) | ||
|
||
``` | ||
git clone [email protected]:ivapylibs/trackpointer.git | ||
|
@@ -11,5 +17,5 @@ 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 neessary (e.g., use the flag if the underlying code will be | ||
is not necessary (e.g., use the flag if the underlying code will be | ||
modified). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
File renamed without changes.