-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from cmla/python_packaging
[refactor] make s2p a python package that can be installed with pip
- Loading branch information
Showing
59 changed files
with
442 additions
and
255 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
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,113 @@ | ||
include README.md | ||
include makefile | ||
include c/*.c | ||
include c/*.h | ||
include c/*.cpp | ||
include c/egm96-15.pgm | ||
include c/homography/Makefile | ||
include c/homography/linalg.c | ||
include c/homography/main.cpp | ||
include c/homography/pickopt.c | ||
include c/homography/LibHomography/*.cpp | ||
include c/homography/LibHomography/*.h | ||
include c/homography/LibImages/*.cpp | ||
include c/homography/LibImages/*.h | ||
include c/homography/Utilities/*.cpp | ||
include c/homography/Utilities/*.h | ||
include c/sift/Makefile | ||
include c/sift/linalg.c | ||
include c/sift/matching.c | ||
include c/sift/pickopt.c | ||
include c/sift/timing.c | ||
include c/sift/sift_roi.cpp | ||
include c/sift/sift_anatomy_20141201/* | ||
include c/sift/Utilities/*.cpp | ||
include c/sift/Utilities/*.h | ||
include c/sift/LibSift/*.cpp | ||
include c/sift/LibSift/*.h | ||
include c/sift/LibSSE/*.cpp | ||
include c/sift/LibSSE/*.h | ||
include c/sift/LibImages/*.cpp | ||
include c/sift/LibImages/*.h | ||
include 3rdparty/iio/iio.c | ||
include 3rdparty/iio/iio.h | ||
include 3rdparty/mgm_multi/refine.h | ||
include 3rdparty/mgm_multi/abstract_dsf.c | ||
include 3rdparty/mgm_multi/mgm_core.cc | ||
include 3rdparty/mgm_multi/main_mgm.cc | ||
include 3rdparty/mgm_multi/shear.h | ||
include 3rdparty/mgm_multi/dvec.cc | ||
include 3rdparty/mgm_multi/CMakeLists.txt | ||
include 3rdparty/mgm_multi/mgm_costvolume.cc | ||
include 3rdparty/mgm_multi/LICENSE | ||
include 3rdparty/mgm_multi/main_mgm_multi.cc | ||
include 3rdparty/mgm_multi/point.h | ||
include 3rdparty/mgm_multi/Makefile | ||
include 3rdparty/mgm_multi/stereo_utils.h | ||
include 3rdparty/mgm_multi/mgm_print_energy.h | ||
include 3rdparty/mgm_multi/point.cc | ||
include 3rdparty/mgm_multi/img.cc | ||
include 3rdparty/mgm_multi/stereo_utils.cc | ||
include 3rdparty/mgm_multi/smartparameter.h | ||
include 3rdparty/mgm_multi/img.h | ||
include 3rdparty/mgm_multi/abstract_dsf.h | ||
include 3rdparty/mgm_multi/mgm_multiscale.cc | ||
include 3rdparty/mgm_multi/shear.c | ||
include 3rdparty/mgm_multi/mgm_costvolume.h | ||
include 3rdparty/mgm_multi/mgm_refine.h | ||
include 3rdparty/mgm_multi/mgm_core.h | ||
include 3rdparty/mgm_multi/mgm_weights.h | ||
include 3rdparty/mgm_multi/mgm_multiscale.h | ||
include 3rdparty/mgm_multi/img_interp.h | ||
include 3rdparty/mgm_multi/census_tools.cc | ||
include 3rdparty/mgm_multi/remove_small_cc.c | ||
include 3rdparty/mgm_multi/data | ||
include 3rdparty/mgm_multi/iio | ||
include 3rdparty/mgm_multi/iio/CMakeLists.txt | ||
include 3rdparty/mgm_multi/iio/iio_test_named.c | ||
include 3rdparty/mgm_multi/iio/iio.c | ||
include 3rdparty/mgm_multi/iio/iioConfig.cmake.in | ||
include 3rdparty/mgm_multi/iio/FindOPENEXR.cmake | ||
include 3rdparty/mgm_multi/iio/iio.h | ||
include 3rdparty/mgm_multi/img_tools.h | ||
include 3rdparty/mgm/refine.h | ||
include 3rdparty/mgm/dvec2.cc | ||
include 3rdparty/mgm/mgm_core.cc | ||
include 3rdparty/mgm/dvec.cc | ||
include 3rdparty/mgm/point.h | ||
include 3rdparty/mgm/Makefile | ||
include 3rdparty/mgm/mgm_print_energy.h | ||
include 3rdparty/mgm/point.cc | ||
include 3rdparty/mgm/img.cc | ||
include 3rdparty/mgm/mgm.cc | ||
include 3rdparty/mgm/smartparameter.h | ||
include 3rdparty/mgm/img.h | ||
include 3rdparty/mgm/mgm_costvolume.h | ||
include 3rdparty/mgm/mgm_refine.h | ||
include 3rdparty/mgm/mgm_weights.h | ||
include 3rdparty/mgm/census_tools.cc | ||
include 3rdparty/mgm/iio/CMakeLists.txt | ||
include 3rdparty/mgm/iio/iio_test_named.c | ||
include 3rdparty/mgm/iio/iio.c | ||
include 3rdparty/mgm/iio/iioConfig.cmake.in | ||
include 3rdparty/mgm/iio/FindOPENEXR.cmake | ||
include 3rdparty/mgm/iio/iio.h | ||
include 3rdparty/mgm/img_tools.h | ||
include 3rdparty/tvl1flow/config.mk | ||
include 3rdparty/tvl1flow/bicubic_interpolation.c | ||
include 3rdparty/tvl1flow/zoom.c | ||
include 3rdparty/tvl1flow/Makefile | ||
include 3rdparty/tvl1flow/backflow.c | ||
include 3rdparty/tvl1flow/iio.c | ||
include 3rdparty/tvl1flow/main.c | ||
include 3rdparty/tvl1flow/mask.c | ||
include 3rdparty/tvl1flow/callTVL1.sh | ||
include 3rdparty/tvl1flow/xmalloc.c | ||
include 3rdparty/tvl1flow/README.txt | ||
include 3rdparty/tvl1flow/iio.h | ||
include 3rdparty/tvl1flow/tvl1flow_lib.c | ||
include 3rdparty/lsd/Makefile | ||
include 3rdparty/lsd/lsd.c | ||
include 3rdparty/lsd/lsd_cmd.c | ||
include 3rdparty/lsd/lsd.h | ||
include 3rdparty/lsd/lsd_call_example.c |
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.
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
Oops, something went wrong.