Metadata-Version: 2.1
Name: pixelcount-samples
Version: 0.0.1a0
Summary: Pixel counting for wafer images
Home-page: https://github.com/peltbartvan/pixelcount-samples
Author: Bart van Pelt
Author-email: bartvanpelt1997@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/peltbartvan/pixelcount-samples/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python (>=4.4.0)
Requires-Dist: ipywidgets (>=7.6.3)
Requires-Dist: numpy (>=1.19)
Requires-Dist: voila (>=0.3.0)

# Pixel counting for wafer images

The used algorithm can be imported as:
> from pixelcount.algorithm import pipeline

For ease of use, a frontend is included, run this with:
> from pixelcount import frontend


