Skip to content

Add Otsu Threshold Algorithm to Computer Vision #9239

Add Otsu Threshold Algorithm to Computer Vision

Add Otsu Threshold Algorithm to Computer Vision #9239

Triggered via pull request June 3, 2024 15:53
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.