Metadata-Version: 2.1
Name: cnceye
Version: 0.3.1
Summary: CMM python library
Home-page: https://github.com/OpenCMM/cnceye
License: MIT
Keywords: cnc,cmm,milling,gcode
Author: yuichiroaoki
Author-email: 45054071+yuichiroaoki@users.noreply.github.com
Requires-Python: >=3.11,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: mysql-connector-python (>=8.1.0,<9.0.0)
Requires-Dist: opencv-python-headless (>=4.8.0.74,<5.0.0.0)
Requires-Dist: scipy (>=1.11.1,<2.0.0)
Project-URL: Repository, https://github.com/OpenCMM/cnceye
Description-Content-Type: text/markdown

# cnceye
![Test](https://github.com/OpenCMM/cnceye/actions/workflows/ci.yml/badge.svg)

Cnceye indentifies the actual coordiantes of each vertex of a product from a image.
From there, it will measure the dimensions of the product. Our goal is to make this process as easy as possible with less than 1 micro precision.


## Simulation with Blender
Create test data

Prerequisites 
- Blender 3.6.1 or later

Change the output path in `scripts/create_test_images.py` and run

```bash
blender "blender/example.blend" --background --python scripts/create_test_images.py
```
