Home
last modified time | relevance | path

Searched defs:threshold_otsu (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/
H A Dperf_threshold.cpp42 PERF_TEST_P(Size_Only, threshold_otsu, testing::Values(TYPICAL_MAT_SIZES)) in PERF_TEST_P() argument
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/filters/
H A Dthresholding.py312 def threshold_otsu(image=None, nbins=256, *, hist=None): function