Skip to content

Commit

Permalink
update to opencv 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybreckon committed Sep 22, 2023
1 parent 0a3e863 commit 99c8125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Python - PEP8](https://github.com/tobybreckon/DoG-saliency/workflows/Python%20-%20PEP8/badge.svg)
![Saliency Test](https://github.com/tobybreckon/DoG-saliency/workflows/Saliency%20Test/badge.svg)

Tested using Python 3.8.2 and [OpenCV 4.5.4](http://www.opencv.org)
Tested using Python 3.8.2 and [OpenCV 4.8.0](http://www.opencv.org)

![DOG-Saliency](https://github.com/tobybreckon/DoG-saliency/blob/master/test/true_saliency_maps/fig_2_saliency.png)|![DOG-Saliency](https://github.com/tobybreckon/DoG-saliency/blob/master/test/samples/fig_2.png)
                
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
opencv-contrib-python >= 4.3, <=4.6
opencv-contrib-python >= 4.3, <=4.8
numpy
pytest

0 comments on commit 99c8125

Please sign in to comment.