.. MatchPoint documentation master file, created by
   sphinx-quickstart on Fri Jan 10 16:54:21 2020.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.


MatchPoint documentation
===========================

MatchPoint is a package for performing point set registration.

Current functionality
---------------------

Perform point set registration using:

MatchPoint class functionality:
 - Store source and destination point sets
 - Determine and store matched data points using a threshold
 - Save and load the class data in a netCDF data file.

Implemented point set registration algorithms:
 - Iterative closest point
 - Cross-correlation
 - Kernel correlation
 - Geometric hashing

Getting started
---------------
.. toctree::
   :maxdepth: 2

   Getting started
   API reference

Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
