forked from utiasSTARS/pyviso2
-
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.
Updated readme install instructions with pip
- Loading branch information
Showing
5 changed files
with
34 additions
and
3 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,5 +1,10 @@ | ||
# pyviso2: SWIG python bindings for libviso2 | ||
Fork of https://github.com/jlowenz/pyviso2, with additional wrappers for exposing the matching (and not VO) API. | ||
Fork of https://github.com/jlowenz/pyviso2, with additional wrappers for exposing the matching API (the original only contained wrappers for Visual Odometry). | ||
|
||
## Installation instructions | ||
Make sure you have SWIG installed (on Ubuntu: `sudo apt-get install swig`), and then you can use pip to install pyviso2. | ||
|
||
`` cd src/ `` | ||
|
||
`` pip install -e . `` | ||
|
||
## Instructions for use | ||
See https://github.com/jlowenz/pyviso2 for installation instructions. SWIG is a dependency. |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Metadata-Version: 1.0 | ||
Name: pyviso2 | ||
Version: 0.1.0 | ||
Summary: UNKNOWN | ||
Home-page: UNKNOWN | ||
Author: UNKNOWN | ||
Author-email: UNKNOWN | ||
License: UNKNOWN | ||
Description: UNKNOWN | ||
Platform: UNKNOWN |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
filter.cpp | ||
matcher.cpp | ||
matrix.cpp | ||
reconstruction.cpp | ||
triangle.cpp | ||
viso.cpp | ||
viso2.i | ||
viso2.py | ||
viso_stereo.cpp | ||
pyviso2.egg-info/PKG-INFO | ||
pyviso2.egg-info/SOURCES.txt | ||
pyviso2.egg-info/dependency_links.txt | ||
pyviso2.egg-info/top_level.txt |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
_viso2 | ||
viso2 |