Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

## Prerequisites

This 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
```