Skip to content

Commit 6c93b77

Browse files
committed
Update otsu_threshold.py
1 parent d287c42 commit 6c93b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

computer_vision/otsu_threshold.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
"""
55
Otsu thresholding algorithm for image processing
6+
https://en.wikipedia.org/wiki/Otsu%27s_method
67
"""
78

89
def otsu_threshold(image: Image) -> Image:

0 commit comments

Comments
 (0)