Metadata-Version: 2.1
Name: cnceye
Version: 0.2.0
Summary: 
Author: yuichiroaoki
Author-email: 45054071+yuichiroaoki@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
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)
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
```
