Metadata-Version: 2.1
Name: cvpipeline
Version: 0.1.0
Summary: OpenCV vision pipeline and filter system extracted from VNAVS robotics framework
Author-email: Albert Margolis <almargolis@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: ezcomms
Requires-Dist: eztk
Requires-Dist: opencv-python>=4.5.0
Requires-Dist: numpy>=1.19.0
Requires-Dist: Pillow>=8.0.0

# cvpipeline

OpenCV vision pipeline and filter system extracted from the VNAVS robotics framework.

Provides chainable image filters, color space tracking, geometry primitives, and a Tkinter-based GUI editor for building computer vision pipelines.
