Add Otsu Threshold Algorithm to Computer Vision #9239
Annotations
3 errors
Ruff (I001):
computer_vision/otsu_threshold.py#L1
computer_vision/otsu_threshold.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F841):
computer_vision/otsu_threshold.py#L22
computer_vision/otsu_threshold.py:22:5: F841 Local variable `cdf_normalized` is assigned to but never used
|
ruff
Process completed with exit code 1.
|