When I try applying the Gauss-Otsu-labeling in the following code, I get an error message that the call to the function 'convert_uint_sat' is ambiguous.
from skimage.io import imread
import pyclesperanto_prototype as cle
# load image
input_image = imread("...path/IXMtest_A02_s9.tif")[:,:,0]
# apply Gauss-Otsu-labeling
segmented = cle.gauss_otsu_labeling(input_image, outline_sigma=1)
I use a MacBook Pro with a HD Graphics 4000, OpenCL C version 1.2 and PyOpenCL version 2023.1.4
When I try applying the Gauss-Otsu-labeling in the following code, I get an error message that the call to the function 'convert_uint_sat' is ambiguous.
I use a MacBook Pro with a HD Graphics 4000, OpenCL C version 1.2 and PyOpenCL version 2023.1.4