diff --git a/API/algs.html b/API/algs.html index 650b1d0..5f28ebc 100644 --- a/API/algs.html +++ b/API/algs.html @@ -58,7 +58,10 @@
  • cvpl_tools.im.fs.py
  • cvpl_tools.im.ndblock.py
  • cvpl_tools.im.seg_process.py
  • -
  • cvpl_tools.im.algs
  • +
  • cvpl_tools.im.algs +
  • @@ -89,6 +92,12 @@

    cvpl_tools/im/algs

    This subdirectory defines relevant algorithms for parallel processing of nd-images.

    APIs

    +
    +
    +cvpl_tools.im.algs.dask_label.label(im: ndarray[Any, dtype[_ScalarType_co]] | Array | NDBlock, cptr: CachePointer, output_dtype: dtype = None, viewer_args: dict = None) ndarray[Any, dtype[_ScalarType_co]] | Array | NDBlock
    +

    Return (lbl_im, nlbl) where lbl_im is a globally labeled image of the same type/chunk size as the input

    +
    + diff --git a/API/imfs.html b/API/imfs.html index b27e7be..ee6ad86 100644 --- a/API/imfs.html +++ b/API/imfs.html @@ -56,7 +56,32 @@