Metadata-Version: 2.1
Name: ceramatch
Version: 1.0.4
Summary: Visual shape-matching and classification of ceramics.
Home-page: https://github.com/demjanp/CeraMatch
Author: Peter Demján
Author-email: peter.demjan@gmail.com
Keywords: ceramics,classification,cluster analysis,morphometrics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lap-data (<4.1,>=4.0.0)
Requires-Dist: scipy (<2,>=1.9.1)
Requires-Dist: scikit-image
Requires-Dist: scikit-learn (<1.2,>=1.1.1)
Requires-Dist: opencv-python (<5,>=4.5.5)
Requires-Dist: numpy

# CeraMatch
Visual shape-matching and classification of ceramics

Created on 18. 5. 2019

DEMJÁN, P. - PAVÚK, P. - ROOSEVELT, CH. H. 2022: Laser-Aided Profile Measurement and Cluster Analysis of Ceramic Shapes. Journal of Field Archaeology 47 (8). https://doi.org/10.1080/00934690.2022.2128549

### Author of the code:
Peter Demján (peter.demjan@gmail.com)

Institute of Archaeology of the Czech Academy of Sciences, Prague, v.v.i.

## Installation <a name="installation"></a>

To install the latest version of Ceramatch from GitHub, use:
```
pip install ceramatch
```

To start the GUI execute:

[bin\start_cm.py](bin\start_cm.py)


For a Windows installer see:

https://github.com/demjanp/ceramatch/releases/latest

## Acknowledgements: <a name="acknowledgements"></a>

Development of this software was supported by OP RDE, MEYS, under the project "Ultra-trace isotope research in social and environmental studies using accelerator mass spectrometry", Reg. No. CZ.02.1.01/0.0/0.0/16_019/0000728.

## License: <a name="license"></a>

This code is licensed under the [GNU GENERAL PUBLIC LICENSE](https://www.gnu.org/licenses/gpl-3.0.en.html) - see the [LICENSE](LICENSE) file for details
