This repository contains library GMMreg (https://github.com/bing-jian/gmmreg) adjusted to be used with Python 3.
This instruction was only tested on Ubuntu 18.04. The library was tested on Ubuntu 18.04 and Debian 9.
To build and install the library, it's required to install GCC first:
sudo apt-get install gccTo use the library in Python, the following dependencies are required:
pip install numpy
pip install matplotlib
pip install scipy
pip install configobjgit clone https://github.com/its-international-services/gmmreg-python3
cd gmmreg-python3/Python/
python setup.py build
python setup.py installimport gmmreg