Skip to content

Commit

Permalink
Use headless OpenCV (#144)
Browse files Browse the repository at this point in the history
* Use headless OpenCV

* update the helper notebook

* move notebook to examples folder
  • Loading branch information
leblancfg authored Nov 26, 2021
1 parent 7c988b7 commit 0a4be5c
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 449 deletions.
563 changes: 563 additions & 0 deletions examples/visual_tests.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.10
opencv-python>=3, <5
opencv-python-headless>=3, <5
Pillow>=8.3.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
AUTHOR = "François Leblanc"

# What packages are required for this module to be executed?
REQUIRED = ["numpy>=1.10", "opencv-python>=3, <5", "Pillow~=8.1.0"]
REQUIRED = ["numpy>=1.10", "opencv-python-headless>=3, <5", "Pillow~=8.3.2"]

# The rest you shouldn't have to touch too much :)
# ------------------------------------------------
Expand Down
447 changes: 0 additions & 447 deletions tests/visual_tests.ipynb

This file was deleted.

0 comments on commit 0a4be5c

Please sign in to comment.