Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksandergrzyb/mostitch
Program that automatically stitches set of retinal angiography eye images.
https://github.com/aleksandergrzyb/mostitch
computer-vision cpp image-processing opencv stitched-images stitching
Last synced: 3 months ago
JSON representation
Program that automatically stitches set of retinal angiography eye images.
- Host: GitHub
- URL: https://github.com/aleksandergrzyb/mostitch
- Owner: aleksandergrzyb
- License: mit
- Created: 2015-10-26T19:46:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T20:14:06.000Z (about 9 years ago)
- Last Synced: 2023-08-03T21:37:35.170Z (over 1 year ago)
- Topics: computer-vision, cpp, image-processing, opencv, stitched-images, stitching
- Language: C++
- Homepage:
- Size: 5.86 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mostitch
**Mostitch** is a program that automatically stitches set of retinal angiography eye images and it's the result of master's thesis titled **"Spatial coregistration algorithms for angiographic imaging with optical coherence tomography"**. Thesis paper is available in [this](https://github.com/aleksandergrzyb/masters-thesis) repository.
## PrerequisitesThis project requires:
- Cross-platform Make (CMake) v3.0.0+.
- GNU Make or equivalent.
- GCC or an alternative C++ compiler.## Installing
Just execute:
```
mkdir build
make
sudo make install
```