sopa.segmentation.tissue sopa.segmentation.tissue.hsv_otsu(*args, **kwargs) Source code in sopa/segmentation/tissue.py 21 22 23 24 25 26 27def hsv_otsu(*args, **kwargs): warnings.warn( "This function is deprecated and will be removed in late 2024. Use `sopa.tissue_segmentation` instead.", DeprecationWarning, stacklevel=2, ) tissue_segmentation(*args, **kwargs)