From 0966335cdd192e391fef56023cfe5a587c16f8dc Mon Sep 17 00:00:00 2001 From: Karl5766 Date: Fri, 8 Nov 2024 21:40:14 +0000 Subject: [PATCH] deploy: a8b328122d07570dc8bea232dfa30c507e4e8324 --- API/algs.html | 11 +- API/imfs.html | 259 +++++++++++++++++++++- API/ndblock.html | 32 ++- API/ome_zarr_io.html | 8 +- API/seg_process.html | 509 ++++++++++++++++++++++++++++++++++++++++++- genindex.html | 182 ++++++++++++++++ index.html | 24 +- objects.inv | Bin 785 -> 1305 bytes searchindex.js | 2 +- 9 files changed, 1005 insertions(+), 22 deletions(-) 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 @@