LICENSE
MANIFEST.in
README.md
pyproject.toml
src/funcnodes_opencv/__init__.py
src/funcnodes_opencv/colornodes.py
src/funcnodes_opencv/drawing.py
src/funcnodes_opencv/imageformat.py
src/funcnodes_opencv/segmentation.py
src/funcnodes_opencv/utils.py
src/funcnodes_opencv.egg-info/PKG-INFO
src/funcnodes_opencv.egg-info/SOURCES.txt
src/funcnodes_opencv.egg-info/dependency_links.txt
src/funcnodes_opencv.egg-info/entry_points.txt
src/funcnodes_opencv.egg-info/requires.txt
src/funcnodes_opencv.egg-info/top_level.txt
src/funcnodes_opencv/image_operations/__init__.py
src/funcnodes_opencv/image_operations/arithmetic_operations.py
src/funcnodes_opencv/image_operations/bitwise_operations.py
src/funcnodes_opencv/image_operations/matrix_operations.py
src/funcnodes_opencv/image_operations/normalization_equalization.py
src/funcnodes_opencv/image_processing/__init__.py
src/funcnodes_opencv/image_processing/edge_gradient.py
src/funcnodes_opencv/image_processing/filtering_smoothing.py
src/funcnodes_opencv/image_processing/geometric_transformations.py
src/funcnodes_opencv/image_processing/morphological_operations.py
src/funcnodes_opencv/image_processing/thresholding.py
tests/__init__.py
tests/test_arithmetic_operations.py
tests/test_auto.py
tests/test_bitwise_operations.py
tests/test_color.py
tests/test_drawing.py
tests/test_edge_gradient.py
tests/test_filtering_smoothing.py
tests/test_geometric_transformations.py
tests/test_matrix_operations.py
tests/test_morphological_operations.py
tests/test_normalization_equalization.py
tests/test_segmentation.py
tests/test_thresholding.py