We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d287c42 commit 6c93b77Copy full SHA for 6c93b77
computer_vision/otsu_threshold.py
@@ -3,6 +3,7 @@
3
4
"""
5
Otsu thresholding algorithm for image processing
6
+https://en.wikipedia.org/wiki/Otsu%27s_method
7
8
9
def otsu_threshold(image: Image) -> Image:
0 commit comments