Skip to content

Ambiguous call to the convert_uint_sat function #322

Description

@Robin1em

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions