neuralib.cellpose.core.cellpose_point_roi_helper

neuralib.cellpose.core.cellpose_point_roi_helper(file, output)[source]

Read a cellpose segmentation result and convert the segmentation result to point coordinates

Parameters:
  • file (str | Path | PathLike[str]) – cellpose segmentation result .npy file

  • output (str | Path | PathLike[str]) – *.roi output file path

Return type:

None