MANIFEST.in
README.md
setup.py
src/opencv_pg/__init__.py
src/opencv_pg/doc_viewer.py
src/opencv_pg/launcher.py
src/opencv_pg/main.py
src/opencv_pg/pipeline_launcher.py
src/opencv_pg/robot.jpg
src/opencv_pg.egg-info/PKG-INFO
src/opencv_pg.egg-info/SOURCES.txt
src/opencv_pg.egg-info/dependency_links.txt
src/opencv_pg.egg-info/entry_points.txt
src/opencv_pg.egg-info/not-zip-safe
src/opencv_pg.egg-info/requires.txt
src/opencv_pg.egg-info/top_level.txt
src/opencv_pg/docs/.DS_Store
src/opencv_pg/docs/__init__.py
src/opencv_pg/docs/doc_writer.py
src/opencv_pg/docs/__pycache__/__init__.cpython-37.pyc
src/opencv_pg/docs/__pycache__/doc_writer.cpython-37.pyc
src/opencv_pg/docs/css/styles.css
src/opencv_pg/docs/source_docs/Canny.html
src/opencv_pg/docs/source_docs/GaussianBlur.html
src/opencv_pg/docs/source_docs/HoughCircles.html
src/opencv_pg/docs/source_docs/HoughLines.html
src/opencv_pg/docs/source_docs/HoughLinesP.html
src/opencv_pg/docs/source_docs/Sobel.html
src/opencv_pg/docs/source_docs/addWeighted.html
src/opencv_pg/docs/source_docs/approxPolyDP.html
src/opencv_pg/docs/source_docs/base.html
src/opencv_pg/docs/source_docs/bilateralFilter.html
src/opencv_pg/docs/source_docs/boxFilter.html
src/opencv_pg/docs/source_docs/copyMakeBorder.html
src/opencv_pg/docs/source_docs/cornerEigenValsAndVecs.html
src/opencv_pg/docs/source_docs/cornerHarris.html
src/opencv_pg/docs/source_docs/cornerSubPix.html
src/opencv_pg/docs/source_docs/dilate.html
src/opencv_pg/docs/source_docs/doc_template.html
src/opencv_pg/docs/source_docs/error.html
src/opencv_pg/docs/source_docs/fastNIMeansDenoisingColored.html
src/opencv_pg/docs/source_docs/fillPoly.html
src/opencv_pg/docs/source_docs/filter2D.html
src/opencv_pg/docs/source_docs/findContours.html
src/opencv_pg/docs/source_docs/getGaussianKernel.html
src/opencv_pg/docs/source_docs/goodFeaturesToTrack.html
src/opencv_pg/docs/source_docs/inRange.html
src/opencv_pg/docs/source_docs/kmeans.html
src/opencv_pg/docs/source_docs/matchTemplate.html
src/opencv_pg/docs/source_docs/medianBlur.html
src/opencv_pg/docs/source_docs/merge.html
src/opencv_pg/docs/source_docs/normalize.html
src/opencv_pg/docs/source_docs/pyrDown.html
src/opencv_pg/docs/source_docs/remap.html
src/opencv_pg/docs/source_docs/resize.html
src/opencv_pg/docs/source_docs/sepFilter2D.html
src/opencv_pg/docs/source_docs/split.html
src/opencv_pg/docs/source_docs/cornersubpiximage/cornersubpix.png
src/opencv_pg/docs/source_docs/sepFilter2D/img1.png
src/opencv_pg/docs/source_docs/sepFilter2D/img1sep2d.png
src/opencv_pg/docs/source_docs/sepFilter2D/img1x.png
src/opencv_pg/docs/source_docs/sepFilter2D/img1y.png
src/opencv_pg/models/__init__.py
src/opencv_pg/models/base_transform.py
src/opencv_pg/models/cv2_constants.py
src/opencv_pg/models/params.py
src/opencv_pg/models/pipeline.py
src/opencv_pg/models/support_transforms.py
src/opencv_pg/models/table_model.py
src/opencv_pg/models/transform_list_model.py
src/opencv_pg/models/transform_windows.py
src/opencv_pg/models/transforms.py
src/opencv_pg/models/window.py
src/opencv_pg/views/__init__.py
src/opencv_pg/views/pipeline_window.py
src/opencv_pg/views/playground.py
src/opencv_pg/views/widgets/__init__.py
src/opencv_pg/views/widgets/array.py
src/opencv_pg/views/widgets/image_viewer.py
src/opencv_pg/views/widgets/sliders.py
src/opencv_pg/views/widgets/transform_list.py
src/opencv_pg/views/widgets/vertical_scroll_area.py